All Versions
32
Latest Version
Avg Release Cycle
46 days
Latest Release
2288 days ago
Changelog History
Page 3
Changelog History
Page 3
-
v2.2.2 Changes
January 08, 2014- Convert to string
-
v2.2.1 Changes
January 01, 2014- Fix imports with relative URLs.
- Fix generation of Enum constants which resolve to PHP primitives.
- Fix support for non-standard WSDL namespace aliases.
- Fix setting Symfony Console application version when releasing.
-
v2.2.0 Changes
December 13, 2013- Support all minor releases of Symfony Console 2.*.
-
v2.1.0 Changes
December 09, 2013- Create a GitHub release and upload resulting phar file when releasing.
- Replace Coveralls with Scrutinizer for code coverage.
- Use box to build phar file of project.
- Add Phing build script to automate releases.
- Refactor to use Symfony Console component instead of custom CLI code.
-
v2.0.3 Changes
October 30, 2013- Remove leftover usage of gettext functions.
-
v2.0.2 Changes
October 29, 2013- Correct way to use composer autoloader.
-
v2.0.1 Changes
October 28, 2013- Remove conf dir as it's not used anymore.
-
v2.0.0 Changes
October 26, 2013- Extract interfaces to define public API.
- Improve PSR2 compatability. Remove side effects/requires from classes.
- Remove translation support.
- Allow project to be packaged by Composer.
- PHP 5.5 support. Move entire library to namespaces to avoid conflict with new Generator class. Thanks to chriskl.
-
v1.4.2 Changes
- The generator's soap client doesn't use caching any more
-
v1.4.1 Changes
- Fixed issue #20 with the generation of classes not working if simple type is not enum or pattern. Thanks to rc.poison
- Fixed issue #21 with the classmap listing the classnames in the wrong way. Thanks to rc.poison
- Fixed issue #22 with the php classname being used as comparison instead of the real classname. Thanks to rc.poison