Releases: krakphp/struct-gen
Releases · krakphp/struct-gen
Version 0.1.3
- PHP 7.4 Property Support
Version 0.1.2
Composer 2.0 support!
Version 0.1.1
- Nullable arrays now show up as nullable in toPhpString
- Union types are now returned as empty to indicate no type
definition instead of returning the first type which is too
restrictive
Version 0.1.0
- External struct generation! You can optionally choose where you want the generated structs to be saved now instead of having them generated inline with the original classes.
- Better CI support with
--fail-on-changes
flag that will fail if any changes are detected. See README for more details.
V0.0.3
Version 0.0.2
- LICENSE
- Files that do no contain any struct info are left untouched
Version 0.0.1
- Initial Release
- Struct Generation
- Composer Plugin
- Basic Documentation