Skip to content

Latest commit

 

History

History
66 lines (43 loc) · 1.21 KB

History.md

File metadata and controls

66 lines (43 loc) · 1.21 KB

0.2.1 / 2015-04-24

  • Ability to use a custom template file
  • Expose easy api for programmatic use
  • State is now saved after each successful migration
  • Proper tests with mocha
  • Add use strict to the template

0.2.0 / 2014-12-26

  • Report errors on migration next
  • The name format of migrations is now timestamp-based instead of numerical
  • Remove inner library version

0.1.6 / 2014-10-28

  • Fix paths for windows users
  • Added command line option --state-file (to set the location of the migration state file)

0.1.3 / 2012-06-25

  • Update migrate to support v0.8.x

0.1.2 / 2012-03-15

  • 0.7.x support

0.1.1 / 2011-12-04

  • Fixed a typo [kishorenc]

0.1.0 / 2011-12-03

  • Added support for incremental migrations. [Kishore Nallan]

0.0.5 / 2011-11-07

  • 0.6.0 support

0.0.4 / 2011-09-12

  • Fixed: load js files only [aheckmann]

0.0.3 / 2011-09-09

  • Fixed initial create support

0.0.2 / 2011-09-09

  • Fixed make test

0.0.1 / 2011-04-24

  • Initial release