Skip to content

Latest commit

 

History

History
22 lines (15 loc) · 726 Bytes

CHANGELOG.md

File metadata and controls

22 lines (15 loc) · 726 Bytes

4.0.2

What's Changed

  • Enable PHP 8.2, 8.3 compat by @koriym in #42
  • Test toArray() more thoroughly by @compwright in #41

New Contributors

  • @koriym made their first contribution in #42

Full Changelog: https://github.com/auraphp/Aura.Marshal/compare/4.0.1...4.1.0

4.0.1

  • FIX extending ToArrayInterface .

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