Skip to content
This repository has been archived by the owner on Mar 4, 2019. It is now read-only.

Releases: dmfay/massive-js

v3.0.0

25 Jun 05:41
Compare
Choose a tag to compare

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

31 May 02:40
Compare
Choose a tag to compare
v3.0.0-rc1 Pre-release
Pre-release

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

11 May 23:42
Compare
Choose a tag to compare
  • Set multiple document attributes at once with setAttributes(id, supplementalDoc, callback)
  • Loads foreign tables on startup
  • Various bug fixes

v2.5

12 Aug 15:15
Compare
Choose a tag to compare

Updated glob, various bug fixes

v2.4

12 Jul 15:59
Compare
Choose a tag to compare
revved to 2.4

v2.3.0

25 May 22:00
Compare
Choose a tag to compare
Revved to 2.3

v2.2.0

28 Mar 16:03
Compare
Choose a tag to compare
revved to 2.2

v2.1.0

08 Dec 02:07
Compare
Choose a tag to compare

Updated deasync and addd a number of improvements around arrays and other goodies. See commit history if you care.

Fixed some connection issues and refined sync goodies for documents

12 Aug 16:42
Compare
Choose a tag to compare

Added Sync and Stream Goodies

08 Jul 16:51
Compare
Choose a tag to compare

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.