Skip to content

Releases: auraphp/Aura.Marshal

4.0.1

25 Aug 17:47
56aecb7
Compare
Choose a tag to compare
  • FIX extending ToArrayInterface .

4.0.0

10 Aug 04:09
4b0564f
Compare
Choose a tag to compare

4.0.0

  • No breaking changes from 1.x for the api.
  • Removed Aura.Di config files present in 1.x.
  • License changed from BSD to MIT.
  • Supports PHP 7.2 + .
  • New api added GenericCollection::toArray() by @compwright in #38

4.0.0-beta.1

03 Aug 08:05
4b0564f
Compare
Choose a tag to compare
4.0.0-beta.1 Pre-release
Pre-release

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

02 Feb 03:22
Compare
Choose a tag to compare
  • [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.