All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog,
and this project adheres to Semantic Versioning.
- Added support for middleware functions
- Added the requestLogger middleware that ships with Drengr
- Tests around the router, middleware, and controllers.
- Drengr CLI new was not adding imports to the generated controller
- Initial public release of Drengr. It's still light with much more to come, but the current pieces work well.
- Add support for Mustache templates and view binding from controllers.
- Add support for wiring up controllers to the router.