Releases: WsdlToPhp/PackageGenerator
Releases · WsdlToPhp/PackageGenerator
3.2.3
2.11.3
3.2.2
2.11.2
2.11.1
2.11.0
- 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
2.9.5
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
3.2.0
- 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