- fix: Correctly sort type only imports.
- fix: Fixed path normalization in Windows.
- chore: Updated dependencies.
- feat!: Dropped support for Node 20.
- chore: Updated dependencies.
- fix: Removed invalid OpenAPI keywords.
- chore: Fixed Node.js version in CI.
- feat: Support Error.cause. Fixes #6.
- feat!: Dropped support for Node 18 and updated dependencies.
- chore: Updated dependencies.
- chore: Added missing dependency.
- chore: Updated dependencies.
- chore: Fixed generator.
- chore: Replaced tap with Node test runner.
- chore: Updated readme.
- chore: Fixed build.
- chore: Updated dependencies.
- fix: Downgrade @swc/cli.
- fix: Fixed package.json
- chore: Updated dependencies.
- chore: Updated dependencies.
- feat: Merge pull request #3 from princemuel/main
- feat: update isHttpError return type
- chore: Changed TypeScript version.
- chore: Removed outdated option.
- fix: Do not use incremental builds.
- fix: Do not use incremental builds.
- fix: Fixing build.
- fix: Fixed tap upgrade.
- chore: Updated dependencies.
- chore: Fixed compilation.
- chore: CI improvement
- chore: Updated dependencies.
- fix: Fixed build script.
- chore: Updated dependencies.
- fix: Updated types layout.
- fix: Updated types layout.
- fix: Use right ids.
- chore: Updated compilation configuration.
- chore: Updated dependencies.
- chore: Updated dependencies.
- chore: Use sourcemaps with swc
- chore: Fix CI.
- chore: Fix CI.
- chore: Updated dependencies.
- chore: Updated build system.
- chore: Updated dependencies.
- chore: Updated dependencies.
- chore: Removed useless file.
- fix: Added ESM note in the README.md
- chore: Allow manual CI triggering.
- chore: Updated badges.
- fix: Fixed Typescript configuration.
- feat: Only export as ESM.
- chore: Fine tuned build script.
- feat: Export as ESM.
- chore: Updated linter config.
- chore: Updated dependencies, code and tools.
- feat: Improve error serializing.
- fix: Allow omitting stack in serialized errors.
- feat: Fix errors property in 500 and 502 errors schema.
- fix: Fixed HTTP error JSON schema naming.
- fix: Fix schemas.
- fix: Use right logic for exposing.
- feat: Improve code property masking.
- feat: Output code depending on the expose flag.
- fix: Fixed schemas.
- feat: Correctly configure properties.
- fix: Fixed 500 error class name.
- feat: Export addAdditionalProperties.
- Initial version.