Skip to content

Releases: tigerwill90/fox

v0.11.0

17 Aug 21:32
c2d8a34
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.10.0...v0.11.0

v0.10.0

19 Jul 17:46
Compare
Choose a tag to compare

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

13 Jul 18:14
1620764
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.9.4...v0.9.5

v0.9.4

30 Jun 18:01
ed06170
Compare
Choose a tag to compare

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

28 Jun 22:07
25ce336
Compare
Choose a tag to compare

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

15 Jun 08:49
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v0.9.1...v0.9.2

v0.9.1

07 Jun 22:10
53b2a9b
Compare
Choose a tag to compare

What's Changed

Breaking changes

  • The WrapM function now requires an additional boolean parameter useOriginalWriter. This change allows more flexibility in handling different types of middleware but will require updates to existing code where WrapM is used.

Full Changelog: v0.9.0...v0.9.1

v0.9.0

06 Jun 14:29
Compare
Choose a tag to compare

What's Changed

Breaking changes

  • Both fox.NotFoundHandler and fox.MethodNotAllowedHandler options have been renamed to fox.NoRouteHandler and fox.NoMethodHandler, respectively.
  • The middleware scopes for both fox.NotFoundHandler and fox.MethodNotAllowedHandler have been renamed to fox.NoRouteHandler and fox.NoMethodHandler, respectively.

Full Changelog: v0.8.1...v0.9.0

v0.8.1

10 May 15:29
5887e08
Compare
Choose a tag to compare

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

20 Apr 20:34
5330d94
Compare
Choose a tag to compare

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