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

Changelog History
Page 3

  • v0.10.2 Changes

    • ๐Ÿ›  Bugfix
      • fix v1.3.0 exception warning
  • v0.10.1 Changes

    • ๐Ÿ›  Bugfix
      • jumbled routes order
      • custom type and validation error
  • 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 of type
  • v0.9.6 Changes

    • ๐Ÿ›  Bugfix
      • define helper functions for all environments except :prod
  • v0.9.5 Changes

    • โœจ Enhancements

      • mutually_exclusive, exactly_one_of and at_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 of maru.routes
      • make poison 1.5 and 2.0 compatible
  • v0.9.2 Changes

    • โœจ Enhancements
      • no longer keep nil value for optional params
  • 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 and json to make response
    • ๐Ÿ›  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.