Skip to content

Releases: DaxServer/validation-schema-codegen

0.4.0

07 Sep 11:16
ff0901e

Choose a tag to compare

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

06 Sep 15:45
89c7f23

Choose a tag to compare

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

01 Sep 15:10
0c4b9fc

Choose a tag to compare

What's Changed

Full Changelog: 0.1.0...0.2.1

0.2.0

01 Sep 15:07
0c4b9fc

Choose a tag to compare

What's Changed

Full Changelog: 0.1.0...0.2.0

0.1.0

01 Sep 15:01
1393449

Choose a tag to compare

0.1.0 Pre-release
Pre-release
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