Skip to content

Releases: krakphp/struct-gen

Version 0.1.3

25 Feb 18:48
Compare
Choose a tag to compare
Version 0.1.3 Pre-release
Pre-release
  • PHP 7.4 Property Support

Version 0.1.2

11 Feb 22:52
Compare
Choose a tag to compare
Version 0.1.2 Pre-release
Pre-release

Composer 2.0 support!

Version 0.1.1

10 Oct 22:21
Compare
Choose a tag to compare
Version 0.1.1 Pre-release
Pre-release
  • 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

14 Aug 18:55
1b28597
Compare
Choose a tag to compare
Version 0.1.0 Pre-release
Pre-release
  • 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

05 Aug 12:16
6d66a3f
Compare
Choose a tag to compare
V0.0.3 Pre-release
Pre-release
  • Added ability to create options for generating certain parts of the struct
  • Minor fixes to doc block comment parsing

Version 0.0.2

01 Jun 22:06
Compare
Choose a tag to compare
Version 0.0.2 Pre-release
Pre-release
  • LICENSE
  • Files that do no contain any struct info are left untouched

Version 0.0.1

01 Jun 21:49
Compare
Choose a tag to compare
Version 0.0.1 Pre-release
Pre-release
  • Initial Release
  • Struct Generation
  • Composer Plugin
  • Basic Documentation