Skip to content

Latest commit

 

History

History
35 lines (24 loc) · 1.05 KB

CHANGELOG.md

File metadata and controls

35 lines (24 loc) · 1.05 KB

Pip.Services Logo
PostgreSQL components for Node.js Changelog

3.1.0 (2021-02-18)

Features

  • Renamed autoCreateObject to ensureSchema
  • Added defineSchema method that shall be overriden in child classes
  • Added clearSchema method

Breaking changes

  • Method autoCreateObject is deprecated and shall be renamed to ensureSchema

3.0.1-3.0.4 (2020-10-22 - 2020-10-25)

Features

  • Added quotes to identifiers

Bug fixes

  • Fixed autocreation of objects out of order
  • Optimized JSON partial update
  • Optimized operations using RETURNING *

3.0.0 (2020-10-21)

Initial public release

Features

  • Added DefaultPostgresFactory
  • Added PostgresConnectionResolver
  • Added IdentifiableJsonPostgresPersistence
  • Added IdentifiablePostgresPersistence
  • Added IdentifiablePostgresPersistence
  • Added PostgresPersistence