Aura.Marshal Versions Save

A data-marshaling toolset

4.0.1

1 year ago
  • FIX extending ToArrayInterface .

4.0.0

1 year ago

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 https://github.com/auraphp/Aura.Marshal/pull/38

4.0.0-beta.1

1 year ago

4.0.0-beta.1

1.2.0

10 years ago
  • [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.