Skip to content

Latest commit

 

History

History
87 lines (58 loc) · 1.75 KB

History.md

File metadata and controls

87 lines (58 loc) · 1.75 KB

0.3.0-alpha.1 / 2017-02-18

  • Install missing babel-preset-env.
  • Add installation docs.
  • Add a wrapper fn over up/down to support promises.
  • Update migration template to use async/await
  • Add babel-register support with babel-preset-env

0.2.3 / 2016-07-05

  • Add date-format option for new migrations (#66)
  • Update readme: Usage section (#65)
  • Add missing license field to package.json (#64)

0.2.2 / 2015-07-07

  • Fixed migration to specific point by name

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