- Dropped node 8 and added node 14 to tests and fixed 0.6.2 changes
- NOTE: THIS WAS DEPRECATED FROM NPM DUE TO SOME BREAKING TESTS
- Set seeding to sequential instead of parallel #89
- Support for old-style seeding modules #88
- Added more files to gitignore to make package smaller
- Fixed special character escaping in password for postgresql
- Updated dependencies
- Added prettier config
- Added CI testing for node 12
- Moved knex from normal deps to peerDep, so now one has to npm install knex explicitly
- Fixed id sequence queries to work on postgresql 10 databases even when
- Updated dependencies
- Removed gatsby and started to use vuepress for docs
- Added CI testing for node 8 and 10
- Fix allowing to create new databases even when multiple clients are connected to postgres server #36
- Updated list of supported dialect aliases #33
- Fixed npm repo to point Vincit #31
- Updated various dependencies
- Initial support for mysql #13, #30
- truncateDb doesn't automatically leave migration table out #10
- Add owner privileges for the database user after creating new database as super user #15
- Added documentation pages
- Removed automatic ingnore of migrations table from truncate DB
- Removed automatic testing / support for node < 4
- Initial changelog entry
- All functionality