All notable changes to this project will be documented in this file. This project adheres to Semantic Versioning and Keep a Changelog.
- Add support for Rails 7.2
- Add support for Rails 7.1 by @jgraichen
- Add Ruby 3.1 and 3.2 to test matrix
- Drop Ruby < 2.7 from test matrix
- Drop Rails < 6.1 from test matrix
- Require Ruby 2.7+
- Support for Rails 7
- Add support for Rails 6.1
- Add support for Rails 6.0
- Newly written visitor and formatter to improve performance (#3)
- Nested groups are expanded into a list of groups
- Add support to Rails 5.2 to gemspec
- Add emulation for Rails' routing behavior with original script name
- Add support for Rails 5.1
- Drop support for Rails < 4.2
- Fix full URL generation to not use
root_url
helper to avoid depending on that and to improve compatibility with e.g. rails engines.
- Added support for Rails 5.0
- No changes just bumping version to a production release
- Added Rails 4.2 support
- Added
_path_rfc6570
and_url_rfc6570
helpers (#2)