Skip to content

Releases: js-migrations/core

v6.2.3

13 Aug 14:55
Compare
Choose a tag to compare

6.2.3 (2018-08-13)

Bug Fixes

  • deps: Unpins prod deps. (1a3bb91)

v6.2.2

13 Aug 14:26
Compare
Choose a tag to compare

6.2.2 (2018-08-13)

Bug Fixes

  • deps: Removes bluebird to resolve open handles in Jest. (ef2f9b7)

v6.2.1

28 May 10:07
f514e0c
Compare
Choose a tag to compare

6.2.1 (2018-05-28)

Bug Fixes

v6.2.0

18 Mar 19:48
Compare
Choose a tag to compare

6.2.0 (2018-03-18)

Features

  • Allows defaultLog to be used externally. (05255af)

v6.1.0

18 Mar 19:36
Compare
Choose a tag to compare

6.1.0 (2018-03-18)

Features

  • Enables logging to be passed in by facade user. (408258f)

v6.0.0

18 Mar 10:39
f83840e
Compare
Choose a tag to compare

6.0.0 (2018-03-18)

Features

  • Improves recording of processed migrations. (#11) (f83840e)

BREAKING CHANGES

  • Renames fields in ProcessedMigration. Renames updateProcessedMigration to recordProcessedMigration in the RepoFacade.

v5.1.1

17 Mar 23:53
7a36a9c
Compare
Choose a tag to compare

5.1.1 (2018-03-17)

Bug Fixes

  • rollback: Fixes the order of rollling back. (#10) (7a36a9c)

v5.1.0

14 Mar 20:22
b5a45fa
Compare
Choose a tag to compare

5.1.0 (2018-03-14)

Features

v5.0.0

14 Mar 15:01
f1a04ef
Compare
Choose a tag to compare

5.0.0 (2018-03-14)

Tests

  • Uses service factory instead of repo factory. (#8) (f1a04ef)

BREAKING CHANGES

  • Tests in RepoFacade implementations need to use a service factory.

v4.0.1

14 Mar 13:38
Compare
Choose a tag to compare

4.0.1 (2018-03-14)

Bug Fixes

  • Moves testRepoFactory for use in testing presenters. (a045e9e)