Skip to content
This repository has been archived by the owner on Dec 3, 2021. It is now read-only.

Releases: NeuraLegion/openapi-sampler

v0.7.3

02 Dec 18:16
794e8a0
Compare
Choose a tag to compare

0.7.3 (2021-12-02)

Bug Fixes

v0.7.2

19 Nov 18:22
8529c43
Compare
Choose a tag to compare

0.7.2 (2019-11-19)

Bug Fixes

  • string: return a string in base64 for binary/byte/base64 formats (#13) (8529c43), closes #11

v0.7.1

18 Nov 14:33
Compare
Choose a tag to compare

0.7.1 (2019-11-18)

v0.7.0

06 Nov 20:58
Compare
Choose a tag to compare

0.7.0 (2019-11-06)

Features

  • all-off: add support array type (#9) (bf00c91)

v0.6.1

03 Nov 19:50
Compare
Choose a tag to compare

0.6.1 (2019-10-03)

Code Refactoring

  • samplers: strengthen the checks of keywords (#6) (6c50a8c)

v0.6.0

03 Nov 19:25
Compare
Choose a tag to compare

0.6.0 (2019-10-31)

Code Refactoring

  • string: add better support format and pattern keywords (#5) (5e18fd6)

v0.5.0

31 Oct 12:24
Compare
Choose a tag to compare

0.5.0 (2019-10-31)

Bug Fixes

  • circular refs detection (f9359d2), closes #3
  • do not skip inferred type (e7b615c)
  • fix allOf -> merge converts arrays to objects (20c835b)
  • loosing params on anyOf and oneOf (52e8999)
  • lost allOf value for integer (fe918c2)
  • merge inner properties of allOf (7176ab6)
  • null samples instead of 0 in some cases (7e4885f)
  • use decodeURIComponent instead of decodeURI to decode e.g. + (b1995d8)
  • warn on arrays instead of throw (db09150)

Features

  • Add quiet option to inhibit console warnings (#9) (1167634)
  • autodetect type based on keywords (3e973b8), closes #1
  • support anyOf and oneOf (3b0f2b3)
  • support const and examples (#10) (77b8fb2)
  • support writeOnly (05a42dc)