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
coercion
is 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_of
andat_least_one_of
support: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.routers
is 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.Conn
for Maru.Router by default - reuse
text
html
andjson
to make response
- import
๐ Bugfix
maru.routers
raise module undefined
๐ Deprecations
- return NOT Plug.Conn struct by endpoint
- custom response helpers:
assigns
assign
headers
header
content_type
status
present
in faver of functions of Plug.Conn.