Skip to content

Latest commit

 

History

History
65 lines (37 loc) · 1.79 KB

CHANGELOG.md

File metadata and controls

65 lines (37 loc) · 1.79 KB

[Unreleased]

[0.4.3] - 2024-04-09

New Features

  • New cop Grape/RouteParamGrouping detects route parameter defined on endpoint (@kakubin)

[0.4.2] - 2024-04-05

Changes

New Features

  • New cop Grape/PresentWith checks mistyped argument on present method (@kakubin)

[0.4.1] - skip

[0.4.0] - 2023-04-29

New Features

  • New cop Grape/AbcSize checks the ABC metric, based on assignments, branches, and conditions. (@kakubin)

[0.3.0] - 2023-04-15

New Features

  • New cop Grape/FieldName checks that all fields use the configured style. (@kakubin)

[0.2.0] - 2022-11-13

New Features

Changes

Bug fixes

  • #8: bugfix: match named endpoint definition for Grape/ParamsPosition. (@kakubin)

[0.1.2] - 2022-08-21

Bug fixes

[0.1.1] - 2022-08-21

New Features

  • #2: add new cop Grape/ParamsPosition. (@kakubin)

Changes

  • #3: support ruby from 2.6 to 3.1. (@kakubin)
  • #4: fix heredoc name from RUBY to PATTERN. (@kakubin)

[0.1.0] - 2022-07-13

  • Initial release