wsdl2phpgenerator v3.0.0 Release Notes

Release Date: 2014-11-25 // over 9 years ago
  • ๐Ÿ‘€ 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