Skip to content

Releases: swaggerexpert/openapi-path-templating

v2.1.0

31 Dec 14:53
Compare
Choose a tag to compare

2.1.0 (2024-12-31)

Features

v2.0.2

29 Dec 13:30
Compare
Choose a tag to compare

2.0.2 (2024-12-29)

Bug Fixes

  • docs: properly attribute ABNF non-terminals from various RFCs (#155) (8c5c800), closes #151

v2.0.1

25 Dec 11:29
Compare
Choose a tag to compare

2.0.1 (2024-12-25)

Bug Fixes

  • fix bug of unrecognized template expression when containing z char (889dc56)

v2.0.0

24 Dec 07:05
Compare
Choose a tag to compare

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

14 Dec 20:10
Compare
Choose a tag to compare

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

14 Jun 19:41
Compare
Choose a tag to compare

1.6.0 (2024-06-14)

Features

  • make package work without imports field (#94) (4d46a0c), closes #76

v1.5.3

06 Jun 07:51
Compare
Choose a tag to compare

1.5.3 (2024-06-06)

Bug Fixes

  • align naming of OpenAPI nomenclature (#91) (99da161)

v1.5.2

05 Jun 07:03
Compare
Choose a tag to compare

1.5.2 (2024-06-05)

Bug Fixes

  • resolve: avoid encoding "[" and "]" characters (#84) (d533536), closes #81

v1.5.1

08 May 13:20
aca762c
Compare
Choose a tag to compare

Bug Fixes

  • package.json: add main field for backward compatibility
  • types: add missing TypeScript types

v1.5.0

08 May 12:15
c128ea0
Compare
Choose a tag to compare

Features

  • resolve: accept custom encode function (#74)