Skip to content

Latest commit

 

History

History
290 lines (168 loc) · 15.6 KB

CHANGELOG.md

File metadata and controls

290 lines (168 loc) · 15.6 KB

Changelog

All notable changes to this project will be documented in this file. See standard-version for commit guidelines.

7.3.0 (2021-01-26)

Features

7.2.7 (2021-01-26)

Bug Fixes

  • fix triggers fro PostgreSQL 12+ (73cffdc)
  • no triggers on psql 11 (01648d1), closes #61
  • support partitioned tables (3f61ae8)
  • sql: there is no regexp_match on pg9 (92c1a9b)
  • views: array detection when missing attndims (23afec5)

7.2.6 (2020-10-21)

Bug Fixes

  • sql: there is no regexp_match on pg9 (92c1a9b)
  • views: array detection when missing attndims (23afec5)

7.2.5 (2020-10-21)

Bug Fixes

  • support partitioned tables (3f61ae8)

7.2.4 (2020-10-18)

7.2.3 (2020-06-27)

7.2.2 (2020-06-27)

Bug Fixes

7.2.1 (2020-06-27)

Bug Fixes

7.2.0 (2020-06-27)

Features

  • support PostgreSQL functions, version based SQL queries (9c68415)

7.1.0 (2020-06-26)

Features

  • support different queries for different pg versions (6292274)

6.3.1 (2020-06-17)

6.3.0 (2020-05-08)

Features

  • add option to keep pg connection (ba68ca8)

Bug Fixes

  • remove LICENSE from package.files (53c4803)
  • update packages (df3e438)

6.2.0 (2020-05-07)

Features

  • add option to keep pg connection (ba68ca8)

Bug Fixes

  • remove LICENSE from package.files (53c4803)

6.1.0 (2020-05-07)

Features

  • add option to keep pg connection (ba68ca8)

6.0.1 (2020-05-06)

6.0.0 (2020-05-06)

⚠ BREAKING CHANGES

  • relationNameFunction parameter is changed to relationNameFunctions which accepts an object instead of a function.

Bug Fixes

  • fix circular dependencies (582845c)

5.10.15 (2020-05-05)

5.10.14 (2020-05-05)

Bug Fixes

5.10.13 (2020-05-03)

5.10.12 (2020-05-03)

Bug Fixes

5.10.11 (2020-05-03)

Bug Fixes

  • fix ending pool when pool is used (1bc561d)
  • fix includeSchemas parameter. Fixes #45 (0920321)
  • fix typo. From BuiltinType to BuiltInType (b64013e)
  • update dependencies (1f07f46)
  • update dependencies (62618bd)
  • update dependencies (b457675)
  • update dev packages and docs (7be0c98)

5.10.10 (2020-04-16)

Bug Fixes

  • fix includeSchemas parameter. Fixes #45 (0920321)
  • fix typo. From BuiltinType to BuiltInType (b64013e)
  • update dependencies (1f07f46)
  • update dependencies (62618bd)
  • update dependencies (b457675)
  • update dev packages and docs (7be0c98)

5.10.9 (2020-04-14)

Bug Fixes

  • fix includeSchemas parameter. Fixes #45 (0920321)
  • fix typo. From BuiltinType to BuiltInType (b64013e)
  • update dependencies (62618bd)
  • update dependencies (b457675)
  • update dev packages and docs (7be0c98)

5.10.8 (2020-03-31)

Bug Fixes

  • fix includeSchemas parameter. Fixes #45 (0920321)
  • fix typo. From BuiltinType to BuiltInType (b64013e)
  • update dependencies (62618bd)
  • update dependencies (b457675)
  • update dev packages and docs (7be0c98)

5.10.7 (2020-02-07)

Bug Fixes

  • fix typo. From BuiltinType to BuiltInType (b64013e)
  • update dependencies (62618bd)
  • update dependencies (b457675)
  • update dev packages and docs (7be0c98)

5.10.6 (2020-01-27)

Bug Fixes

5.10.5 (2020-01-07)

Bug Fixes

5.10.4 (2019-12-25)

Bug Fixes

5.10.3 (2019-12-02)

Bug Fixes

5.10.2 (2019-11-11)

Bug Fixes

5.9.0 (2019-10-31)

Features

  • add more classes using TypeScript and IndexableArray (2fc7d5e)
  • add serialization and deserialization (c3b39de)

Bug Fixes

  • add @types/pg to dependencies. Fixes #32 (887eac3)
  • fix constraint definition change for pg v12 (205c2cf)
  • rename module_files to module-files (e795074)
  • update dependencies (9797a72)

5.8.0 (2019-10-31)

Features

  • add more classes using TypeScript and IndexableArray (2fc7d5e)
  • add serialization and deserialization (c3b39de)

Bug Fixes

  • add @types/pg to dependencies. Fixes #32 (887eac3)
  • fix constraint definition change for pg v12 (205c2cf)
  • rename module_files to module-files (e795074)

5.7.0 (2019-10-31)

Features

  • add more classes using TypeScript and IndexableArray (2fc7d5e)

Bug Fixes

  • add @types/pg to dependencies. Fixes #32 (887eac3)
  • fix constraint definition change for pg v12 (205c2cf)
  • rename module_files to module-files (e795074)

5.6.0 (2019-10-29)

Features

  • add more classes using TypeScript and IndexableArray (2fc7d5e)

Bug Fixes

  • fix constraint definition change for pg v12 (205c2cf)
  • rename module_files to module-files (e795074)

5.5.0 (2019-10-29)

Features

  • add more classes using TypeScript and IndexableArray (2fc7d5e)

Bug Fixes

  • rename module_files to module-files (e795074)

5.4.0 (2019-10-27)

Features

  • add more classes using TypeScript and IndexableArray (2fc7d5e)

5.3.0 (2019-10-23)

Features

  • add more classes using TypeScript and IndexableArray (2fc7d5e)

5.2.0 (2019-10-22)

Features

  • add more classes using TypeScript and IndexableArray (2fc7d5e)

5.1.0 (2019-10-20)

Features

  • add more classes using TypeScript and IndexableArray (2fc7d5e)