Releases: DaxServer/validation-schema-codegen
Releases · DaxServer/validation-schema-codegen
0.4.0
What's Changed
- feat: Upgrade dependencies and refactor chunk creation by @DaxServer in #25
Full Changelog: 0.3.0...0.4.0
0.3.0
What's Changed
- feat(typebox): improve handling of large union types by @DaxServer in #24
Full Changelog: 0.2.0...0.3.0
0.2.1
What's Changed
- fix: add ts-morph to main dependencies by @DaxServer in #23
Full Changelog: 0.1.0...0.2.1
0.2.0
What's Changed
- fix: add ts-morph to main dependencies by @DaxServer in #23
Full Changelog: 0.1.0...0.2.0
0.1.0
feat(tsconfig): add tsconfig.build.json for distribution (#22) This commit adds a `tsconfig.build.json` file to the project, which is a specialized TypeScript configuration for building the distribution package. The key changes include: - Setting `noEmit` to `false` to enable compilation - Enabling `declaration` and `declarationMap` to generate type definitions - Setting `sourceMap` to `true` to generate source maps - Configuring `outDir` and `rootDir` to output the compiled files to the `dist` directory - Excluding test files, distribution, and node_modules from the build