This website requires JavaScript.
Explore
Help
Sign In
Mirrors
/
lodash
Watch
1
Star
0
Fork
0
You've already forked lodash
mirror of
https://github.com/whoisclebs/lodash.git
synced
2026-01-29 14:37:49 +00:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
Files
bb250e7205b9e0b481233ae2bcf542d2e288dfd7
lodash
/
test
History
Mike Frawley
5a5e14d7a4
add #times utility method.
...
_(3).times(alert) added tests and internal docs
2010-02-17 10:21:59 -06:00
..
vendor
added a bunch of speed tests using jslitmus
2009-10-26 09:55:56 -04:00
arrays.js
added guards to _.first and _.rest and tests, they now work as function parameters to _.map
2009-12-07 23:36:31 -05:00
chaining.js
version 0.4.2 -- quick patch to rename get() to value() for clarity, and adding jQuery comparisons in the speed tests
2009-11-09 08:28:32 -05:00
collections.js
add #buildLookup method to turn collection in to a fast lookup hash
2010-02-17 10:12:22 -06:00
functions.js
API changes: _.bindAll now takes the context object as the first parameter, instead of the last, and _.functions (_.methods) now takes an explicitreceiver, returning a list of its methods
2009-12-06 23:54:41 -05:00
objects.js
add #times utility method.
2010-02-17 10:21:59 -06:00
speed.js
merging in iamnoah's optimizations for the isType family of functions, and other references to core prototoypes
2009-12-09 12:44:55 -05:00
temp_tests.html
replacing all isType tests that relied on string comparisons with versions that check for existence of known methods and properties. Less safe, but more than an order of magnitude faster.
2010-01-01 19:05:34 -05:00
temp.js
added suggested speed boost for isNumber
2010-01-20 13:50:08 -05:00
test.html
0.4.6 is on the books, with kylichuku's range function
2009-11-30 23:20:11 -05:00
utility.js
add #times utility method.
2010-02-17 10:21:59 -06:00