Thomas Fuchs
|
194fda0b6d
|
prototype: Make sure Enumerable#include doesnt do type comparision. [Mislav Marohnić]
|
2007-08-17 11:06:07 +00:00 |
Sam Stephenson
|
b59399bdd3
|
prototype: Extended grep semantics. The first argument to Enumerable#grep is now a filter (an object with a match() method) so you can now e.g. filter an array of DOM nodes by CSS selector. Closes #7596.
|
2007-07-24 16:47:12 +00:00 |
Sam Stephenson
|
1c17b6381a
|
prototype: Enhance the Enumerable and Array APIs to more closely match those of JavaScript 1.6 as implemented in Firefox 1.5. Closes #6650, #8409.
|
2007-07-09 18:55:58 +00:00 |
Sam Stephenson
|
c89875ce8c
|
prototype: Remove support for "throw $continue" in Enumerable. Use "return" instead.
|
2007-01-18 22:59:23 +00:00 |
Sam Stephenson
|
bb4d189b37
|
prototype: Reorganize the source tree.
|
2007-01-18 22:24:27 +00:00 |