All Versions
31
Latest Version
Avg Release Cycle
32 days
Latest Release
1231 days ago

Changelog History
Page 3

  • v6.11.0 Changes

    January 18, 2020

    ๐Ÿ‘ Time formats support two digit and colon-less variants of timezone offset (#1061 , @cjpillsbury)
    ๐Ÿ“„ Docs: RegExp related security considerations
    โœ… Tests: Disabled failing typescript test

  • v6.10.2 Changes

    July 14, 2019

    ๐Ÿ›  Fix: the unknown keywords were ignored with the option strictKeywords: true (instead of failing compilation) in some sub-schemas (e.g. anyOf), when the sub-schema didn't have known keywords.

  • v6.10.1 Changes

    July 09, 2019

    ๐Ÿ›  Fix types
    ๐Ÿ›  Fix addSchema (#1001)
    โšก๏ธ Update dependencies

  • v6.10.0 Changes

    March 03, 2019

    0๏ธโƒฃ Option strictDefaults to report ignored defaults (#957, @not-an-aardvark)
    Option strictKeywords to report unknown keywords (#781)

  • v6.9.2

    February 22, 2019
  • v6.9.1

    February 10, 2019
  • v6.9.0 Changes

    February 09, 2019

    OpenAPI keyword nullable can be any boolean (and not only true).
    Custom keyword definition changes:

    • dependencies option in to require the presence of keywords in the same schema.
    • more strict validation of the definition using JSON Schema.
  • v6.8.1

    February 02, 2019
  • v6.8.0 Changes

    February 02, 2019

    ๐Ÿ“„ Docs: security considerations.
    ๐Ÿ”’ Meta-schema for the security assessment of JSON Schemas.

  • v6.7.0 Changes

    January 13, 2019

    0๏ธโƒฃ Option useDefaults: "empty" to replace null and "" (empty strings) with default values (in addition to assigning defaults to missing and undefined properties).
    โšก๏ธ Update draft-04 meta-schema to remove incorrect usage of "uri" format.