Releases: js-migrations/core
Releases · js-migrations/core
v6.2.3
13 Aug 14:55
Compare
Sorry, something went wrong.
No results found
6.2.3 (2018-08-13)
Bug Fixes
v6.2.2
13 Aug 14:26
Compare
Sorry, something went wrong.
No results found
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
Compare
Sorry, something went wrong.
No results found
6.2.1 (2018-05-28)
Bug Fixes
v6.2.0
18 Mar 19:48
Compare
Sorry, something went wrong.
No results found
6.2.0 (2018-03-18)
Features
Allows defaultLog to be used externally. (05255af )
v6.1.0
18 Mar 19:36
Compare
Sorry, something went wrong.
No results found
6.1.0 (2018-03-18)
Features
Enables logging to be passed in by facade user. (408258f )
v6.0.0
18 Mar 10:39
Compare
Sorry, something went wrong.
No results found
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
Compare
Sorry, something went wrong.
No results found
5.1.1 (2018-03-17)
Bug Fixes
rollback: Fixes the order of rollling back. (#10 ) (7a36a9c )
v5.1.0
14 Mar 20:22
Compare
Sorry, something went wrong.
No results found
5.1.0 (2018-03-14)
Features
v5.0.0
14 Mar 15:01
Compare
Sorry, something went wrong.
No results found
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
Sorry, something went wrong.
No results found
4.0.1 (2018-03-14)
Bug Fixes
Moves testRepoFactory for use in testing presenters. (a045e9e )