README revision 7229821d1486a441146a512ad07fb1c0d4ae49d0
YUI OOP Utilities
Provides inheritance and object modification utilities
3.3.0
* Clone doesn't fail on DOM objects in IE.
3.2.0
* No change
3.1.1
* clone passes functions through
3.1.0
* Added Y.some().
* Improved iterators over native objects and YUI list object.
* Improved deep clone, particularly when dealing with self-referencing objects.
* Fixed complex property merge when doing a deep aggregation.
3.0.0
* No functional change.
3.0.0beta1
* bind() now adds the arguments supplied to bind before the
arguments supplied when the function is executed. Added
rbind to provide the old functionality (arguments supplied
to bind are appended to the arguments collection supplied
to the function when executed).
* bind() supports a string representing a function on the
context object in order to allow overriding methods on
superclasses that are bound to a function displaced by
aop.
* Fixed array handling in clone
3.0.0pr2
* No change
3.0.0pr1
* Initial release