v7.0.0-alpha.2
Pre-release
Pre-release
·
233 commits
to main
since this 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
- chore(utils): restructure utils by @Shinigami92 in #1053
- chore(utils): improve createTransformer by @Shinigami92 in #1054
- test(utils): enhance escapeValue by @Shinigami92 in #1055
- test(utils): enhance StringIdGenerator by @Shinigami92 in #1056
- chore(utils): allow immutable in utils types by @Shinigami92 in #1057
- refactor(utils): improve createSchemalize by @Shinigami92 in #1058
- test(utils): test utils formatLines by @Shinigami92 in #1059
- chore(utils): allow immutable in utils format by @Shinigami92 in #1060
- test(utils): test utils getMigrationTableSchema by @Shinigami92 in #1061
- chore(utils): allow immutable in utils getSchema by @Shinigami92 in #1062
- chore(utils): add shortcut to isPgLiteral by @Shinigami92 in #1063
- chore(utils): improve makeComment by @Shinigami92 in #1064
- infra: ts-check tests by @Shinigami92 in #1065
- chore(cli): cleanup cli by @Shinigami92 in #1066
- release: 7.0.0-alpha.2 by @Shinigami92 in #1067
Full Changelog: v7.0.0-alpha.1...v7.0.0-alpha.2