Releases: dmfay/massive-js
Releases · dmfay/massive-js
v4.8.2
fix: fields can be restricted in document searches (fixes #595)
fix: support traversal properly inside documents (fixes #594)
v4.8.0
feat: refresh materialized views
v4.7.2
fix: use Object.prototype.hasOwnProperty
instead of relying on the instance
v2.7.5
fix: use Object.prototype.hasOwnProperty
instead of relying on instances
v4.7.1
Dates in documents are cast to timestamptz
to retain time zone information.
v2.7.4
Dates in documents are cast to timestamptz
to retain time zone information.
v4.7.0
Allows disabling deepInsert
with an option per query. This behavior will be reversed in v5 with deep inserts off by default.
v4.6.6
Fixes an issue with columns being double-counted in tables with compound primary keys.
v4.6.5
Fixes an issue with descendant tables being double-counted during initialization.
v4.6.4
Decomposition now preserves the sort order of the outermost array.