- updated dependencies
- c8 ^10.1.2 → ^10.1.3
- updated OpenApi 3.1 schema to version 2024-11-14
- fix: reverted: removed dependency on "node:url" to aid in bundling because of Windows incompatibility
- fix: removed dependency on "node:url" to aid in bundling
- updated dependencies
- @biomejs/biome ^1.8.3 → ^1.9.4
- fix: fixed biome formatting of package.json
- updated dependencies
- @biomejs/biome ^1.5.3 → ^1.8.3
- ajv ^8.12.0 → ^8.17.1
- c8 ^10.1.1 → ^10.1.2
- fix: added validateBundle() to index.d.ts
- feature: added validationBundle functionality including bundle-api cli
- updated dependencies
- @biomejs/biome ^1.5.2 → ^1.5.3
- Updated dependencies
- @biomejs/biome ^1.3.3 → ^1.5.2
- c8 ^9.0.0 → ^9.1.0
- fix: validation after resolveRefs (tansin)
- fix: recursive refs work during validation as well
- fix: update index.d.ts to include single string errors on validate
- fix: ref's are now checked during validation as well
- Updated dependencies
- @biomejs/biome ^1.2.2 → ^1.3.3
- fix: added addSpecRef() to index.d.ts
- Updated dependencies
- @biomejs/biome ^1.1.2 → ^1.2.2
- chore: added Biome for formatting and linting
- chore: removed tap
- chore: removed node-fetch
- Updated dependencies
- ajv ^8.11.0 → ^8.12.0
- c8 ^7.12.0 → ^8.0.1
- Update OAS v3.1 to the updated 2022-10-07 schema
- Fix ref handing in resolveRefs
- Updated dependencies
- c8 ^7.11.2 → ^7.12.0
- node-fetch ^3.2.3 → ^3.2.10
- tap ^16.0.1 → ^16.3.0
- Fix file handling on Windows
- Fix CLI issue and doc issue (@tbcarver)
- Removed Node 10/12 support from code
- Migrated to ESM, see UPGRADING.md for details
- Updated dependencies
- ajv ^8.6.3 → ^8.11.0
- node-fetch ^3.0.0 → ^3.2.3
- tap ^16.0.0 → ^16.0.1
- Updated OAS v3.0 to the updated 2021-09-28 schema (only descriptions changed)
- Updated OAS v3.1 to 2022-02-27 schema
- Fixed error in addSpecRef example in the README
- New feature, now supports external refs, see addSpecRef in the README.
- Fixed error message on URI ref without a path
- Updated OAS v3.0 to 2021-09-28 schema
- Updated OAS v3.1 to 2021-09-28 schema
- Updated OAS v3.1 schema because of spec update (OAI/OpenAPI-Specification#2706)
- Added URI decoding to refs
- Updated dependencies
- node-fetch ^2.6.1 → ^3.0.0
- ajv ^8.6.1 → ^8.6.3
- ajv-formats ^2.1.0 → ^2.1.1
- tap ^15.0.9 → ^15.0.10
- Added validation of formats
- Updated dependencies
- ajv ^8.6.0 → ^8.6.1
- Cache AJV validators so that multiple validation calls are faster
- Added CLI tool
- Switched to original draft-04 schemas instead of converted draft-07 schemas now that AJV supports draft-04
- fixed YAML parsing of date strings (e.g:
version: 2021-06-25
) - Updated dependencies
- ajv ^8.3.0 → ^8.6.0
- force AJV options strict:false and validateFormats:false even if user supplies empty ajvOptions
- Support schema 3.1 2021-05-20
- Added Node 10 support
- Added CommonJS example to README.md
- Converted from ESM to CommonJS to improve compatibility
- Fixed bug in v2.0 schema that disallowed multiple parameters
- Updated example in README.md
- Updated dependencies
- Reworked README
- Applied LGTM suggestions
Initial version