Releases: swaggerexpert/openapi-path-templating
Releases · swaggerexpert/openapi-path-templating
v1.6.0
1.6.0 (2024-06-14)
Features
- make package work without imports field (#94) (4d46a0c), closes #76
v1.5.3
1.5.3 (2024-06-06)
Bug Fixes
- align naming of OpenAPI nomenclature (#91) (99da161)
v1.5.2
1.5.2 (2024-06-05)
Bug Fixes
- resolve: avoid encoding "[" and "]" characters (#84) (d533536), closes #81
v1.5.1
Bug Fixes
- package.json: add main field for backward compatibility
- types: add missing TypeScript types
v1.5.0
Features
- resolve: accept custom encode function (#74)
v1.4.0
Features
- allow to define path template with fragment (#21)
Bug Fixes
- don't allow template expression inside query parameters
v1.3.0
Features
- add support for query parameters (#17)
v1.2.1
Bug Fixes
- fix in
test
documentation
v1.2.0
Feature
- make this library backward compatible ESM
- add TypeScript types
v1.1.0
Big Fixes
- test: avoid double parsing
Features
- test: add support for
strict
option
- use apg-lite as a parser