All Versions
47
Latest Version
Avg Release Cycle
53 days
Latest Release
-
Changelog History
Page 2
Changelog History
Page 2
-
v0.11.5
October 16, 2017 -
v0.11.4 Changes
March 18, 2017- ✨ Enhancements
- make all configuration options configurable via OS ENVs, support by confex
- 🛠 Bugfix
- receive messages sent by plug for unittest
- ✨ Enhancements
-
v0.11.3 Changes
January 06, 2017- ✨ Enhancements
- make
params
a variable instead of macro - import module when use a module as helper
- make
- ✨ Enhancements
-
v0.11.2 Changes
November 28, 2016- 🛠 Bugfix
- fix
rescue_from
can't catchMaru.Exceptions.NotFound
exception - fix elixir v1.4 warnings
- fix
- 🛠 Bugfix
-
v0.11.1 Changes
November 27, 2016- 🛠 Bugfix
- fix typo of exception name:
MethodNotAllow
->MethodNotAllowed
,InvalidFormatter
->InvalidFormat
- fix typo of exception name:
- 🛠 Bugfix
-
v0.11.0 Changes
November 26, 2016- ✨ Enhancements
- make unittest easier
- add
with_exception_handlers
option to Maru.Test - allow maru to ignore
MIX_ENV=test
or forcetest
for otherMIX_ENV
byconfig :maru, test: TRUE_OR_FALSE
- warning when mount unavailable module
- warning unknown options for
use Maru.Router
anduse Maru.Test
- ✨ Enhancements
-
v0.10.6 Changes
November 20, 2016- ✨ Enhancements
- new
Parameter.Information.type
for one line list parameter{:list, "MARU.TYPE"}
- new
- ✨ Enhancements
-
v0.10.5 Changes
October 30, 2016✨ Enhancements
- add
:keep_blank
option for params - add
:given
DSL for dependent parameters - make
rescue_from
works for all maru router - support
with
option forrescue_from
DSL - bring maru's params parser to phoenix
- add
🛠 Bugfix
- allow set optional params to false and blank value by default
-
v0.10.4 Changes
- ✨ Enhancements
- support one-line nested list params
- new DSLs for unittest
- ✨ Enhancements
-
v0.10.3 Changes
- ✨ Enhancements
- add detail and responses for description
- add response helper functions
put_maru_conn/1
andget_maru_conn/0
- pass modified conn to
rescue_from
block
- ✨ Enhancements