Current section
Files
Jump to
Current section
Files
CHANGELOG.md
## [v0.3.0](https://github.com/sugar-framework/sugar/tree/v0.3.0)
- [Enhancement] Upgrade to Elixir v0.13.2
- [Dependency] Adding [sugar-framework/plugs](https://github.com/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.2.0](https://github.com/sugar-framework/sugar/tree/v0.2.0)
- [Enhancement] Resource routing
- [Enhancement] Return helpers
- JSON
- Raw
- Default 404
### [v0.1.0](https://github.com/sugar-framework/sugar/tree/v0.1.0)
- [Enhancement] Integrate Plug
- [Enhancement] Routing
- Basic routing
- Ensure guards are passed to `Plug.Router`
- [Enhancement] Basic responses
- [Enhancement] Mimetypes in responses
- [Enhancement] Userland Configuration