Releases: spiral/json-schema-generator
Releases · spiral/json-schema-generator
v2.1.0
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
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
- @butschster made their first contribution in #18
Full Changelog: v1.2.0...v2.0.0
v1.3.0
v1.2.0
What's Changed
- Add
format
parameter to theField
attribute by @PaulHendriks in #8, #9
New Contributors
- @PaulHendriks made their first contribution in #8
Full Changelog: v1.1.1...v1.2.0
v1.1.1
What's Changed
- Upgrade phpdoc-parser version by @ilyachase in #5
New Contributors
- @ilyachase made their first contribution in #5
Full Changelog: v1.1.0...v1.1.1
v1.1.0
What's Changed
- Fixed .gitattributes by @raphaelstolt in #1
- Added symfony/property-info v7.0 support by @msmakouz in #2
New Contributors
- @raphaelstolt made their first contribution in #1
Full Changelog: v1.0.0...v1.1.0
v1.0.0
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