Skip to content

Latest commit

 

History

History
72 lines (55 loc) · 1.89 KB

CHANGELOG.md

File metadata and controls

72 lines (55 loc) · 1.89 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.

[Unreleased]

Added

Changed

Fixed

[1.1.9] - 2024-06-17

Changed

  • update rubocop, and rubocop-[everything] to latest possible versions that support Ruby 2
  • add new rules according to new cops emerged

[1.1.8] - 2023-12-12

Fixed

  • fix dependency on gems that are only necessary for CI

[1.1.7] - 2023-10-18

Changed

  • update rubocop, and rubocop-[everything] to latest versions
  • add new rules according to new cops emerged

[1.1.6] - 2023-05-31

Changed

  • update rubocop, and rubocop-[everything] to latest versions
  • add new rules according to new cops emerged

[1.1.5] - 2022-03-18

Changed

  • adjust assignment indent rule to be default 2 space indent

[1.1.4] - 2022-01-26

Changed

  • update rubocop, and rubocop-[everything] to latest versions

[1.1.3] - 2021-05-10

Changed

  • update rubocop, and rubocop-[everything] to latest versions

[1.1.2] - 2021-01-27

Changed

  • adjust array and hash indent rules to be default 2 space indent
  • removed override config for Layout/MultilineMethodCallIndentation

[1.1.1] - 2021-01-21

Fixed

  • fixed path in config

[1.1.0] - 2021-01-20

Changed

  • Switch to newest versions of rubocop, and rubocop-[everything]
  • Update the default config with the recent set of rules corresponding to the new version
  • reworked gem so that it can simply be required like other rubocop gems

[1.0.2] - 2020-09-09

Changed

  • Disable Style/DoubleNegation cop
  • Set ruby version to 2.5 by default

[1.0.1] - 2019-10-11

Added

  • Adjusted MultilineMethodCallIndentation rule

[1.0.0] - 2019-08-28

Added

  • Default rubocop config
  • Netsoft/AuthHttpPositionalArguments cop