All Versions
5
Latest Version
Avg Release Cycle
4 days
Latest Release
3297 days ago

Changelog History

  • v0.3.1 Changes

    April 16, 2015

    ๐Ÿ›  Fixed

    • ๐Ÿ‘‰ Make examples private modules so they can be built.

    โž• Added

    • Lower bounds versions for dependencies.
  • v0.3 Changes

    April 12, 2015

    ๐Ÿš€ This release includes changes driven by the initial implementation of nero-wai.

    ๐Ÿ”„ Changed

    • GET and POST are now types on their own instead of constructors for Request. Request is now sum type wrapper for the types GET and POST
    • ๐Ÿ›ฐ Payloaded is now a Lens' and has been renamed to HasPayload. Request is not an instance of HasPayload anymore, instead use payloaded.
    • ๐Ÿ“‡ Rename server -> application in Server type class.

    โž• Added

    • split for combining match and sep.
    • notFound response.
    • ๐Ÿ›ฐ payloaded Prism' for Request Payloads.
    • HasBody instance for Request.
    • Prism' for Responses with different status.
    • null, fromList for MultiMap.
    • ๐Ÿ“œ Binary module including Renderable and Parseable classes.
    • Renderable instance for Url.
    • Single Response instance for Server.
  • v0.2 Changes

    April 05, 2015

    ๐Ÿ”„ Changed

    • Replace basic routing (monoidal matching) with lens routing.
    • Limit exports for central module Nero.

    โž• Added

    • Custom Prelude (Nero.Prelude) extended with frequently used imports.
  • v0.1.1 Changes

    March 30, 2015

    ๐Ÿ›  Fixed

    • ๐Ÿ‘Œ Support for ghc-7.6.3 and ghc-7.10.1.
  • v0.1 Changes

    March 30, 2015

    โž• Added

    • Basic routing.
    • HTTP parameters handling for both query string and form encoded POSTs.
    • Trailing slash redirection.

    ๐Ÿš€ [unreleased]: https://github.com/plutonbrb/nero/compare/v0.3.1...HEAD