Skip to content

Releases: jgraichen/rails-rfc6570

v3.6.0

28 Nov 18:05
v3.6.0
3e770a4

Choose a tag to compare

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

28 Sep 09:02
v3.5.1
99dbc43

Choose a tag to compare

Fixes

  • Fix up rfc6570 path helpers to accept hash argument required when calling template from Rails Engine in the main app.

What's Changed

Full Changelog: v3.5.0...v3.5.1

v3.5.0

25 Sep 22:42
v3.5.0

Choose a tag to compare

New

  • Support *_path_rfc6570 to 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

31 Jan 15:40
v3.4.0
878b3b2

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

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

Choose a tag to compare

New

  • Add support for Rails 7.2