Skip to content

v3.0.0

Compare
Choose a tag to compare
@hmac hmac released this 03 Jul 10:53
· 418 commits to master since this release

Breaking changes

  • Drop support for Rails < 4.2
  • Drop support for Ruby < 2.2

For details on our compatibility policy, see docs/COMPATIBILITY.md.

Changes

  • Better handling of custom transition association names (patch by @greysteil)
  • Add foreign keys to transition table generator (patch by @greysteil)
  • Support partial indexes in transition table update generator (patch by @kenchan0130)