New features
Generated code package now contains a setup file
Web Interface
Better compatibility with Opera
Improved usability of Add Attribute feature.
Fixed @link bug which occurred with certain attribute of types
Generated Code Improvements
Generated code package doesn’t contain a README file anymore. Contents of readme has been merged into the setup file
CRUD methods are now identical across objects. In particular GetList has been renamed to GetList for all generated objects.
Improved code cleanliness and more consistent spacing in the
generated code.
GetList function now supports multiple conditions.
GetList function now supports Limit.
GetList orders object list by Id by default now.
Generated objects are more easily debugged.
Generated object have an internal attribute=>attribute type map that can be extended in the future to provide data validation.
Objects generated for PHP 5.1 and PDO are now more consistent with objects generated for PHP 4, 5.0. They now have the ability to escape data as well
Other obscure bug fixes
Minor performance improvements.