0.0.4
What's Changed
- Middleware #57 by @joegasewicz in #23
Full Changelog: 0.0.4...0.0.5
This release adds in pluggable middleware which can be created via implementing the abstract middleware class or
using external libraries, currently i have provided 2:
- https://github.com/joegasewicz/bobtail-cors
- https://github.com/joegasewicz/bobtail-logger
I will add to this list the following middleware soon:
- Identity Client middleware
- Auth middleware
The next release will include mostly some bug fixes & tidying up & missing tests but by 0.1.0
I expect this library to be fully functional although production ready is a long way off 🔭
🐈