Skip to content

Releases: spiral/json-schema-generator

v2.1.0

22 Aug 13:16
984af7f
Compare
Choose a tag to compare

What's Changed

  • feat: add Additional Properties Extractor for dynamic object support by @butschster in #20

Full Changelog: v2.0.0...v2.1.0

v2.0.0

20 Aug 19:32
Compare
Choose a tag to compare

What's Changed

  • Prepare codebase for 2.0.0 with modern PHP type system and Symfony 7.2+ support and PHP 8.3+ support by @oddssoft in #14
  • feat: Add php-doc validation constraints support by @butschster in #18
  • Add Dedicated Constraint Attributes for JSON Schema Validation by @butschster in #19

New Contributors

Full Changelog: v1.2.0...v2.0.0

v1.3.0

21 Jul 15:35
df03892
Compare
Choose a tag to compare

What's Changed

  • Add nullable enum support, fix Symfony 7.3 Psalm warnings, and correct class property definitions by @oddssoft in #13

New Contributors

Full Changelog: v1.2.0...v1.3.0

v1.2.0

02 Jun 06:18
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v1.1.1...v1.2.0

v1.1.1

29 Apr 07:53
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v1.1.0...v1.1.1

v1.1.0

06 Dec 12:26
a707e2f
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v1.0.0...v1.1.0

v1.0.0

26 Nov 20:50
4bf8c88
Compare
Choose a tag to compare

Initial library release. JSON Schema generator for PHP. The primary use case is structured output declaration while working with LLMs.

Features:

  • type support
  • nested objects and lists support
  • psalm types support
  • additional metadata via attributes
  • enum support