plug_rest v0.10.0 Release Notes

Release Date: 2016-09-18 // over 7 years ago
    • ✨ 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