Releases: swaggest/php-code-builder
Releases · swaggest/php-code-builder
v0.2.33
Update swaggest/json-schema to fix const handling (#41)
v0.2.32
Render schema in markdown (#39)
v0.2.31: Improve JSDoc generation (#38)
* Improve maps in JSDoc
* Support optional values in JSDoc
v0.2.30
Control JSDoc type names (#37)
v0.2.29
Add JSDoc types renderer from JSON Schema (#36)
v0.2.28
Fix nullable default handling in schema (#34)
v0.2.26
Fix changelog and composer
v0.2.25
Added
PhpBuilder
flag buildAdditionalPropertyMethodsOnTrue
to create accessors for untyped additional properties.
v0.2.24
Added
- Option to declare default property values in PHP classes generated from JSON schema, #29.