[SEMVER_MAJOR]
Restructuredadbm
factory arguments: now uses three positional arguments -db
,adapter
andinjections
. The latter can be used to inject various functions into the factory, chief among them the function used to retrieve migration objects.[SEMVER_MAJOR]
RenamedgetMigrationObjects
togetMigrationObjectsFromDirectory
[SEMVER_MINOR]
Refactored library to typescript
[SEMVER_MINOR]
replaced all calls tologger.verbose
withlogger.debug
[SEMVER_PATCH]
updated dependencies
[SEMVER_PATCH]
migrations will now be run in reverse order when migrating down (as was always the intention)
[SEMVER_MINOR]
AddeddbName
param
- Initial release