This file is a manually maintained list of changes for each release
- preparating for publish to npm
- added example.js
- prepared some tests for future functions
- fixed getConnection call to return correct callback
- removed event emitter from constructors at pool and connection mock for similar behaviour to original mysql lib
- adjusted tests for poolMock and poolConnectionMock
- corrected some typos
- added test command to package.json
- added tests based on mocha
- added chai BDD support
- added Test instruction at readme.md
- fixed bug in test/test.js
- added check at mysqlPoolMock.js for only calling cb function if defined
- fixed connection.query method
- Initial Version