Skip to content

Releases: salsita/node-pg-migrate

v7.0.0-alpha.2

05 Apr 20:12
0b315ee
Compare
Choose a tag to compare
v7.0.0-alpha.2 Pre-release
Pre-release

New & Noteworthy

  • The CLI is now TypeScript checked and therefore also got some slightly rework #1066
    hopefully nothing broke
  • The internal createSchemalize function now uses options instead of two boolean args #1058
    You should mostly not be affected by this, expect from extreme programmatic use-cases
  • utils got restructured #1053
    this should not have changed anything from the usage

What's Changed

Full Changelog: v7.0.0-alpha.1...v7.0.0-alpha.2

v7.0.0-alpha.1

03 Apr 07:57
aacf8db
Compare
Choose a tag to compare
v7.0.0-alpha.1 Pre-release
Pre-release

New & Noteworthy

  • This release fixes some whitespace issues (dropColumns, createMaterializedView) as well as an invalid swapped operation type #1024.
  • The minimum supported Node version is v16.18 and the minimum supported TypeScript version is 4.8 #998
  • Migration.create does not accept the deprecated params anymore #1002
    if you did not ignored the runtime warning, you should not be affected by this

What's Changed

Full Changelog: v7.0.0-alpha.0...v7.0.0-alpha.1

v7.0.0-alpha.0

02 Mar 10:18
f38f4d1
Compare
Choose a tag to compare
v7.0.0-alpha.0 Pre-release
Pre-release

New & Noteworthy

The core maintainer of this project moved to @Shinigami92 (also core maintainer of FakerJS and core member of Vite).
The project is and remains under the MIT license.

Please follow New Maintainer @Shinigami92 & planning of restructuring the project #956 for the current process.

This alpha version is a direct replacement for v6.2.2, but supports ESM in addition to CJS 🎉
If you found any bugs while moving from version v6.2.2 to version v7.0.0-alpha.0, please open an issue and report what was broken for you.

What's Changed

Full Changelog: v6.2.2...v7.0.0-alpha.0

v6.2.2

30 Jun 10:31
Compare
Choose a tag to compare
  • chore(deps): update dependency dotenv to v16 (#875) 588595c
  • chore(deps): update dependency dotenv-expand to v8 (#876) 707a575

Breaking changes

Drop support for dotenv-expand with version lower than 6.0.0

v6.2.1...v6.2.2

v6.2.1

04 Jan 11:59
Compare
Choose a tag to compare

v6.2.0...v6.2.1

v6.2.0

17 Dec 17:24
Compare
Choose a tag to compare

v6.1.0...v6.2.0

v6.1.0

17 Dec 15:51
Compare
Choose a tag to compare

v6.0.0...v6.1.0

v6.0.0

20 Sep 10:23
Compare
Choose a tag to compare

Breaking changes

v5.10.0...v6.0.0

v5.10.0

29 Jun 09:03
Compare
Choose a tag to compare

• lots of dep updates
• Make the json5 dependency optional (fallback to JSON.parse) #752
• export ConnectionConfig, ClientConfig from pg #657

Commits:

  • Add test for cockroach 21 (#802) 13749cd
  • Update license (#807) 26ae741
  • Update all non-major dependencies (#804) bb1d56b
  • Bump normalize-url from 4.5.0 to 4.5.1 (#805) 31a103c
  • Update TypeScript to v4.3 (#795) 49618e8
  • Update dependency sinon to v11 (#800) 4b22e27
  • Update all non-major dependencies (#798) 3e732fd
  • Add node 15 test (#793) e1b0039
  • Update dependency ws to 7.4.6 [SECURITY] (#797) a5794b4
  • Update dependency dotenv to v10 (#790) b87c917
  • Update dependency @types/pg to v8 (#789) d6a74af
  • Update dependency @types/sinon to v10 (#770) b357047
  • Update dependency husky to v6 (#769) d594b50
  • Update dependency decamelize to v5 (#736) 6b8391b
  • Update all non-major dependencies (#763) c2e3cac
  • Bump lodash from 4.17.20 to 4.17.21 (#775) d8c5525
  • Provide format script (#749) e65c9d3
  • Use ClientConfig from pg (#657) 94b0963
  • Replace lodash with native js (#753) 4e3e892
  • Make the json5 dependency optional (#752) 5f54a59
  • Add custom env file path (#759) db3f901
  • Update all non-major dependencies e8fd3b7
  • Update all non-major dependencies 983d6ae
  • Update dependency docsify to 4.12.0 [SECURITY] (#750) d6e676b
  • Merge pull request #751 from salsita/renovate/npm-prismjs-vulnerability b409e97
  • Update dependency prismjs to 1.23.0 [SECURITY] ef206d4
  • Update cockroachdb/cockroach Docker tag to v20.2.5 0e60669
  • Update all non-major dependencies 919390f
  • Update all non-major dependencies Docker tags 4b81ad6
  • Update all non-major dependencies 03e0e99
  • Update all non-major dependencies da792ee
  • Update all non-major dependencies 834e419
  • Update all non-major dependencies Docker tags e7e13a0
  • Update all non-major dependencies 5854f32
  • Update all non-major dependencies ef38ef6
  • Update all non-major dependencies 36dc3f0
  • Update all non-major dependencies bf3f07e
  • Update cockroachdb/cockroach Docker tag to v20.2.3 294dcd7
  • Update all non-major dependencies 1909535
  • Update all non-major dependencies 3c13098
  • Bump ini from 1.3.5 to 1.3.7 (#725) 5929567
  • Update dependency eslint-config-prettier to v7 (#724) 9cf8995
  • Update all non-major dependencies 9165985
  • Update cockroachdb/cockroach Docker tag to v20.2.2 6eb9645
  • Update all non-major dependencies d329d02
  • Update cli.md (#720) 4d2c2a7
  • Adding more cockroach versions to tests (#719) ff61e4e
  • Update all non-major dependencies (#718) bc47f81
  • Update all non-major dependencies Docker tags 6c8b442
  • Update all non-major dependencies ef10108
  • Update all non-major dependencies e9371fc
  • Update tests (#713) 707b7f4

v5.9.0...v5.10.0