Skip to content

Latest commit

 

History

History
70 lines (43 loc) · 1.26 KB

CHANGELOG.md

File metadata and controls

70 lines (43 loc) · 1.26 KB

Unreleased

  • Add accepts_case_insensitive and rejects_case_insensitive options to match constraints

5.1.0 (2020-01-08)

  • Add validate option to foreign key and check constraints

5.0.0 (2019-08-23)

  • Upgrade development deps
  • Add support for ActiveRecord 6
  • Add where option to exclusion constraints

4.0.0 (2019-01-28)

  • Add exclusion constraints
  • Add check constraints

3.5.0 (2018-05-09)

  • Add support for ActiveRecord 5.2

3.4.0 (2018-03-23)

  • Wrap column and table names in foreign key constraints

3.3.0

  • Add unique constraint

3.2.0

  • Add match constraint
  • Fix the rollback of change view migrations

3.1.0

  • Add length constraint

3.0.0

  • Dropped MySQL support
  • Reversible migrations
  • Add index option to add_foreign_key_constraint

2.1.0

  • Add if option to inclusion constraints
  • Add name option to constraints
  • Add null constraint
  • Ensure presence constraint enforces not null

2.0.0

  • Add support for enumerated types
  • Add if option to numericality constraints
  • Add if option to presence constraints
  • Fix a bug in presence contraints

1.1.0

  • Update README
  • Code cleanups
  • Disable monkey patching in rspec

1.0.0

  • Fix Mysql2Adapter for Rails 3.2
  • Add column option to add_primary_key