Releases: nullobject/rein
Releases · nullobject/rein
v5.1.0
v5.0.0
- Upgrade development deps
- Add support for ActiveRecord 6
- Add
whereoption to exclusion constraints
v4.0.0
- Add exclusion constraints
- Add check constraints
v3.3.0
- Add unique constraint.
v3.2.0
- Add match constraint.
- Fix the rollback of change view migrations.
v3.1.0
- Add length constraint.
v3.0.0
- Dropped MySQL support.
- Reversible migrations.
- Add
indexoption toadd_foreign_key_constraint.
v2.1.0
- Add
ifoption to inclusion constraints. - Add
nameoption to constraints. - Add null constraint.
- Ensure presence constraint enforces not null.
v2.0.0
- Add support for enumerated types.
- Add
ifoption to numericality constraints. - Add
ifoption to presence constraints. - Fix a bug in presence contraints.
v1.1.0
- Update README.
- Code cleanups.
- Disable monkey patching in rspec.