Releases: dmfay/massive-js
Releases · dmfay/massive-js
v4.8.2
12 May 02:45
Compare
Sorry, something went wrong.
No results found
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
Sorry, something went wrong.
No results found
feat: refresh materialized views
v4.7.2
11 May 03:49
Compare
Sorry, something went wrong.
No results found
fix: use Object.prototype.hasOwnProperty instead of relying on the instance
v2.7.5
11 May 03:48
Compare
Sorry, something went wrong.
No results found
fix: use Object.prototype.hasOwnProperty instead of relying on instances
v4.7.1
10 Mar 18:01
Compare
Sorry, something went wrong.
No results found
Dates in documents are cast to timestamptz to retain time zone information.
v2.7.4
10 Mar 18:01
Compare
Sorry, something went wrong.
No results found
Dates in documents are cast to timestamptz to retain time zone information.
v4.7.0
10 Mar 18:00
Compare
Sorry, something went wrong.
No results found
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
Sorry, something went wrong.
No results found
Fixes an issue with columns being double-counted in tables with compound primary keys.
v4.6.5
14 Feb 23:41
Compare
Sorry, something went wrong.
No results found
Fixes an issue with descendant tables being double-counted during initialization.
v4.6.4
03 Feb 20:41
Compare
Sorry, something went wrong.
No results found
Decomposition now preserves the sort order of the outermost array.