Skip to content

Releases: WsdlToPhp/PackageGenerator

3.1.0

26 Jan 19:33
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

3.0.4

15 Jan 14:00
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.0.3

26 Jul 13:34
Compare
Choose a tag to compare
  • issue #139 / Pull request #140 - How to use another xsd_types.yml

2.9.4

26 Jul 13:33
Compare
Choose a tag to compare
  • issue #139 / Pull request #140 - How to use another xsd_types.yml

3.0.2

18 May 14:27
Compare
Choose a tag to compare

issue #134 - Default value of boolean type is a string

2.9.3

18 May 14:27
Compare
Choose a tag to compare

issue #134 - Default value of boolean type is a string

3.0.1

09 May 13:02
Compare
Choose a tag to compare

issue #135 - Impact of pull request #20 on PackageBase

2.9.2

09 May 13:02
Compare
Choose a tag to compare
  • issue #135 - Impact of pull request #20 on PackageBase

3.0.0

04 May 11:49
Compare
Choose a tag to compare

Read the UPGRADE-3.0 note

2.9.1

13 Apr 03:21
Compare
Choose a tag to compare

Fixed issue:

  • issue #125 - Under PHP 7.2: count(): Parameter must be an array or an object that implements Countable

Merged pull requests:

  • pull request #127 - Moved tests directory to the dev autoloader
  • pull request #126 - Allow Symfony 4