Releases: nelmio/alice
Releases · nelmio/alice
v3.0.0-beta.5
v2.3.1
v3.0.0-beta.4
v2.3.0
Features
- Add support for Doctrine Inflector (#548)
- Add support of embedded couchdb document (couchdb-odm) (#683)
- Add range named builder (#693)
Deprecations
- Deprecate the usage of the local flag (#557)
- Deprecate the usage of date strings (#559)
- Deprecate optional values with floats (#564)
- Deprecate references in quotes (#566)
- Deprecate setting private or protected props directly (#607)
- Deprecate usage of non PSR-1 compliant setters (#608)
- Deprecate usage of inaccessible constructors (#609)
- Deprecate calling methods (#610)
- Deprecate array hash uniqueness (#611)
Bugfixes
v3.0.0-beta.3
v3.0.0-beta.2
v3.0.0-beta.1
Features
- Better handling of references to inexistent fixtures (#592)
- Automatically escape the
@
character in words (#593)
Bugfix
- Move PhpUnitBridge dependency to dev dependencies (#576)
- Fix support for stdClass classes (#595)
- Fix complete generation process (#596)
- Fix FlagBag immutability (#614)
- Fix UniqueValuesPool cached value check (#615)
- Make ObjectBag more performant (#617)
- Fix performance issues with Wildcard resolver (#618)
- Fix usage of
$current
with identity (#619)
Changes highlight
v3.0.0-beta.0
After a few months of tedious work, the first beta of Alice 3.0 is out!
Main differences between 2.x and 3.x:
- The persistence layer has been removed
- Rewrite of the API to make it more extensible and more robust
- Change in the architecture to address some limitations found in 2.x
More details on the architectural changes can be found here.