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

v0.5.0

Compare
Choose a tag to compare
@github-actions github-actions released this 31 Oct 12:24
· 12 commits to master since this release

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)