Features
- lib: setup new export wrappers with mysql-async aliases (Linden)
Bug Fixes
- execute: incorrect queryCount when sending single array (Linden)
- lib: don't clear alias table (Linden)
- lib: ensure safeArgs when using __call method (Linden)
- lib: Pass transaction to safeArgs (Dunak)
- lib: safeArgs requires transaction for await (Linden)
- lib: set correct alias for execute (Linden)
Code Refactoring
- patches: remove redundant code (Linden)
- replace webpack with esbuild (Linden)
- pool: cleanup connection options and createPool defaults (Linden)
- config: moved typeCast function into config (Linden)
- utils: rename parser and add additional functions (Linden)
- transaction: parse arguments prior to establishing connection (Linden)
- execute: split into execute and query (Linden)
- utilise new exports and deprecate old ones (Linden)
- rename exports (Linden)
- lib: MySQL.Sync and MySQL.Async shared __index method (Linden)
Chores
- update readme info and include some sample queries (Linden)