Skip to content

Releases: sugar-framework/sugar

v0.3.0

15 May 18:04
Compare
Choose a tag to compare
  • [Enhancement] Upgrade to Elixir v0.13.2
  • [Dependency] Adding sugar-framework/plugs back in
  • [Enhancement] Removed mix.lock from repository to improve dependency management in projects
  • [Enhancement] Added Unit tests to increase coverage from ~5% to ~96%
  • [Enhancement] Added Controller hooks for before/after actions
  • [Enhancement] Added Router filters for before/after calling matched route

v0.1.0: - Integrate Plug

07 Feb 21:55
Compare
Choose a tag to compare
  • Integrate Plug
  • Routing
    • Basic routing
    • Ensure guards are passed to Plug.Router
  • Basic responses
  • Mimetypes in responses
  • Userland configuration