Skip to content

Aura.Marshal 1.2.0 Released

Compare
Choose a tag to compare
@harikt harikt released this 02 Feb 03:22
· 47 commits to 4.x since this release
  • [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.