Skip to content

1.14.0

Choose a tag to compare

@github-actions github-actions released this 25 Apr 17:00
· 614 commits to main since this release

Added

  • Formal validators for JSON string and XML string (#620 via #652, #691)
    Currently, available only for Node.js. Requires optional dependencies.
    • Related new validator classes:
      • Validation.JsonValidator
      • Validation.JsonStrictValidator
      • Validation.XmlValidator
    • Related new error classes:
      • Validation.NotImplementedError
      • Validation.MissingOptionalDependencyError

Build

  • Use TypeScript v5.0.4 now, was v4.9.5. (#549 via #644)
  • Use Webpack v5.80.0 now, was 5.79.0. (via #686)

Full Changelog: v1.13.3...v1.14.0