main (unreleased)
- Your changes/patches go here.
v1.4.2 / 2024-10-25 (commits)
v1.4.1 / 2024-10-22 (commits)
v1.4.0 / 2024-09-24 (commits)
- CHORE: Use next_rails namespace on spec tests.
- CHORE: Remove 2.0.0, 2.1, 2.2 Ruby support
- CHORE: Update compatibility for Ruby versions to use Rainbow
- FEATURE: Support compatibility for Ruby versions
- [CHORE: Remove GPL licensed dependency Colorize and replace it with Rainbow]
v1.3.0 / 2023-06-16 (commits)
- FEATURE: Add NextRails.next? for application usage (e.g. Rails shims)
- BUGFIX: Support ERB versions older than 2.2.0
v1.2.4 / 2023-04-21 (commits)
- [BUGFIX: Update the warn method signature to support for Ruby 3]
v1.2.3 / 2023-04-12 (commits)
-
[Fix ERB deprecation warning in Ruby 3.1]
-
[Remove Rails gems from compatibility check]
v1.2.2 / 2023-03-03 (commits)
- BUGFIX: Fixed
KernelWarnTracker#warn signature to match
Kernel#warn` for ruby 2.5+ - CHORE: Added updated templates for bug fixes, feature requests and pull requests as per this RFC
- FEATURE: Turn BundleReport into a module
v1.2.1 / 2022-09-26 (commits)
-
BUGFIX: SimpleCov was not reporting accurately due to a bug in the spec helper code
-
FEATURE: Better documentation for contributing and releasing versions of this gem
-
BUGFIX: bundle_report outdated was giving an exception due to missing method latest_version
-
FEATURE:
bundle_report outdated
outputs in JSON format when passed optional argument
v1.2.0 / 2022-08-12 (commits)
v1.1.0 / 2022-06-30 (commits)
-
FEATURE: Added option --version to get the version of the gem being used
-
[FEATURE: Add support to use DeprecationTracker with Minitest](Add support to use DeprecationTracker with Minitest)
-
DOCUMENTATION: Update the code of conduct link in PR template
-
FEATURE: Command line option to check for recommended ruby version for the desired Rails version
v1.0.5 / 2022-03-29 (commits)
- FEATURE: Initialize the Gemfile.next.lock to avoid major version jumps when used without an initial Gemfile.next.lock
- FEATURE: Drop
actionview
dependency because it is not really used - BUGFIX: If shitlist path does not exist, create it for the user of the gem
v1.0.4 / 2021-04-09 (commits)
v1.0.3 / 2021-04-05 (commits)
- BUGFIX: Update README.md to better document this
ten_years_rails
fork - BUGFIX: Make ActionView an optional dependency
- Official Release