Releases: r7kamura/rubocop-migration
Releases · r7kamura/rubocop-migration
v0.7.1
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
What's Changed
Added
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
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
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
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
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
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
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
What's Changed
Others
- Change version to 0.3.2 by @github-actions in #4
Full Changelog: v0.3.1...v0.3.2