Skip to content

Latest commit

 

History

History
12 lines (8 loc) · 671 Bytes

CHANGELOG.adoc

File metadata and controls

12 lines (8 loc) · 671 Bytes

CHANGELOG

0.2.0 (2018-05-23)

  • 💥BREAKING CHANGES💥 version method now passes special migration object instead of current value (current value can be accessed simply by calling the field’s name) (@nattfodd)

  • Added ability to include migration helper modules (@nattfodd)

0.1.0 (2018-05-20)

  • First version of the gem! 🎉 (@nattfodd)

  • Implemented DSL for writing migrations for your versioned fields (@nattfodd)

  • Implemented support for zero-downtime migrations for ActiveRecord & Rails (@nattfodd)