Skip to content
This repository has been archived by the owner on Apr 24, 2020. It is now read-only.

Latest commit

 

History

History
96 lines (61 loc) · 2.8 KB

CHANGELOG.md

File metadata and controls

96 lines (61 loc) · 2.8 KB

Changelog

  • ...

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

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, add MigrationRecordInfo & MigrationSourceInfo #32
  • Combine Migrator.history and Migrator.pending into Migrator.info #32
  • Add support for Out of Order migration run #32
  • Add extension property in MigrationInfo

0.7.0 - 2020-01-14

0.6.1 - 2020-01-12

  • Improve TypeScript support for SynorError (internal)
  • Export isSynorError

0.6.0 - 2020-01-11

  • Close: #26
  • Close: #28
  • Refactor SynorError (internal)

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 with Migrator.current #18
  • Tweaks for ensuring consistent behavior

0.1.0 - 2019-12-10

  • Initial release