Skip to content

Releases: r7kamura/rubocop-migration

v0.7.1

20 Apr 03:43
de1c1db
Compare
Choose a tag to compare

What's Changed

Fixed

  • Fix Migration/RemoveColumn to work with prism parser by @r7kamura in #35

Others

  • Run bundle update by @r7kamura in #34
  • Change version to 0.7.1 by @github-actions in #36

Full Changelog: v0.7.0...v0.7.1

v0.7.0

09 Apr 23:02
9a47dd2
Compare
Choose a tag to compare

What's Changed

Added

  • Add support for RuboCop plugin feature by @r7kamura in #30

Changed

  • Support safe navigation operators detection by @r7kamura in #28

Fixed

Others

  • Fix some typos by @fkmy in #26
  • Update Gemfile.lock by @r7kamura in #29
  • Change version to 0.7.0 by @github-actions in #32

Full Changelog: v0.6.0...v0.7.0

v0.6.0

06 Feb 18:29
Compare
Choose a tag to compare

What's Changed

Changed

  • Update reserved words from MySQL 8.0 to MySQL 8.4 by @fkmy in #25

Others

  • Add comment about false-negatives on cached Migration/RemoveColumn by @r7kamura in #24

New Contributors

  • @fkmy made their first contribution in #25

Full Changelog: v0.5.1...v0.6.0

v0.5.1

03 May 20:28
9215a3f
Compare
Choose a tag to compare

What's Changed

Fixed

Others

  • Change version to 0.5.1 by @github-actions in #21

New Contributors

Full Changelog: v0.5.0...v0.5.1

v0.5.0

27 Jan 01:43
3ae8cc9
Compare
Choose a tag to compare

What's Changed

Changed

  • Prefer inline in_batches on Migration/BatchInBatches autocorrection by @r7kamura in #17

Fixed

  • Fix wrong method name in example: within_in_batches -> in_batches by @r7kamura in #15
  • Fix inline in_batches false-positive on Migration/BatchInBatches by @r7kamura in #16

Others

  • Change version to 0.5.0 by @github-actions in #18

Full Changelog: v0.4.2...v0.5.0

v0.4.2

14 Jul 14:37
14c09ee
Compare
Choose a tag to compare

What's Changed

Fixed

  • Fix error when table name cannot be determined at Migration/RemoveColumn by @r7kamura in #12

Others

  • Change version to 0.4.2 by @github-actions in #13

Full Changelog: v0.4.1...v0.4.2

v0.4.1

14 Jun 02:00
5d7f9b5
Compare
Choose a tag to compare

What's Changed

Fixed

  • Remove duplicated disable_ddl_transaction! on Migration/AddIndexConcurrently cop by @r7kamura in #8

Others

  • Rename CI job name from test/build to ci/test by @r7kamura in #9
  • Change version to 0.4.1 by @github-actions in #10

Full Changelog: v0.4.0...v0.4.1

v0.4.0

22 Oct 06:04
93908d1
Compare
Choose a tag to compare

What's Changed

Added

  • Support t.change_null on Migration/ChangeColumnNull cop by @r7kamura in #5

Others

  • Change version to 0.4.0 by @github-actions in #6

Full Changelog: v0.3.2...v0.4.0

v0.3.2

19 Oct 21:15
c5f79f0
Compare
Choose a tag to compare

What's Changed

Others

  • Change version to 0.3.2 by @github-actions in #4

Full Changelog: v0.3.1...v0.3.2

v0.3.1

18 Oct 23:38
a7ac7b0
Compare
Choose a tag to compare

What's Changed

Added

Others

  • Change version to 0.3.1 by @github-actions in #3

New Contributors

  • @r7kamura made their first contribution in #2
  • @github-actions made their first contribution in #3

Full Changelog: https://github.com/r7kamura/rubocop-migration/commits/v0.3.1