Skip to content

Tags: jzfgo/wsdl2phpgenerator

Tags

3.0.1

Toggle 3.0.1's commit message
Release 3.0.1

* Fix null pointer exception when combining DateTime attributes and constructorParamsDefaultToNull configuration.
* Fix simple type inheritance.

3.0.0

Toggle 3.0.0's commit message
3.0.0 / 2014-11-25

For a walkthrough of the changes in 3.x see https://github.com/wsdl2phpgenerator/wsdl2phpgenerator/blob/master/docs/whats-new-in-3.0.md.

 * Convert to PSR4 file structure.
 * Update Generator interface.
 * Removed @todo and @deprecated elements.
 * Enable SOAP_SINGLE_ELEMENT_ARRAYS by default.
 * ArrayOf* types ganeration as separate classes
 * Refactor SoapClient options
 * Add support for custom SoapClient implementations.
 * Replace noIncludes configuration option with generated autoloader.
 * Remove the oneFile configuration options.
 * Remove prefix and suffix configuration options.
 * Remove noTypeConstructor config option.
 * Remove createAccessors configuration option.
 * Remove the classExists option.
 * Type name generation respects namespace.
 * Add type hinting for array parameters.
 * Use DateTime parameters and return values for date properties.
 * Fix identifier when loading dependencies.
 * Remove @access
 * Refactor the project to be used as a library only.
 * Refactored Config and ConfigInterface to use an OptionsResolver instead of fixed string inputs.
 * Members are protected if accessor methods are being used

2.5.5

Toggle 2.5.5's commit message
Release 2.5.5

* Ensure that values are unique for Enums.
* Fix syntax error when service contains no types to map.

2.5.4

Toggle 2.5.4's commit message
Release 2.5.4

* Fix phar file generation.
* Fix calling parent constructor in class inheritance. The first parameters should be parent ones.

2.5.3

Toggle 2.5.3's commit message
Release 2.5.3

* Fix constructor creation for multilevel inheritance.

2.5.2

Toggle 2.5.2's commit message
Release 2.5.2

2.5.1

Toggle 2.5.1's commit message
Release 2.5.1

* Fix autoloading in Phar files.

2.5.0

Toggle 2.5.0's commit message
Release 2.5.0

* Support method chaining for setters when using the createAccessors option.
* Avoid empty comments and unnecessary new line after description.
* Fixed path to composer autoloader when included in a composer.json from another project.

2.4.2

Toggle 2.4.2's commit message
Release 2.4.2

* Fixed default null value for subclass constructors when using the ConstructorParamsDefaultToNull configuration option.
* Disable PHP WSDL cache when extracting information.

2.4.1

Toggle 2.4.1's commit message
Release 2.4.1

* Fix generation of accessors for nillable properties.