Releases: js-migrations/core
Releases · js-migrations/core
v6.2.3
6.2.3 (2018-08-13)
Bug Fixes
v6.2.2
6.2.2 (2018-08-13)
Bug Fixes
- deps: Removes bluebird to resolve open handles in Jest. (ef2f9b7)
v6.2.1
6.2.1 (2018-05-28)
Bug Fixes
v6.2.0
6.2.0 (2018-03-18)
Features
- Allows defaultLog to be used externally. (05255af)
v6.1.0
6.1.0 (2018-03-18)
Features
- Enables logging to be passed in by facade user. (408258f)
v6.0.0
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
5.1.1 (2018-03-17)
Bug Fixes
- rollback: Fixes the order of rollling back. (#10) (7a36a9c)
v5.1.0
5.1.0 (2018-03-14)
Features
v5.0.0
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
4.0.1 (2018-03-14)
Bug Fixes
- Moves testRepoFactory for use in testing presenters. (a045e9e)