Releases: tigerwill90/fox
Releases · tigerwill90/fox
v0.11.0
What's Changed
- TeeWriter safety, CopyWith and other enhancements by @tigerwill90 in #26
Full Changelog: v0.10.0...v0.11.0
v0.10.0
What's Changed
- Allow overlapping catch-all and param segment by @tigerwill90 in #24
- Fix logging message for recovered panic
Full Changelog: v0.9.4...v0.10.0
v0.9.5
What's Changed
- Allow overlapping catch-all and param segment by @tigerwill90 in #24
Full Changelog: v0.9.4...v0.9.5
v0.9.4
What's Changed
- Automatic OPTIONS replies: set the path parameter for the matched route by @tigerwill90 in #23
Full Changelog: v0.9.3...v0.9.4
v0.9.3
What's Changed
- Improve documentation for custom response writer implementation by @tigerwill90 in #22
Full Changelog: v0.9.2...v0.9.3
v0.9.2
What's Changed
- feat: support context params wrapping by @hbenhoud in #20
- docs: fix & improve documentation by @tigerwill90 in #21
New Contributors
Full Changelog: v0.9.1...v0.9.2
v0.9.1
What's Changed
- Enhance WrapM adapter by @tigerwill90 in #19
Breaking changes
- The
WrapM
function now requires an additional boolean parameteruseOriginalWriter
. This change allows more flexibility in handling different types of middleware but will require updates to existing code whereWrapM
is used.
Full Changelog: v0.9.0...v0.9.1
v0.9.0
What's Changed
- Dumping response body (optimized multi-writer) by @tigerwill90 in #18
- Automatic OPTIONS Responses by @tigerwill90 in #17
Breaking changes
- Both
fox.NotFoundHandler
andfox.MethodNotAllowedHandler
options have been renamed tofox.NoRouteHandler
andfox.NoMethodHandler
, respectively. - The middleware scopes for both
fox.NotFoundHandler
andfox.MethodNotAllowedHandler
have been renamed tofox.NoRouteHandler
andfox.NoMethodHandler
, respectively.
Full Changelog: v0.8.1...v0.9.0
v0.8.1
What's Changed
- [BUG] feat(context): update request before calling next by @tigerwill90 in #16
Full Changelog: v0.8.0...v0.8.1
v0.8.0
What's Changed
- Extend Tree API for manual handler's lookup (see #15)
- The
Has
method is now part of the Tree API (breaking change)
Full Changelog: v0.7.6...v0.8.0