All Versions
17
Latest Version
Avg Release Cycle
87 days
Latest Release
2170 days ago

Changelog History
Page 1

  • v0.8.5 Changes

    April 19, 2018
    • โœจ Enhancements
      • upgrade to maru v0.13.0
  • v0.8.4 Changes

    January 02, 2018
    • ๐Ÿ›  Bugfix
      • validation in parameters test
  • v0.8.3 Changes

    October 17, 2017
    • ๐Ÿ›  Bugfix
      • show paramter in path as query
    • ๐Ÿ—„ Deprecations
      • no longer support elixir 1.3
  • v0.8.2 Changes

    January 06, 2017
    • โœจ Enhancements
      • add force_json option
  • v0.8.1 Changes

    November 23, 2016
    • โœจ Enhancements
      • use buildin UnitTest
      • support response status codes and desc
      • support one line list parameter
      • support dependent parameter
  • v0.8.0 Changes

    June 11, 2016
    • โœจ Enhancements
      • update to maru-0.10.0
      • support nested struct for body params
      • use formData by default for no nested struct
  • v0.7.3 Changes

    March 11, 2016
    • โœจ Enhancements
      • Some code cleanup + some more unit tests
      • support change parameter name by source option
  • v0.7.2 Changes

    March 01, 2016
    • โœจ Enhancements

      • unit tests with ExSpec + small matcher macro
      • wording for error message in case Maru was not configured in config.ex
      • 2 new modules: ResponseFormatter + ParamsExtractor
      • travis config
      • Readme badges
    • ๐Ÿ›  Bugfix

      • required params on GET endpoints
  • v0.7.1 Changes

    February 19, 2016
    • ๐Ÿ›  Bugfix
      • body params missing
      • ignore Validation in params list
  • v0.7.0 Changes

    January 29, 2016
    • โœจ Enhancements
      • Support multiple version
      • Support maru router forwarded by Phoenix