Skip to content

Releases: salsita/node-pg-migrate

v7.5.2

27 Jun 14:59
9d23d3f
Compare
Choose a tag to compare

What's Changed

Full Changelog: v7.5.1...v7.5.2

v7.5.1

21 Jun 22:00
c4161f0
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v7.5.0...v7.5.1

v7.5.0

19 Jun 14:47
9b784e3
Compare
Choose a tag to compare

New & Noteworthy

  • In #1187 a team of contributors (@jasel-lewis, @PatKayongo, @aprendendofelipe and @Shinigami92) tried to fix ESM
    Hopefully this works now and did not break CJS 😬
    If there are any bugs, please open a new issue!
    There are also now additional "bin" bindings:

    • node-pg-migrate-cjs and node-pg-migrate-esm

    They can be used to enforce the specific variant and are a temporarily solution until cjs support is dropped

  • Columns are now correctly handle cascade option in dropColumns (thanks to @mGolestan98 in #1191 🙏)

What's Changed

New Contributors

Full Changelog: v7.4.0...v7.5.0

v7.4.0

29 May 17:36
f98e00a
Compare
Choose a tag to compare

What's Changed

Full Changelog: v7.3.2...v7.4.0

v7.3.2

07 May 12:40
ac3dd5b
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v7.3.1...v7.3.2

v7.3.1

06 May 08:23
56608a5
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v7.3.0...v7.3.1

v7.3.0

06 May 07:07
775b245
Compare
Choose a tag to compare

New & Noteworthy

  • This version fixes the ESM output so it can be used correctly, thx to @remidewitte 🙏
  • runner is now also exported as named-export
    this might become the default strategy for importing runner in a later major

What's Changed

Full Changelog: v7.2.2...v7.3.0

v7.2.2

01 May 11:01
b388619
Compare
Choose a tag to compare

New & Noteworthy

  • Comments are now generated with correct table schema when passed to constraints, thx for the report by @osdiab

What's Changed

Full Changelog: v7.2.1...v7.2.2

v7.2.1

30 Apr 06:46
da69aa8
Compare
Choose a tag to compare

New & Noteworthy

  • Restored a previously unofficial behavior that is now officially integration-tested by @jraoult 🙏
  • A HUGE thanks to @brenoepics for starting rewriting the documentation to VitePress 🚀
    He got also invited to the salsita/node-pg-migrate with write access, to help further with the documentation ❤️

What's Changed

New Contributors

Full Changelog: v7.2.0...v7.2.1

v7.2.0

25 Apr 09:09
6e5b6df
Compare
Choose a tag to compare

New & Noteworthy

  • The feature for create and drop casts landed 🚀 thx @aschrab 🙏

What's Changed

Full Changelog: v7.1.0...v7.2.0