Skip to content

Latest commit

 

History

History
156 lines (85 loc) · 2.78 KB

CHANGELOG.md

File metadata and controls

156 lines (85 loc) · 2.78 KB

Change log

main (unreleased)

0.12.3 (2024-10-21)

Fixed

  • Use symbols for class option keys

0.12.2 (2024-10-20)

Fixed

  • Always launch rubocop with the --no-server option

0.12.1 (2024-10-20)

  • Relax rubocop dependency

Fixed

  • Update the nucop cops to accommodate changes to the rubocop API

0.12.0 (2024-10-15)

  • Require at least Ruby 3.2
  • Latest versions of the various Rubocop gems

0.11.3 (2024-07-12)

  • Override the #method_options method to tweak Thor behaviour

0.11.2 (2024-07-11)

  • Address deprecation warning

0.11.1 (2024-06-20)

  • Add missing rubocop-rails_rspec dependency

0.11.0 (2024-06-19)

  • Major version bump for rubocop-rspec
  • Latest versions of the various Rubocop gems

0.10.3 (2024-01-07)

  • Run rubocop with the --no-server option
  • Latest versions of the various Rubocop gems

0.10.2 (2023-05-30)

  • Compatibility with Psych 4 (and therefore Ruby 3.1)

0.10.1 (2023-05-13)

  • Use ruby #map method instead of #pluck method to avoid dependency on ActiveSupport

0.10.0 (2023-05-09)

  • Add support for the rubocop-factory_bot gem
  • Require MFA to push to rubygems

0.9.0 (2023-04-06)

  • Add 'diff_enforced_github' command
  • Add 'diff_github' command

0.8.0 (2023-03-16)

  • Deprecate 'auto-correct' option
  • Add 'autocorrect' option
  • Add 'autocorrect-all' option

0.7.0 (2023-02-27)

  • Latest versions of the various Rubocop gems

0.6.0 (2022-06-27)

  • Include the rubocop-rubycw gem
  • Include the rubocop-thread_safety gem
  • Latest versions of the various Rubocop gems

0.5.0 (2021-12-06)

  • Include the rubocop-graphql gem

0.4.8 (2021-11-22)

  • Latest versions of the git_diff_parser gem
  • Latest versions of the various Rubocop gems

0.4.7 (2021-01-31)

  • Latest versions of the various Rubocop gems
  • Loosen dependencies on the the rubocop gems

0.4.6 (2021-01-02)

  • Loosen dependencies on the the rubocop gems

0.4.5 (2021-01-02)

  • Add the rubocop-rake extension
  • Latest versions of the various Rubocop gems

0.4.4 (2020-12-11)

  • Latest versions of the various Rubocop gems

0.4.3 (2020-10-25)

  • Yanked

0.4.2 (2020-10-24)

  • Latest versions of the various Rubocop gems

0.4.1 (2020-11-10)

  • Rename the master branch to main for OpsCore

0.4.0 (2020-11-08)

  • Rubocop 1.x released

0.3.4 (2020-10-12)

  • Latest versions of the various Rubocop gems

0.3.3 (2020-09-01)

  • Latest versions of the various Rubocop gems

0.3.2 (2020-07-13)

  • Latest versions of the various Rubocop gems

0.3.1 (2020-06-21)

  • Latest versions of the various Rubocop gems

0.3.0 (2020-05-14)

  • Renamed CLI class to Cli
  • Latest versions of the various Rubocop gems

0.2.1 (2020-03-21)

  • Add --json output.json option to diff_enforced

0.2.0 (2020-01-18)

  • Latest versions of the various Rubocop gems