New
- Support for Ruby 3.4
Changes
- Optimize named
*_rfc6570
helpers by removing unnecessary indirection - Optimize
#rfc6570_routes
and#rfc6570_route
helpers
Fixes
- Fix up
RouteSet#to_rfc6570
andNamedRouteCollection#to_rfc6570
What's Changed
- chore(deps): update dependency ruby to v3.4.1 by @renovate in #34
- chore: Update rubocop-config to v13 by @jgraichen in #35
- chore: Add support for Ruby 3.4 by @jgraichen in #36
- fix: Remove unnecessary indirection via build_url_template by @jgraichen in #37
- fix: Invalid args on RouteSet#to_rfc6570 by @jgraichen in #38
- fix: Optimize route generation in rfc6570_route/s helper by @jgraichen in #39
Full Changelog: v3.3.0...v3.4.0