All Versions
47
Latest Version
Avg Release Cycle
53 days
Latest Release
-

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
  • v0.11.3 Changes

    January 06, 2017
    • ✨ Enhancements
      • make params a variable instead of macro
      • import module when use a module as helper
  • v0.11.2 Changes

    November 28, 2016
    • 🛠 Bugfix
      • fix rescue_from can't catch Maru.Exceptions.NotFound exception
      • fix elixir v1.4 warnings
  • v0.11.1 Changes

    November 27, 2016
    • 🛠 Bugfix
      • fix typo of exception name: MethodNotAllow -> MethodNotAllowed, InvalidFormatter -> InvalidFormat
  • 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 force test for other MIX_ENV by config :maru, test: TRUE_OR_FALSE
      • warning when mount unavailable module
      • warning unknown options for use Maru.Router and use Maru.Test
  • v0.10.6 Changes

    November 20, 2016
    • ✨ Enhancements
      • new Parameter.Information.type for one line list parameter {:list, "MARU.TYPE"}
  • 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 for rescue_from DSL
      • bring maru's params parser to phoenix
    • 🛠 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
  • v0.10.3 Changes

    • ✨ Enhancements
      • add detail and responses for description
      • add response helper functions put_maru_conn/1 and get_maru_conn/0
      • pass modified conn to rescue_from block