Skip to content

Latest commit

 

History

History
92 lines (51 loc) · 2.32 KB

CHANGELOG.md

File metadata and controls

92 lines (51 loc) · 2.32 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.

[0.11] - 2023-12-19

Fixed

  • Fix handling require at the top of the file, nil nodes, and nodes that aren't of type AST::node (#15). Thanks @rohitpaulk and @libmartinito

[0.10] - 2021-03-10

Removed

  • Drop support for Ruby 2.4, 2.5, and 2.6

Added

  • Support for custom method qualifiers (#11). Thanks @Darhazer.
  • Setup CI (#12). Thanks @Darhazer.

[0.9] - 2021-03-10

Added

  • Autocorrection support for Sorbet signatures

[0.8] - 2021-02-01

Fixed

  • Fix NoMethodError and the "[Correctable]" label (#6). Thanks @jaredbeck.

[0.7] - 2021-01-11

Removed

  • Drop Ruby 2.3 support
  • Drop support for rubocop < 1.0

Changed

  • Support for rubocop >= 1.0 (#5). Thanks @jaredbeck.

[0.6] - 2020-03-01

Security

[0.5] - 2019-11-05

Removed

  • Drop Ruby 2.2 support

Changed

  • Nonadjacent qualifiers are now autocorrected (#4). Thanks @adamkiczula.
  • Cache AST traversals for significant speed up on large files

[0.4] - 2019-06-11

Changed

  • More robust autocorrection of a method and its surroundings (see Corrector in the README).

0.3 - 2019-02-17

Added

  • Configuration defaults

0.2 - 2019-02-17

Added

  • Autocorrector

0.1 - 2019-02-17

Initial release.