All Versions
47
Latest Version
Avg Release Cycle
53 days
Latest Release
-
Changelog History
Page 3
Changelog History
Page 3
-
v0.10.2 Changes
- 🛠Bugfix
- fix v1.3.0 exception warning
- 🛠Bugfix
-
v0.10.1 Changes
- 🛠Bugfix
- jumbled routes order
- custom type and validation error
- 🛠Bugfix
-
v0.10.0 Changes
✨ Enhancements
- totally rewrite route logic
- totally rewrite params parsing logic and DSLs
- add overridable plug
- support top-level plug
- split Route and Endpoint
🗄 Deprecations
coercionis deprecated in favor oftype
-
v0.9.6 Changes
- 🛠Bugfix
- define helper functions for all environments except
:prod
- define helper functions for all environments except
- 🛠Bugfix
-
v0.9.5 Changes
✨ Enhancements
mutually_exclusive,exactly_one_ofandat_least_one_ofsupport:above_all
🛠Bugfix
- param options for route_param DSL
🗄 Deprecated
- Maru.Parsers forked from plug
-
v0.9.4 Changes
✨ Enhancements
- Allow param type definition in route_param.
🛠Bugfix
- parse bool type error.
-
v0.9.3 Changes
- ✨ Enhancements
maru.routersis deprecated in favor ofmaru.routes- make poison 1.5 and 2.0 compatible
- ✨ Enhancements
-
v0.9.2 Changes
- ✨ Enhancements
- no longer keep nil value for optional params
- ✨ Enhancements
-
v0.9.1 Changes
✨ Enhancements
- update to elixir v1.2
🛠Bugfix
- floats can be negative
-
v0.9.0 Changes
November 29, 2015✨ Enhancements
- import
Plug.Connfor Maru.Router by default - reuse
texthtmlandjsonto make response
- import
🛠Bugfix
maru.routersraise module undefined
🗄 Deprecations
- return NOT Plug.Conn struct by endpoint
- custom response helpers:
assignsassignheadersheadercontent_typestatuspresentin faver of functions of Plug.Conn.