New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More

node-pg-migrate

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

node-pg-migrate - npm Package Versions

dolezel
published 4.1.0 •

Changelog

Source

4.1.0

Added

  • Expression generated columns #532
dolezel
published 4.0.0 •

Changelog

Source
dolezel
published 4.0.0-rc.2 •

dolezel
published 4.0.0-rc1 •

Changelog

Source

4.0.0-rc1

Breaking changes

  • Drop old node support #526
dolezel
published 4.0.0-rc •

Changelog

Source

4.0.0-rc

Rewrite in typescript

Breaking changes

  • Removed optional dependencies #509

    If you are using config or dotenv configuration, it is no longer installed as optional dependency. You have to provide this package yourself.

  • Write node-pg-migrate in TypeScript #502 #510 #515 #516 #519 #520 #523

    • Fixed some issues with types which did not correspond to how code behave.
    • functionArgs in trigger options renamed to functionParams because of consistency.
  • Support for TS migrations #521

Added

  • Improve error message in migration.js #506
  • Another way for transpiling TypeScript #522

Fixes

  • Updates to docs - specifying schema for trigger_name #505
  • createIndex doc #524
dolezel
published 4.0.0-alpha.1 •

dolezel
published 4.0.0-alpha.0 •

dolezel
published 3.23.3 •

Changelog

Source

3.23.3

Fixed

  • Fixing createTrigger TS type #494
dolezel
published 3.23.2 •

Changelog

Source

3.23.2

Fixed

  • Marking storageParameters of materialized view as optional #490
dolezel
published 3.23.1 •

Changelog

Source

3.23.1

Fixed

  • Fixing constraint name not optional #486