Releases: jgraichen/rails-rfc6570
Releases · jgraichen/rails-rfc6570
v3.6.0
New
- Add support for Rails 8.1
What's Changed
- chore(deps): update dependency ruby to v3.4.7 by @renovate[bot] in #45
- chore(deps): update actions/checkout action to v6 by @renovate[bot] in #46
- chore: Add support fo Ruby 8.1 by @jgraichen in #47
Full Changelog: v3.5.1...v3.6.0
v3.5.1
Fixes
- Fix up
rfc6570path helpers to accept hash argument required when calling template from Rails Engine in the main app.
What's Changed
- fix:
*_rfc6570to support Hash argument by @arkirchner in #44
Full Changelog: v3.5.0...v3.5.1
v3.5.0
New
- Support
*_path_rfc6570to include Rails Engines mount point.
What's Changed
- chore(deps): update dependency rubocop-config to v14 by @renovate[bot] in #40
- chore(deps): update actions/checkout action to v5 by @renovate[bot] in #41
- Support mounted Rails Engines by @arkirchner in #42, #43
Full Changelog: v3.4.0...v3.5.0
v3.4.0
New
- Support for Ruby 3.4
Changes
- Optimize named
*_rfc6570helpers by removing unnecessary indirection - Optimize
#rfc6570_routesand#rfc6570_routehelpers
Fixes
- Fix up
RouteSet#to_rfc6570andNamedRouteCollection#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