Skip to content

Releases: swaggerexpert/openapi-path-templating

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)

v1.4.0

02 Jan 11:58
0af62f6
Compare
Choose a tag to compare

Features

  • allow to define path template with fragment (#21)

Bug Fixes

  • don't allow template expression inside query parameters

v1.3.0

18 Dec 11:00
2bc98ce
Compare
Choose a tag to compare

Features

  • add support for query parameters (#17)

v1.2.1

18 Dec 06:23
64d0e00
Compare
Choose a tag to compare

Bug Fixes

  • fix in test documentation

v1.2.0

13 Dec 10:53
839c7df
Compare
Choose a tag to compare

Feature

  • make this library backward compatible ESM
  • add TypeScript types

v1.1.0

13 Dec 08:58
ffc8d10
Compare
Choose a tag to compare

Big Fixes

  • test: avoid double parsing

Features

  • test: add support for strict option
  • use apg-lite as a parser