Skip to content

Latest commit

 

History

History
295 lines (97 loc) · 8.56 KB

CHANGELOG.md

File metadata and controls

295 lines (97 loc) · 8.56 KB

1.5.2 (2023-09-12)

Bug Fixes

  • _getKV: error: type "string" does not exist due to ::STRING cast (ec66452), closes #83

1.5.1 (2023-09-11)

Bug Fixes

  • createMigrationsTable: Fix bug where already-quoted search path components could get double-quoted when creating the mirations table. (79436f3)
  • searchPath: escaping of search (13e956b), closes #46

Features

  • support ifNotExists when creating a postgres db (b554d2b)

1.5.0 (2023-09-10)

Bug Fixes

  • Add check for rules object (54ed736)
  • deps: upgrade semver because of vulnerability (de3c2ce)

Features

  • bigserial: support BIGSERIAL when using autoIncrement with bigint type (6fcd36d)

1.4.2 (2023-09-07)

1.4.1 (2023-09-07)

1.4.0 (2023-09-07)

Bug Fixes

  • switchDatabase: scope configuration not working with schema (d52cdcf)

1.3.2 (2023-09-01)

1.3.1 (2023-09-01)

1.3.0 (2023-05-04)

Reverts

  • Revert "Revert "ssl handling on normal pg edition"" (308bbf8)

1.2.4 (2023-05-04)

Reverts

  • Revert "ssl handling on normal pg edition" (b7dc579)

1.2.3 (2023-05-03)

1.2.2 (2020-05-13)

Bug Fixes

  • travis: add postgresql service (1268ecc)
  • upgrade pg to 8.0.3 to support node 14 (7a69a30)

1.2.1 (2020-04-15)

1.2.0 (2020-04-15)

Bug Fixes

  • changeColumn: chain, not callbacks for passthrough (ebe88a0)

1.1.0 (2020-04-14)

Features

  • v2: add support for options handler and columnStrategies (4207b65)

1.0.0 (2019-06-08)

Features

  • methods: overwrite necessary functions for new migrator functions (46fa3a3)

0.5.1 (2019-05-13)

Bug Fixes

  • addForeignKey: pass joined strings to util.format (21cbfe5)

0.5.0 (2019-02-11)

Features

  • defaultValue: add advanced handling for defaultValues (a13c0e0)
  • defaultValue: add support for timestamps and add internal handling (46f01a2)

0.4.0 (2018-04-02)

Bug Fixes

  • version: fallback to string based check (8b6b958), closes #32
  • version: use server_version_num instead of server_version (ba07af7)

0.3.1 (2018-02-11)

Bug Fixes

  • timezone: with timezone being emitted to late (2d3f10d)
  • vuln: update vulnerable dependency (c409048)

0.3.0 (2018-01-27)

Bug Fixes

  • 10.1 version (c4a8de4)
  • unhandled error event on connection (c19d201)

Features

  • Connect to postgres db on empty database configuration (e98f32e)

0.2.5 (2017-08-14)

0.2.4 (2017-06-25)

0.2.3 (2017-06-25)

0.2.2 (2017-06-25)

0.2.1 (2017-06-25)

0.2.0 (2017-06-25)

0.1.15 (2017-06-25)

0.1.14 (2017-06-25)

0.1.13 (2017-06-25)

0.1.12 (2017-06-25)

Bug Fixes

  • docs: added example npm install to readme (336d468)

0.1.11 (2016-10-19)

Bug Fixes

  • spec: defaultValue should be checked for undefined only (37a471c)

Features

  • tests: move tests into the repo of the driver (61dc9e1)

0.1.10 (2016-05-12)

Bug Fixes

  • upstream: update postgres dependency (d9212b8), closes #9

0.1.9 (2016-02-03)

Bug Fixes

  • upstream: bump upstream package to fix dropTable bug (e935679)

0.1.8 (2016-01-27)

Bug Fixes

  • api: drop table overwrite options on promises (886b8f5)

0.1.7 (2016-01-04)

0.1.6 (2015-11-04)

0.1.5 (2015-10-20)

0.1.4 (2015-09-10)

0.1.3 (2015-09-10)

0.1.2 (2015-09-10)

0.1.1 (2015-09-08)