nero v0.3.1 Release Notes
Release Date: 2015-04-16 // almost 10 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
andPOST
are now types on their own instead of constructors forRequest
.Request
is now sum type wrapper for the typesGET
andPOST
- ๐ฐ
Payloaded
is now aLens'
and has been renamed toHasPayload
.Request
is not an instance ofHasPayload
anymore, instead usepayloaded
. - ๐ Rename
server
->application
inServer
type class.
โ Added
split
for combiningmatch
andsep
.notFound
response.- ๐ฐ
payloaded
Prism'
forRequest
Payload
s. HasBody
instance forRequest
.Prism'
forResponse
s with different status.null
,fromList
forMultiMap
.- ๐
Binary
module includingRenderable
andParseable
classes. Renderable
instance forUrl
.- Single
Response
instance forServer
.