Skip to content

Releases: jeremydaly/data-api-client

v1.3.0

06 Apr 19:40
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v1.2.0...v1.3.0

v1.2.0

16 Dec 16:28
Compare
Choose a tag to compare

Bug fixes and Postgres Type-Casting Support

v1.1.0

09 Jul 23:47
Compare
Choose a tag to compare

Bug Fixes and Feature Updates

  • Add logo (wicked important) 8803db2
  • Support for date time serialization/deserialization (@cklam2) 021542f
  • Omit typeHint when it's null or undefined. Corrected month calculation (@cklam2) 58e6bc9
  • Add formatOptions support to transactions 75928bc
  • Close #35 by removing HTTP keepAlive workaround ed87c0b
  • Close #47 by removing database requirement 4c9239f
  • Documentation updates 2d784b9
  • Bump travis version to node 10 3e04d97

v1.0.1

12 Dec 16:45
Compare
Choose a tag to compare

Bug Fixes

There was an issue with batch records via standard queries versus those wrapped in transactions. This update includes a patch that checks the arguments and conditionally flattens the array for proper handling in each context.

v1.0

15 Nov 01:41
Compare
Choose a tag to compare

Initial Release

This is an initial release that provides a number of upgrades and fixes to the beta version. Special thanks to @alan-cooney, @joshgoodwin, @samin and @cinqi for contributions and feedback.