Skip to content

Releases: WsdlToPhp/PackageGenerator

2.9.0

07 Dec 23:41
Compare
Choose a tag to compare

Fixed issue #123
Merged pull request #121

2.8.4

08 Sep 02:56
Compare
Choose a tag to compare

Issue fixed:

  • #111 - '/' not escaped in pattern rule

2.8.3

03 Sep 20:29
Compare
Choose a tag to compare

Issue fixed #109 Single quotes and backslashes not escaped in pattern rule

2.8.2

12 Aug 04:58
Compare
Choose a tag to compare

nothing changed from 2.8.1 except tests resources 😉

2.8.1

12 Aug 04:20
Compare
Choose a tag to compare

Fix minor issue as when a value among an array is detected as invalid, it is stored in an array vith var_export, sadly the second parameter was missing so the value was displayed not stored in the array with other invalid values

2.8.0

09 Aug 10:07
Compare
Choose a tag to compare

Issues fixed:

  • issue #95 - Dependency composer
  • issue #96 - Improve the Readme
  • issue #98 - Setter/Getter wrongly named
  • issue #99 - Export/Import generator options and parsed data
  • issue #101 - setSoapHeader parameter incorrect
  • issue #102 - Gather methods option should only be taken into account on class generation
  • issue #103 - Invalid typehint

2.7.3

01 Jun 22:28
Compare
Choose a tag to compare

Issue fixed #93: Improve ArrayType::set* method annotations

2.7.2

21 May 18:35
Compare
Choose a tag to compare

Improve unit tests for file validation rules, add SensioLabs Insight badge, improve generated validation rule exception message

2.7.1

16 May 20:00
Compare
Choose a tag to compare

Fixes issue:

  • issue #92 - FractionDigitsRule counts . to the fraction digits

2.7.0

09 May 07:32
Compare
Choose a tag to compare

From now on there is only one release as the composer.json has been updated in order to match multiple versions thats makes the project working either on 5.3.3 >= PHP >= 5.5.9. Two Phar files will be created using PHP 5 and PHP 7.

Issues fixed:
- issue #91 - Add option to customize final destination src
- issue #89 - Use wsdltophp/domhandler project as dependency
- issue #86 - Review restrictions
- issue #85 - Bool validation rule
- issue #84 - Improve/Fix typehint determination for unions
- issue #83 - better debug support
- issue #82 - Annotations from an attributeGroup
- issue #81 - SoapHeader definitions per operation/method should not contain a space before the colon punctuation
- issue #80 - Invalid typehint