Skip to content

Latest commit

 

History

History
95 lines (83 loc) · 2.59 KB

CHANGELOG.md

File metadata and controls

95 lines (83 loc) · 2.59 KB

Changelog

All notable changes to this project will be documented in this file.

The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.

Added

Changed

Fixed

Removed

2.0.4 2023-06-05

Added

  • Dependencies
    • yard-junk
    • redcarpet
    • pry, IRB alternative
    • pry-suite
    • debase, for IDE debugging
  • Some rules should ignore specs/tests
    • Style/MethodCallWithArgsParentheses
    • Style/ClassAndModuleChildren

Fixed

  • yard documentation task

Changed

  • Added Include to inherit_mode: merge
  • Updated dependency on standard-rubocop-lts

2.0.3 2023-05-22

Fixed

  • install_tasks and Railtie loading of rake tasks

Changed

  • tasks.rake => tasks.rb

2.0.2 2023-05-21

Fixed

  • Ship rake tasks in gem package

2.0.1 2023-05-18

Fixed

  • Fix rake_tasks hook on Railtie

2.0.0 2023-05-17 [YANKED]

Added

  • Configs for:
    • rubocop
    • rubocop-gradual
    • rubocop-md
    • rubocop-rake
    • rubocop-shopify
    • rubocop-thread_safety
    • standard
    • standard-performance
    • standard-custom
    • standard-rubocop-lts
  • And optionally, if you are using RSpec:
    • rubocop-rspec
  • And optionally, if you are building a RubyGem:
    • rubocop-packaging
  • And optionally, if you are building a Rails app:
    • betterlint
    • standard-rails
  • version_gem

Removed

  • Support for Ruby <= 2.6. Minimum Ruby Version is now 2.7

1.0.3 2022-05-23

Added

  • Rubocop => RuboCop typo repair
  • Ruby Version Support Matrix
  • Improved documentation

1.0.2 2022-05-03

Fixed

  • Added missing rubocop.yml for inherit_gem directive

1.0.1 2022-05-02

Added

  • Documentation

1.0.0 2022-05-01

Added

  • Initial release