Skip to content

Releases: jgraichen/rails-rfc6570

v3.4.0

31 Jan 15:40
v3.4.0
878b3b2
Compare
Choose a tag to compare

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 and NamedRouteCollection#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

v3.3.0

25 Nov 13:27
v3.3.0
Compare
Choose a tag to compare

New

Full Changelog: v3.2.0...v3.3.0

v3.2.0

24 Aug 11:20
v3.2.0
88f41ab
Compare
Choose a tag to compare

New

  • Add support for Rails 7.2