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

Releases: dmfay/massive-js

v4.8.2

12 May 02:45
Compare
Choose a tag to compare

fix: fields can be restricted in document searches (fixes #595)
fix: support traversal properly inside documents (fixes #594)

v4.8.0

11 May 03:50
Compare
Choose a tag to compare

feat: refresh materialized views

v4.7.2

11 May 03:49
Compare
Choose a tag to compare

fix: use Object.prototype.hasOwnProperty instead of relying on the instance

v2.7.5

11 May 03:48
Compare
Choose a tag to compare

fix: use Object.prototype.hasOwnProperty instead of relying on instances

v4.7.1

10 Mar 18:01
Compare
Choose a tag to compare

Dates in documents are cast to timestamptz to retain time zone information.

v2.7.4

10 Mar 18:01
Compare
Choose a tag to compare

Dates in documents are cast to timestamptz to retain time zone information.

v4.7.0

10 Mar 18:00
Compare
Choose a tag to compare

Allows disabling deepInsert with an option per query. This behavior will be reversed in v5 with deep inserts off by default.

v4.6.6

20 Feb 12:41
Compare
Choose a tag to compare

Fixes an issue with columns being double-counted in tables with compound primary keys.

v4.6.5

14 Feb 23:41
Compare
Choose a tag to compare

Fixes an issue with descendant tables being double-counted during initialization.

v4.6.4

03 Feb 20:41
Compare
Choose a tag to compare

Decomposition now preserves the sort order of the outermost array.