- Updated NPM dependencies to latest versions
- Updated E2E test suite with new interface of the main package "dbfixtures"
- Updated readme with new interface of the main package "dbfixtures" in the usage example
- Deprecated linter configuration option
- Information about supported NodeJS versions and how to setup a docker container to run the automated tests for this repository to the Readme file
- End-to-end test covering the interaction of this driver with the core package
dbfixtures
- Shell script with commands to setup the database for running the integration and end-to-end tests
- Minimum supported version of NodeJS increased to
8
- Minor refactoring of the code and unit tests
- Fixed type definition for IDriver, replacing
[{}]
with{}[]
. - Added missing package-lock.json file.
- Moved the "mysql" dependency from the devDependencies to dependencies in the package.json.
- First version of the code