All Versions
20
Latest Version
Avg Release Cycle
-
Latest Release
-

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.
  • v1.0.2 Changes

    • ๐Ÿ› Bug fix: add rake to development dependencies.
  • 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.