All Versions
20
Latest Version
Avg Release Cycle
-
Latest Release
-
Changelog History
Page 2
Changelog History
Page 2
-
v1.3.1 Changes
- ๐ Support for Rails 4.2, 5.0 and 5.1.
- ๐ Improve errors reported by add_index on malformed inputs.
-
v1.3.0 Changes
- ๐ New feature: detect missing foreign key constraints.
-
v1.2.1 Changes
- ๐ Support for Rails 5 (thanks @syndbg)
-
v1.2.0 Changes
- ๐ New feature: report extraneous indexes on primary keys.
- ๐ Bug fix: properly recognise indexes on polymorphic associations (thanks for reporting @kvokka and @michaelachrisco)
- ๐ Bug fix: handle non-unique indexes correctly
- ๐ Clean up the documentation (thanks @Fryguy)
-
v1.1.1 Changes
- Document how to detect extraneous indexes.
- ๐ Support Rubies lacking
Array#to_h
. - ๐จ Minor refactorings (thanks @mwsteb)
-
v1.1.0 Changes
- ๐ New feature: detect extraneous indexes.
- โก๏ธ Update the installation instructions.
-
v1.0.3 Changes
- ๐ Bug fix: add
rails
to development dependencies.
- ๐ Bug fix: add
-
v1.0.2 Changes
- ๐ Bug fix: add
rake
to development dependencies.
- ๐ Bug fix: add
-
v1.0.1 Changes
- ๐ Bug fix: versions in Gemfile.lock.
- ๐ Bug fix: don't generate migrations with identical timestamps.
-
v1.0.0 Changes
- ๐ Initial release.
- ๐ New feature: Detecting and indexing unindexed foreign keys.