History log of /yui3/src/collection/HISTORY.md
Revision Date Author Comments Expand
8b1c056098b07212351cd28cea986ff80601e1ad 16-Feb-2012 Luke Smith <lsmith@yahoo-inc.com>

Deprecate arraylist-add and arraylist-filter ArrayList has proven more useful as an augmentation class, relying on custom implmentations of mutation and filter in subclasses or host classes. As a low level class, modules shouldn't be adding things to the prototype that might not work or be applicable to a subclass. The standing recommendation is to subclass ArrayList or mix or augment it onto a class that would benefit from its APIs. ModelList is a good implementation for mutable ArrayList with events. Fixes #2528972 Fixes #2530387 Fixes #2530388

3e4a3c30997cfa913fabd7b346e3a71388441bed 12-Jan-2012 Ryan Grove <ryan@wonko.com>

Detect non-native ES5 shims and fall back to our own. This avoids potential issues with libraries that shim native objects with broken implementations, like older Prototype and MooTools, and certain Twitter widgets. The technique used to detect native methods isn't perfect, but works in all modern browsers and has minimal consequences if it fails.

c766f402e7da216af1abd318198031ce3d707268 25-Aug-2011 Ryan Grove <ryan@wonko.com>

Support sparse arrays correctly in the non-native Y.Array.indexOf() and Y.Array.lastIndexOf(). [Fixes #2530966]

ea53cbf2a35b654a03cf6bc52b0b1fa849d5fc86 28-Jun-2011 Ryan Grove <ryan@wonko.com>

Update readmes and history files. Holy crap how did I end up owning so many components?

/yui3/src/app/HISTORY.md /yui3/src/app/README.md /yui3/src/autocomplete/HISTORY.md /yui3/src/autocomplete/README.md /yui3/src/autocomplete/apidocs.sh HISTORY.md README README.md /yui3/src/cookie/HISTORY.md /yui3/src/cookie/README /yui3/src/cookie/README.md /yui3/src/event-valuechange/HISTORY.md /yui3/src/event-valuechange/README.md /yui3/src/highlight/HISTORY.md /yui3/src/highlight/README.md /yui3/src/history/HISTORY.md /yui3/src/history/README.md /yui3/src/node-focusmanager/HISTORY.md /yui3/src/node-focusmanager/README /yui3/src/node-focusmanager/README.md /yui3/src/node-menunav/HISTORY.md /yui3/src/node-menunav/README /yui3/src/node-menunav/README.md /yui3/src/oop/HISTORY.md /yui3/src/oop/README /yui3/src/oop/README.md /yui3/src/text/HISTORY.md /yui3/src/text/README.md /yui3/src/yui/HISTORY.md