Releases: swaggerexpert/openapi-path-templating
Releases · swaggerexpert/openapi-path-templating
v2.1.0
2.1.0 (2024-12-31)
Features
v2.0.2
2.0.2 (2024-12-29)
Bug Fixes
- docs: properly attribute ABNF non-terminals from various RFCs (#155) (8c5c800), closes #151
v2.0.1
2.0.1 (2024-12-25)
Bug Fixes
- fix bug of unrecognized template expression when containing
z
char (889dc56)
v2.0.0
2.0.0 (2024-12-24)
Bug Fixes
- return support for trailing slash (b2fa107)
Features
- align ABNF grammar more with RFC 3986 (4498f0f), closes #145
- align grammar with OpenAPI specification (fdb67cd)
BREAKING CHANGES
- drop support for query and fragment being part of path
v1.7.0
1.7.0 (2024-12-14)
Bug Fixes
- types: provide TypeScript type for Grammar (f810220)
Features
- add support for OpenAPI 3.0.4 & OpenAPI 3.1.1 (364cf9b)
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)