All Versions
5
Latest Version
Avg Release Cycle
4 days
Latest Release
2969 days ago
Changelog History
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
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
.
-
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
POST
s. - Trailing slash redirection.
๐ [unreleased]: https://github.com/plutonbrb/nero/compare/v0.3.1...HEAD