faces 6.x-1.0-beta1

Bug fixes

changes since ALPHA-1:

* overhauled the API to instantiate class extenders. That way we won't run into troubles with late static binding of PHP <5.3, can properly implement the interface in extenders and extenders can make use of per extendable object variables.
However to ease explicit invocation of specific extenders an extender() method has been added to the faces extendable.
Also a test case for easy benchmarking of faces has been added and extending single methods without an interface is possible with functions now.

faces 7.x-1.0-beta1

Bug fixes

changes since ALPHA-1:

* overhauled the API to instantiate class extenders. That way we won't run into troubles with late static binding of PHP <5.3, can properly implement the interface in extenders and extenders can make use of per extendable object variables.
However to ease explicit invocation of specific extenders an extender() method has been added to the faces extendable.
Also a test case for easy benchmarking of faces has been added and extending single methods without an interface is possible with functions now.

Subscribe with RSS Subscribe to Releases for Extendable Object Faces (API)