Releases: auraphp/Aura.Marshal
Releases · auraphp/Aura.Marshal
4.0.2
4.0.1
4.0.0
4.0.0-beta.1
4.0.0-beta.1
- No breaking changes from 1.x for api.
- Removed Aura.Di config files present in 1.x.
- License changed from BSD to MIT.
- Supports PHP 7.2 + .
- update tests and ci by @harikt in #33, #34
- update to use psr-4 structure by @harikt in #35
- Moved docs to docs folder. Update license to use MIT by @harikt in #37
- Add GenericCollection::toArray() by @compwright in #38
Aura.Marshal 1.2.0 Released
- [DOC] Add PHP 5.5 to Travis build, and add status badge to README.
- [FIX] Move conversion of Lazy Objects to GenericEntity. This allows for proper/expected usage with iterator_to_array for relationships, in particular when using Twig. Thanks @jakefolio
- [ADD] Methods GenericType::clear() and Manager::clear(). Fixes #11 from @pminnieur.