v0.4.0 - 2024-07-10
- Updated postman-collection to v4.4.0.
v0.3.0 - 2024-06-07
- Removed usage of archived webapi-parser for error reporting causing issues with app bundling.
v0.2.0 - 2024-02-15
- Added support for reporting UserErrors when provided definition is invalid.
v0.1.8 - 2023-04-17
- GitHub Actions for Release management.
- Bumped up minimum Node version to 12.
- Unit tests now run on Node versions 12, 16 and 18.
- Fixed an issue where conversion failed if securitySchemes are not resolved.
0.1.7 - 2023-03-21
- Added support for resource types.
Newer releases follow the Keep a Changelog format.
- Fixed type error "path must be string" when nonresolved includes are present.
- Update folder import flow to work in web.
- Add a function to return meta data of a spec.
- Fixed multiple responses with same code returning example with 500 code.
- Fixed default response body from object to null.
- Updated flow for conversion of multiple root of document files for folder import.
- npm module published
- Base release