Releases: joegasewicz/bobtail
Releases · joegasewicz/bobtail
0.0.5
What's Changed
- Middleware should implement a run method, not an init method #25 by @joegasewicz in #26
Full Changelog: 0.0.5...0.0.6
init
methods to a run
method.
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 🔭
🐈
0.0.3
Merge pull request #21 from joegasewicz/0.0.3_Release Release 0.0.3
0.0.2
What's Changed
- Should handle all methods #4 by @joegasewicz in #10
- Should handle all methods #4 by @joegasewicz in #11
- Methods should return JSON #5 by @joegasewicz in #12
New Contributors
- @joegasewicz made their first contribution in #10
Full Changelog: 0.0.1...0.0.2
🍾 🌵
0.0.1
Full Changelog: v0.0.1...0.0.1