Releases: dmfay/massive-js
v3.0.0
The first official release of version 3. Primarily fixes a few bugs from the release candidate, using pg-promise's QueryFiles to represent scripts and ensuring options are properly detected with function and script invocation. The driverConfig
is now exposed on the connected instance, allowing integration with pg-monitor.
v3.0.0-rc1
Promises land at last, using the pg-promise driver! Everything else hews fairly close to v2.x, although the setAttribute
functions have been consolidated into modify
, the BETWEEN
SQL operation is now supported, and named parameters can be used with run
, where
, and script files.
This is a release candidate version. If no major issues arise (or if they are easily fixed), I expect to drop 3.0.0 proper sometime in June.
v2.6.1
v2.5
v2.4
v2.3.0
v2.2.0
v2.1.0
Fixed some connection issues and refined sync goodies for documents
Mostly a maintenance release.
Added Sync and Stream Goodies
Quite a few improvements in this release - added streaming and a full compliment of synchronous methods. Fixed a number of bugs thanks to @dmfay and added bulk update abilities.