Skip to content

Latest commit

 

History

History
66 lines (43 loc) · 2.07 KB

changelog.md

File metadata and controls

66 lines (43 loc) · 2.07 KB

1.5.0

full changelog

  • Autoswitch compatibility between Rails 3.2 and Rails 4
  • Add automated Travis testing for multiple Rails versions

1.4.3

full changelog

  • Bug Fixes
    • Name migrations correctly that only add one index
    • Now compatible with Rails 4.0

1.4.2

  • Bug Fixes

    • Generate date fields by default when Date class is given to structure block
  • Misc

    • Added timestamps to migrant:model generator by default

1.4.1 / 2013-03-16

full changelog

  • Bug Fixes
    • Fix term-ansicolor not being detected as a dependency in some bundler versions
    • Signed with RubyGems OpenPGP (experimental)

1.4.0 / 2013-02-03

full changelog

  • Features

    • Changes to the column default are now detected
    • Change migrations filenames are named using new default values (to avoid conflicts)
    • Remove official 1.8 support (still works but too much testing overhead for now)
  • Bug fixes

    • Fixed associations failing to be added to the base model when using STI
    • Fix possible issue with PostgreSQL regenerating migrations if the range primitive is used

1.3.2 / 2012-03-08

full changelog

  • Bug fixes
    • [CRITICAL] Specifying a belongs_to association in a model no longer automatically assumes a schema creation

1.3.1 / 2012-02-12

full changelog

  • Features

    • Migrant now offers to generate migrations that would lose data in conversion (eg. text -> int), after warning the user.
    • Now on Travis CI!
  • Bug fixes

    • Disable schema cache for Rails >= 3.2.0.rc2. Mostly fixes issues with the tests, but peace of mind for Rails 3.2 nonetheless.
    • Fix filename tests not running on some systems
  • Contributors

    • pascalh1011
    • L2G