Skip to content

Releases: WsdlToPhp/PackageGenerator

3.2.3

12 Mar 13:17
Compare
Choose a tag to compare
  • issue #200 - Array structures are missing from generated package
  • issue #201 - Do not generate empty constructor

2.11.3

12 Mar 13:12
Compare
Choose a tag to compare
  • issue #200 - Array structures are missing from generated package
  • issue #201 - Do not generate empty constructor

3.2.2

12 Mar 13:15
Compare
Choose a tag to compare

issue #199 - Inheritance from outer namespace

2.11.2

12 Mar 13:12
Compare
Choose a tag to compare

issue #199 - Inheritance from outer namespace

2.11.1

09 Apr 09:14
Compare
Choose a tag to compare
  • issue #177 - Structure & Enumeration has same name will produce weird result
  • issue #181 - PHP Fatal error in AbstractModelFile.php
  • issue #183 - Wrong varialbe name in StructType
  • issue #185 - undefined StructType class

2.11.0

04 Feb 20:35
Compare
Choose a tag to compare
  • issue #168 - Invalid rules generation for non numeric value
  • issue #171 - Improve AttributeGroup > Attribute parsing
  • issue #172 - is_numeric is too permissive when checking for int's
  • issue #173 - Add maxOccurs validation rule
  • issue #174 - Documentation missing for enumeration value
  • issue #176 - Use mb_* functions when possible
  • issue #178 - Int setter throws exception when setting null
  • Miscellaneous improvements and refactorings:
    • Validation rules: code generation and unit tests
    • Remove unused use statements
    • Use better Docker image base in order to be able to test and run the generator with any PHP version
    • Improve meta merging and order

2.10.0

26 Jan 19:32
Compare
Choose a tag to compare
  • issue #128 - Using the DOMDocument $any value
  • issue #133 - Choice type
  • issue #153 - Validations in wrong order
  • issue #158 - Support of xs:list
  • issue #165 - Improve/Fix validation rules for unions
  • issue #167 - Infinite loop while figuring out the inheritance

2.9.5

15 Jan 13:59
Compare
Choose a tag to compare

List of changes:

  • issue #149 - FractionDigitsRule does not allow less digits than the specified maximum
  • issue #151 - Provide Docker settings
  • issue #154 - PHP reserved keywords list is incomplete for PHP > 7.0
  • issue #157 - Missing entry from ClassMap
  • pull request #142 - Fix: No need to update composer itself twice
  • pull request #143 - Enhancement: Cache dependencies between builds
  • pull request #144 - Fix typo in PHPDoc
  • pull request #145 - Remove duplicate PHPDoc argument
  • pull request #147 - Enhancement: Improve output from running php-cs-fixer
  • pull request #146 - Enhancement: Keep packages sorted in composer.json
  • pull request #150 - Change FractionDigitsRule to accept less fraction digits than the defined maximum

3.2.1

09 Apr 09:13
Compare
Choose a tag to compare
  • issue #177 - Structure & Enumeration has same name will produce weird result
  • issue #181 - PHP Fatal error in AbstractModelFile.php
  • issue #183 - Wrong varialbe name in StructType
  • issue #185 - undefined StructType class

3.2.0

04 Feb 20:35
Compare
Choose a tag to compare
  • issue #168 - Invalid rules generation for non numeric value
  • issue #171 - Improve AttributeGroup > Attribute parsing
  • issue #172 - is_numeric is too permissive when checking for int's
  • issue #173 - Add maxOccurs validation rule
  • issue #174 - Documentation missing for enumeration value
  • issue #176 - Use mb_* functions when possible
  • issue #178 - Int setter throws exception when setting null
  • Miscellaneous improvements and refactorings:
    • Validation rules: code generation and unit tests
    • Remove unused use statements
    • Use better Docker image base in order to be able to test and run the generator with any PHP version
    • Improve meta merging and order