v7.0.0-alpha.1
Pre-release
Pre-release
Shinigami92
released this
03 Apr 07:57
·
200 commits
to main
since this 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
- chore: enable no-unnecessary-boolean-literal-compare by @Shinigami92 in #981
- chore: enable no-unnecessary-type-assertion by @Shinigami92 in #982
- chore: enable no-unused-vars by @Shinigami92 in #983
- chore: enable prefer-promise-reject-errors by @Shinigami92 in #984
- chore: enable require-await by @Shinigami92 in #985
- chore: enable no-implied-eval by @Shinigami92 in #986
- chore: enable throw-literal by @Shinigami92 in #987
- infra: add issue templates by @Shinigami92 in #988
- chore(deps): update devdependencies by @renovate in #989
- fix(deps): update dependency yargs to ~17.7.0 by @renovate in #991
- fix(deps): mark dependency @types/pg as optional peer dependency by @Shinigami92 in #996
- infra: add ts-check by @Shinigami92 in #997
- chore!: set min node to v16.18 and typescript to v4.8 by @Shinigami92 in #998
- chore: use export type by @Shinigami92 in #999
- infra: set editor configs by @Shinigami92 in #1000
- chore: manual formatting by @Shinigami92 in #1001
- refactor!: remove deprecated create params by @Shinigami92 in #1002
- refactor: use ts for bin by @Shinigami92 in #1003
- infra: remove specific tsconfig by @Shinigami92 in #1004
- test: switch to vitest by @Shinigami92 in #1005
- test: add domains unit tests by @Shinigami92 in #1007
- chore(deps): update dependency json5 to v2.2.3 by @Shinigami92 in #1008
- test: add extensions unit tests by @Shinigami92 in #1009
- test: indent domains tests by @Shinigami92 in #1010
- test: add functions unit tests by @Shinigami92 in #1011
- test: add indexes unit tests by @Shinigami92 in #1012
- infra: enable quotes by @Shinigami92 in #1013
- infra: add vitest coverage report by @Shinigami92 in #1015
- infra: use slugify-value by @Shinigami92 in #1016
- infra: use matrix.branch in report by @Shinigami92 in #1017
- infra: try sha for coverage by @Shinigami92 in #1018
- infra: try run-id for coverage by @Shinigami92 in #1019
- infra: file-coverage-mode all by @Shinigami92 in #1020
- test: add operators unit tests by @Shinigami92 in #1022
- test: add sql unit tests by @Shinigami92 in #1025
- test: add policies unit tests by @Shinigami92 in #1026
- chore(deps): update typescript-eslint to v7.1.1 by @renovate in #1028
- chore(deps): update dependency @types/node to v18.19.22 by @renovate in #1027
- chore(deps): lock file maintenance by @renovate in #995
- test: add roles unit tests by @Shinigami92 in #1029
- test: add schemas unit tests by @Shinigami92 in #1030
- test: add sequences unit tests by @Shinigami92 in #1031
- test: add tables unit tests by @Shinigami92 in #1032
- test: add columns unit tests by @Shinigami92 in #1033
- test: add constraints unit tests by @Shinigami92 in #1034
- test: add runner unit tests by @Shinigami92 in #1035
- test: add triggers unit tests by @Shinigami92 in #1036
- chore(deps): update pnpm to v8.15.5 by @renovate in #1038
- chore(deps): update dependency @types/node to v18.19.24 by @renovate in #1037
- chore(deps): update typescript-eslint to v7.2.0 by @renovate in #1039
- chore(deps): update vitest to v1.4.0 by @renovate in #1040
- test: add types unit tests by @Shinigami92 in #1042
- chore(deps): lock file maintenance by @renovate in #1041
- test: add more types unit tests by @Shinigami92 in #1043
- test: prefer toBe over toStrictEqual by @Shinigami92 in #1044
- test: add views unit tests by @Shinigami92 in #1045
- test: add materialized views unit tests by @Shinigami92 in #1050
- test: reorganize tests by @Shinigami92 in #1051
- chore(deps): update devdependencies by @renovate in #1047
- chore(deps): lock file maintenance by @renovate in #1049
- fix(operators)!: swap operator types by @Shinigami92 in #1024
- release: 7.0.0-alpha.1 by @Shinigami92 in #1052
Full Changelog: v7.0.0-alpha.0...v7.0.0-alpha.1