Massive Js Versions Save

A data mapper for Node.js and PostgreSQL.

v4.8.2

6 years ago

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

v4.8.0

6 years ago

feat: refresh materialized views

v4.7.2

6 years ago

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

v2.7.5

6 years ago

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

v4.7.1

6 years ago

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

v2.7.4

6 years ago

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

v4.7.0

6 years ago

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

v4.6.6

6 years ago

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

v4.6.5

6 years ago

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

v4.6.4

6 years ago

Decomposition now preserves the sort order of the outermost array.