All Versions
30
Latest Version
Avg Release Cycle
14 days
Latest Release
1693 days ago
Changelog History
Page 1
Changelog History
Page 1
-
v0.14.0 Changes
January 26, 2020- โจ Enhancements
- Require Plug 1.8+ and drop Cowboy dependency
- โจ Enhancements
-
v0.13.1 Changes
January 24, 2020- ๐ Bug fixes
- [Mix] Fix gen.resource task for Elixir 1.9
- ๐ Bug fixes
-
v0.13.0 Changes
- โจ Enhancements
- [Generator] Add
namespace
option.
- [Generator] Add
- โจ Enhancements
-
v0.12.0 Changes
March 21, 2017- โจ Enhancements
- Replace
dir
option in generator task withpath
option that can set the target filename
- Replace
- โจ Enhancements
-
v0.11.1 Changes
- ๐ Bug fixes
- Update plug version in mix file and README
- ๐ Bug fixes
-
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 tofalse
- Require Plug 1.3
- The resource
-
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
vsrest_state
- Fix spec of
content_types_accepted
callback - Show
nil
return type inexpires
andgenerate_etag
callbacks - List only the functions that should be imported into each Resource
- Fix typespec for handler
-
v0.10.1 Changes
September 23, 2016- ๐ Bug fixes
- Fix allowed_methods in resource template
- ๐ Bug fixes
-
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
- The
Backwards incompatible changes
- The
resource
macro splits theoptions
into options for the Plug, and options for the macro. Changestate: true, host: "host."
totrue, 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
- The
-
v0.9.1 Changes
September 12, 2016- ๐ Bug fixes
- Fix current time function fallback
- ๐ Bug fixes