All Versions
13
Latest Version
Avg Release Cycle
52 days
Latest Release
3109 days ago

Changelog History
Page 2

  • v0.3.0 Changes

    May 15, 2014
    • ⬆️ [Enhancement] Upgrade to Elixir v0.13.2
    • [Dependency] Add sugar-framework/plugs back in
    • 🔒 [Enhancement] Remove mix.lock from repository to improve dependency management in projects
    • ✅ [Enhancement] Add Unit tests to increase coverage from ~5% to ~96%
    • [Enhancement] Add Controller hooks for before/after actions
    • [Enhancement] Add Router filters for before/after calling matched route
  • v0.2.0 Changes

    February 13, 2014
    • [Enhancement] Resource routing
    • [Enhancement] Return helpers
      • JSON
      • Raw
      • Default 404
  • v0.1.0 Changes

    February 07, 2014
    • [Enhancement] Integrate Plug
    • [Enhancement] Routing
      • Basic routing
      • Ensure guards are passed to Plug.Router
    • [Enhancement] Basic responses
    • [Enhancement] Mimetypes in responses
    • 🔧 [Enhancement] Userland Configuration