Releases: jeko2000/tiny-routes
Releases · jeko2000/tiny-routes
Release v0.1.3
Release v0.1.2
v0.1.2
Added
- #4 Add max-bytes parameter for wrap-request-body middleware
- #6 Add support for HTTP cookies
- Unit tests for the demo app present in the README
Fixed
- #7 Expose path-parameter function to get path parameter from URI
What's Changed
Full Changelog: v0.1.1...v0.1.2
Release v0.1.1
v0.1.1
Added
- Add alternative ways to access path parameters
- Add link to tiny-routes real world app
Changed
- Refactor middleware.lisp into separate logical files
- Refactor middleware.lisp into separate logical files
Fixed
- Fix path matching implementation
- Patch responsep to return t for asynchronous responses
- Deprecate response clone functions in favor of single clone-response
Release v.0.1.0
v0.1.0
- Add utility methods for
request
- Add utility methods for
response
- Add basic
middleware
functions