- ...
0.9.3 - 2020-03-07
- Fix unlock handling
0.9.2 - 2020-02-28
- Change
utils:crc32
to return signed integer #36
0.9.1 - 2020-02-25
- Fix hash generation in
SynorMigration
function
0.9.0 - 2020-02-25
- Resolve: #34
0.8.2 - 2020-02-07
- Fix
getCurrentRecord
#32
0.8.1 - 2020-02-07
- Fix
Migrator.info
#32
0.8.0 - 2020-02-07
- Change types: remove
MigrationHistory
, addMigrationRecordInfo
&MigrationSourceInfo
#32 - Combine
Migrator.history
andMigrator.pending
intoMigrator.info
#32 - Add support for Out of Order migration run #32
- Add
extension
property inMigrationInfo
0.7.0 - 2020-01-14
- Close: #31
0.6.1 - 2020-01-12
- Improve TypeScript support for
SynorError
(internal) - Export
isSynorError
0.6.0 - 2020-01-11
0.5.0 - 2020-01-05
0.4.1 - 2019-12-25
- Fix typo in config option:
separator
0.4.0 - 2019-12-24
- Fix
sortVersions
- Tweak
sanitizeContent
(internal)
0.3.0 - 2019-12-16
- Improved Error handling #19
0.2.0 - 2019-12-14
- Tweak default migration info parser
- Replace
Migrator.version
withMigrator.current
#18 - Tweaks for ensuring consistent behavior
- Initial release