Releases: BonnierNews/lu-pg-doc-store
Releases · BonnierNews/lu-pg-doc-store
4.0.0
- Add support for node 14
- Drop support for node 8
v3.3.1
v3.3.0
updated upsert & upsertWithForce
v3.2.2
Removed unnecessary type cast of parameters when querying entity created with id
GIN index on entity_version externalIds.
Merge pull request #18 from BonnierNews/external-id-idx External id idx
find by relationships
Merge pull request #17 from BonnierNews/feature/sidetracking-abit Feature/sidetracking abit
v3.1.0
v3.0.1
v3.0.0: Present and persist updatedAt and createdAt in meta (#16)
Changes to API: entity.meta.createdAt and entity.meta.updatedAt are overwritten on upset (with the correct values)
Changes to model: Use timestamptz instead of timestamp for time columns.
Clean version history + Allow external migrations
Cleans entity history by actually deleting all previous versions.
Migration schema can be defined in another module.