plug_rest v0.8.0 Release Notes

Release Date: 2016-08-29 // over 7 years ago
    • ✨ Enhancements

      • Add known_methods option to the Router which sets the default known methods for resources
      • Add Mix task to generate a resource module
    • Backwards incompatible changes

      • Routers must call match and dispatch manually, so that the plug pipeline can work as expected
      • PlugRest.Resource.upgrade/3 takes a list of options instead of just handler state