- Support tsconfigs with esModuleInterop (#438) (fixes #434) e0e6584
- Breaking change (to storages): remove string parameter (#429) b6414ba
- Custom storage implementations must update
logMigration(name) { ... }tologMigration({ name }) { ...}. Likewise withunlogMigration. This is to allow receivingcontextandpathproperties in the same arg object.
- Custom storage implementations must update
- Add prod tsconfig for lib output (#430) 92b5d45
- fix(deps): update dependency emittery to ^0.8.0 (#428) beca973
v3.0.0-beta.14...v3.0.0-beta.15