Skip to content

Releases: char0n/openapi-path-templating

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

v1.0.1

12 Dec 08:41
5d8d8c9
Compare
Choose a tag to compare

Bug Fixes

  • resolve: avoid double parsing (#11)

v1.0.0

11 Dec 14:51
ac0b4c4
Compare
Choose a tag to compare

Features

  • add support for parsing path template expressions
  • add support for validating path template expressions
  • add support for resolving path template expressions