- fixed special cases in string replacement (credit to Pedro Prado)
- added TypeScript definition file (credit to Pedro Prado)
- update modifier now correctly escapes identifiers
- fixed a problem with comments breaking SQL file parsing
- added a custom error that is thrown if unknown named parameters are passed to a query
- fixed a problem with pg adapter both rejecting and resolving at the same time
- added the pg (PostgreSQL) adapter
- removed the strict mode and stopped support node 4 / 5
- introduced debugging to all adapters
- added mssql adapter to documentation
- corrected some errors in documentation
- first fully supported release
- mysql adapter exposes lastInsertId on itself