nero v0.3.1 Release Notes

Release Date: 2015-04-16 // almost 9 years ago
  • ๐Ÿ›  Fixed

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

    โž• Added

    • Lower bounds versions for dependencies.

Previous changes from v0.3

  • ๐Ÿš€ 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.