All Versions
30
Latest Version
Avg Release Cycle
14 days
Latest Release
1693 days ago

Changelog History
Page 1

  • v0.14.0 Changes

    January 26, 2020
    • โœจ Enhancements
      • Require Plug 1.8+ and drop Cowboy dependency
  • v0.13.1 Changes

    January 24, 2020
    • ๐Ÿ› Bug fixes
      • [Mix] Fix gen.resource task for Elixir 1.9
  • v0.13.0 Changes

    • โœจ Enhancements
      • [Generator] Add namespace option.
  • v0.12.0 Changes

    March 21, 2017
    • โœจ Enhancements
      • Replace dir option in generator task with path option that can set the target filename
  • v0.11.1 Changes

    • ๐Ÿ› Bug fixes
      • Update plug version in mix file and README
  • v0.11.0 Changes

    December 04, 2016
    • โœจ Enhancements

      • Make resource gen task work in umbrella projects
      • Add switch to generate resource with no tutorial comments
    • Backwards incompatible changes

      • The resource init/2 callback will send 500 for any return value other than :ok
      • Change allow_missing_post default to false
      • Require Plug 1.3
  • v0.10.2 Changes

    September 30, 2016
    • โœจ Enhancements

      • Improve documentation of REST callbacks
      • Add documentation to resource template
    • ๐Ÿ› Bug fixes

      • Fix typespec for handler state vs rest_state
      • Fix spec of content_types_accepted callback
      • Show nil return type in expires and generate_etag callbacks
      • List only the functions that should be imported into each Resource
  • v0.10.1 Changes

    September 23, 2016
    • ๐Ÿ› Bug fixes
      • Fix allowed_methods in resource template
  • v0.10.0 Changes

    September 18, 2016
    • โœจ Enhancements

      • The resource macro will work with any Plug module
      • Plug.Builder can be used inside Resources
      • Add :private and :assigns options to resource macro
    • Backwards incompatible changes

      • The resource macro splits the options into options for the Plug, and options for the macro. Change state: true, host: "host." to true, host: "host."
      • known_methods defaults can be changed in the application config, and are no longer an option for the Router or Resource plugs
      • Require all resource handlers to be Plugs
  • v0.9.1 Changes

    September 12, 2016
    • ๐Ÿ› Bug fixes
      • Fix current time function fallback