Skip to content

Latest commit

 

History

History
12 lines (10 loc) · 405 Bytes

CHANGELOG.md

File metadata and controls

12 lines (10 loc) · 405 Bytes

0.1.3 (2019-02-02)

  • Fixed index_on issue.

0.1.2 (2019-02-02)

  • Supported unique partial index.
  • Changed generator definition. Now it also accepts flag_name, owner_key.
  • Handled force_primary in after_create callback.
  • Refactored the code.

0.1.1 (2019-12-29)

  • Added support for single model with no association.
  • Fixed polymorphic association issue as it was not working properly.