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 |
Thomas Fuchs
|
86118c3cb5
|
Prototype: Add Number.prototype.round/ceil/floor/abs as an aliases to the respective methods in Math. Refactor to seperate number extensions from base.js. [Thomas Fuchs]
|
2007-06-06 16:10:16 +00:00 |
Thomas Fuchs
|
225597cb35
|
Prototype: Add Number.prototype.round as an alias to Math.round(). [Thomas Fuchs]
|
2007-06-06 12:08:15 +00:00 |
Sam Stephenson
|
67a4d00588
|
prototype: Refactor Element.extend and eliminate Element.extend.cache.
|
2007-05-12 04:32:30 +00:00 |
Sam Stephenson
|
f457c98673
|
prototype: Merge -r6639:HEAD from branches/rel_1-5-1 into trunk.
|
2007-05-01 04:19:46 +00:00 |
Sam Stephenson
|
562e61fc8c
|
prototype: Add Function#curry, Function#delay, Function#defer, and Function#wrap. Closes #8134.
|
2007-04-29 05:37:07 +00:00 |
Sam Stephenson
|
643b7bec37
|
prototype: Add extra spacing so Array#toJSON and Hash#toJSON generate YAML-loadable JSON. Closes #7883.
|
2007-04-24 02:50:52 +00:00 |
Sam Stephenson
|
fb0013a193
|
prototype: Give the parens some breathing room
|
2007-03-09 04:23:28 +00:00 |
Sam Stephenson
|
f160bc4d4d
|
prototype: Add support for JSON encoding and decoding. Closes #7427.
|
2007-03-09 03:23:24 +00:00 |
Sam Stephenson
|
bb4d189b37
|
prototype: Reorganize the source tree.
|
2007-01-18 22:24:27 +00:00 |