v7.0.0-alpha.3
Pre-release
Pre-release
Shinigami92
released this
11 Apr 12:45
·
160 commits
to main
since this release
New & Noteworthy
- The
src
folder got a bit restructure, so you should only be affected by breaking changes if you use node-pg-migrate progammatically (not CLI) - When using
ts-node
,tsconfig.json
's'ts-node'
override is now respected (thx to @BriungRi) - The plain JS template now generates with JSDoc so you get improved autosuggestions (thx to @codermarcos)
What's Changed
- docs(cli): document all possible migration languages by @daniel-digital-innovation in #953
- docs(template): add JSDoc to js migration template by @codermarcos in #1068
- chore(deps): update pnpm to v8.15.6 by @renovate in #1069
- chore(deps): update devdependencies by @renovate in #1070
- chore(deps): update typescript-eslint to v7.5.0 by @renovate in #1048
- refactor(domains): reorganize operations domains by @Shinigami92 in #1072
- refactor(extensions): reorganize operations extensions by @Shinigami92 in #1073
- refactor(functions): reorganize operations functions by @Shinigami92 in #1074
- refactor(indexes): reorganize operations indexes by @Shinigami92 in #1075
- refactor(policies): reorganize operations policies by @Shinigami92 in #1076
- refactor(operators): reorganize operations operators by @Shinigami92 in #1077
- refactor(sql): reorganize operations sql by @Shinigami92 in #1078
- refactor(roles): reorganize operations roles by @Shinigami92 in #1079
- refactor(schemas): reorganize operations schemas by @Shinigami92 in #1080
- refactor(sequences): reorganize operations sequences by @Shinigami92 in #1081
- refactor(tables): reorganize operations tables by @Shinigami92 in #1082
- refactor(triggers): reorganize operations triggers by @Shinigami92 in #1083
- refactor(types): reorganize operations types by @Shinigami92 in #1084
- refactor(views): reorganize operations views by @Shinigami92 in #1085
- refactor(mViews): reorganize operations materialized views by @Shinigami92 in #1086
- refactor(pgLiteral): reorganize utils PgLiteral by @Shinigami92 in #1087
- feat: accept ts-node tsconfig overrides by @BriungRi in #929
- chore(deps): update typescript-eslint to v7.6.0 by @renovate in #1089
- chore(deps): update devdependencies by @renovate in #1088
- release: 7.0.0-alpha.3 by @Shinigami92 in #1090
New Contributors
- @daniel-digital-innovation made their first contribution in #953
- @codermarcos made their first contribution in #1068
- @BriungRi made their first contribution in #929
Full Changelog: v7.0.0-alpha.2...v7.0.0-alpha.3