Skip to content

Latest commit

 

History

History
109 lines (67 loc) · 2.98 KB

CHANGELOG.md

File metadata and controls

109 lines (67 loc) · 2.98 KB

Change Log (@egomobile/orm-pg)

0.22.1

  • add updateComments() function
  • update to version ^0.15.0 of node-orm
  • npm update(s)

0.21.0

0.20.0

  • update to version ^0.14.0 of node-orm
  • add cursor support, using pg-cursor by default
  • npm update(s)

0.19.0

  • npm update(s)
  • (bug-)fixes

0.18.1

  • add noTransactions flag for PostgreSQLMigrationContext based types
  • library requires at least Node 18 now
  • npm updates

0.17.0

0.16.0

  • implement createWithPostgres() function, which creates a function, that opens known PostgreSQL connection and invoke an action for them

0.15.2

  • update to version ^0.11.0 of node-orm
  • npm updates
  • (bug-)fixes
  • code cleanups and improvements

0.14.0

0.13.0

  • update to version ^0.10.0 of node-orm
  • code cleanups and improvements

0.12.1

  • BREAKING CHANGE: update to version ^0.9.0 of node-orm
  • library requires at least Node 16 now
  • add registerBigIntAsNumber() function, which can help to fix issue, that bigint is returned as string instead of number
  • npm updates
  • add missing documentation
  • code cleanups

0.11.0

0.10.0

  • update to @egomobile/orm^0.8.0
  • apply new linter config
  • library requires at least Node 14 now
  • npm updates

0.8.1

0.7.0

  • implement data transformation support for fields of PostgreSQL entities
  • improve and fix debug messages in PostgreSQLMigrationContext

0.6.0

  • add debugging

0.5.1

  • update to @egomobile/orm^0.5.0
  • (bug-)fixes

0.4.6

  • implement migration classes and helpers
  • (bug-)fixes

0.3.2

0.2.1

  • BREAKING CHANGE: update to @egomobile/orm^0.4.0

0.1.0

  • initial release