Releases: js-migrations/core
Releases · js-migrations/core
v4.0.0
4.0.0 (2018-03-14)
Features
- Changes migrations to array to catch duplicate keys. (#7) (339b6b4)
BREAKING CHANGES
- Changes migrations to
Migration[]
instead of MigrationDictionary
.
v3.0.0
3.0.0 (2018-03-13)
Features
- Adds getMigrations to RepoFacade. (#5) (bedc4b7)
BREAKING CHANGES
- Adds
getMigrations
to RepoFacade
.
v2.1.1
2.1.1 (2018-03-13)
Bug Fixes
- Fixes lock tests for repo implementations. (3ceb639)
v2.1.0
2.1.0 (2018-03-13)
Features
v2.0.0
2.0.0 (2018-03-13)
Features
BREAKING CHANGES
- Requires
lockMigrations
and unlockMigrations
in RepoFacade
.
v1.0.3
1.0.3 (2018-03-13)
Bug Fixes
- Fixes retrieval of last batch keys. (445efc3)
v1.0.2
1.0.2 (2018-03-13)
Bug Fixes
- npm: Only uses dist folder in published package. (ca275a7)
v1.0.1
1.0.1 (2018-03-13)
Bug Fixes
- npm: Fixes npm publishing. (174b8e9)
v1.0.0
1.0.0 (2018-03-12)
Bug Fixes
- deps: Fixes dependencies for Renovate. (1503694)
Features
- Finishes adding service functions and tests. (0736d82)
- Starts package. (628a5ae)