Skip to content

Release 4.9.0

Compare
Choose a tag to compare
@byjg byjg released this 21 May 19:56
· 34 commits to master since this release
25cb786

What's Changed

New Class/Method Status More Info
BindableInterface New
BindableObject New split of BinderObject
DumpToArrayInterface Removed
SerializerObject::instance() New
SerializerObject::serialize() Renamed from SerializerObject::build()
BinderObject::bind() Renamed from BinderObject::bindObject()
SerializerObject::serialize() Replace replace BinderObject::toArrayFrom()
SerializerObject::serializeProperties() Renamed and change to private from SerializerObject::buildProperty()
SerializerObject::serializeArray() Renamed and change to private from SerializerObject::buildArray()
SerializerObject::serializeStdClass() Renamed and change to private from SerializerObject::buildStdClass()
SerializerObject::serializeObject() Renamed and change to private from SerializerObject::buildObject()
SerializerObject getter and setter Renamed All getters and setters

Plus:

  • Formatter supported only arrays, now support any kind of object
  • Added some customization properties for the Formatters

Full Changelog: 1.0.7...4.9.0