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

Releases: dmfay/massive-js

v4.8.2

Choose a tag to compare

@dmfay dmfay released this 12 May 02:45

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

v4.8.0

Choose a tag to compare

@dmfay dmfay released this 11 May 03:50

feat: refresh materialized views

v4.7.2

Choose a tag to compare

@dmfay dmfay released this 11 May 03:49

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

v2.7.5

Choose a tag to compare

@dmfay dmfay released this 11 May 03:48

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

v4.7.1

Choose a tag to compare

@dmfay dmfay released this 10 Mar 18:01

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

v2.7.4

Choose a tag to compare

@dmfay dmfay released this 10 Mar 18:01

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

v4.7.0

Choose a tag to compare

@dmfay dmfay released this 10 Mar 18:00

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

v4.6.6

Choose a tag to compare

@dmfay dmfay released this 20 Feb 12:41

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

v4.6.5

Choose a tag to compare

@dmfay dmfay released this 14 Feb 23:41

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

v4.6.4

Choose a tag to compare

@dmfay dmfay released this 03 Feb 20:41

Decomposition now preserves the sort order of the outermost array.