This repository has been archived by the owner on Jan 23, 2022. It is now read-only.
Releases: casperiv0/mysql.ts
Releases · casperiv0/mysql.ts
Release 1.0.1
Release 1.0.0
Changelog
Breaking changes:
- Use
node-promise-mysql
to handle promisifing functions - Update and remove non-needed typings
- Export
BuilderTypes
directly
Release 0.1.3
Changelog
- Bump dependencies
Release 0.1.2
Changelog
- Add husky git hooks
Release 0.1.1
Changelog
- Bump dependencies
Release 0.1.0
Changelog
- BREAKING: Remove
returnEmptyArrayForNoResults
- Bump dependencies
- Format code
Release 0.0.20
Changelog
- Make
BuilderTypes
options optional
Release 0.0.19
Changelog
Release 0.0.18
Changelog
- Update docs
Release 0.0.17
Changelog
- Add
returnEmptyArrayForNoResults
toConnectionConfig
- Minor code improvements