1.1.0
What's Changed
- Fix: now library will not attempt to parse column names and will use ones provided by server
(#84) - Better error handling: more errors can now be handled in specific
.catch()
handlers instead of being
emitted as a genericerror
event (#99) - Fixed error logging bug (attempt to serialize circular structures) (#89)
- Fixed some minor bugs and regressions
Full Changelog: 1.0.0...1.1.0
Upgrading
No specific actions required. Revisit error handling code if you used an error
event - now most errors will be handled in specific .catch()
handlers