Skip to content

Releases: szogyenyid/php-builder

V1.3.0 - Unit tests and DocBlocks

07 May 12:11
Compare
Choose a tag to compare

V1.2.0 - No more need for public properties or setters

26 Mar 14:42
Compare
Choose a tag to compare

Changes

  • Builder now works out of the box, without having to set the built class' properties to public, or writing public setters.

V1.1.0 - Ability to handle public properties

01 Mar 18:53
Compare
Choose a tag to compare

New features

  • Added support of public PHP properties without setters to be set with "with-" methods.

Full Changelog: 1.0.0...1.1.0

V1.0.0 - Initial release

01 Mar 18:12
Compare
Choose a tag to compare

The initial release of the library.

Full Changelog: https://github.com/szogyenyid/php-builder/commits/1.0.0