1.5.2 (2023-09-12)
1.5.1 (2023-09-11)
- 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
- support ifNotExists when creating a postgres db (b554d2b)
1.5.0 (2023-09-10)
- 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)
- 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)
- Revert "Revert "ssl handling on normal pg edition"" (308bbf8)
1.2.4 (2023-05-04)
- Revert "ssl handling on normal pg edition" (b7dc579)
1.2.3 (2023-05-03)
1.2.2 (2020-05-13)
1.2.1 (2020-04-15)
1.2.0 (2020-04-15)
- changeColumn: chain, not callbacks for passthrough (ebe88a0)
1.1.0 (2020-04-14)
- v2: add support for options handler and columnStrategies (4207b65)
1.0.0 (2019-06-08)
- methods: overwrite necessary functions for new migrator functions (46fa3a3)
0.5.1 (2019-05-13)
- addForeignKey: pass joined strings to
util.format
(21cbfe5)
0.5.0 (2019-02-11)
- defaultValue: add advanced handling for defaultValues (a13c0e0)
- defaultValue: add support for timestamps and add internal handling (46f01a2)
0.4.0 (2018-04-02)
- 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)
- timezone: with timezone being emitted to late (2d3f10d)
- vuln: update vulnerable dependency (c409048)
0.3.0 (2018-01-27)
- 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)
- docs: added example npm install to readme (336d468)
0.1.11 (2016-10-19)
- spec: defaultValue should be checked for undefined only (37a471c)
- tests: move tests into the repo of the driver (61dc9e1)
0.1.10 (2016-05-12)
0.1.9 (2016-02-03)
- upstream: bump upstream package to fix dropTable bug (e935679)
0.1.8 (2016-01-27)
- api: drop table overwrite options on promises (886b8f5)