-
-
Notifications
You must be signed in to change notification settings - Fork 5.5k
Comparing changes
Open a pull request
base repository: jashkenas/underscore
base: e4743ab712b8ab42ad4ccb48b155034d02394e4d
head repository: jashkenas/underscore
compare: e8f86fb4c670ff00abade85064c4a9cf4456fbbd
Commits on Apr 2, 2015
-
Configuration menu - View commit details
-
Copy full SHA for 6c18935 - Browse repository at this point
Copy the full SHA 6c18935View commit details -
Configuration menu - View commit details
-
Copy full SHA for c545b48 - Browse repository at this point
Copy the full SHA c545b48View commit details -
Merge pull request #2137 from megawac/partion-group
Implement partion via group
Configuration menu - View commit details
-
Copy full SHA for 0fa1071 - Browse repository at this point
Copy the full SHA 0fa1071View commit details -
- Moves createAssigner to just above where it's needed. - Use function expressions, not declarations.
Configuration menu - View commit details
-
Copy full SHA for 6b29e98 - Browse repository at this point
Copy the full SHA 6b29e98View commit details -
Merge pull request #2138 from jridgewell/code-cleanup
Some simple code cleanups
Configuration menu - View commit details
-
Copy full SHA for 483fc0f - Browse repository at this point
Copy the full SHA 483fc0fView commit details
Commits on Apr 3, 2015
-
Configuration menu - View commit details
-
Copy full SHA for f934a67 - Browse repository at this point
Copy the full SHA f934a67View commit details -
Configuration menu - View commit details
-
Copy full SHA for e848714 - Browse repository at this point
Copy the full SHA e848714View commit details -
Merge pull request #1689 from akre54/partial-placeholder
add support for changing _.partial's placeholder
Configuration menu - View commit details
-
Copy full SHA for 90a95ec - Browse repository at this point
Copy the full SHA 90a95ecView commit details
Commits on Apr 8, 2015
-
Configuration menu - View commit details
-
Copy full SHA for 0a9d9d8 - Browse repository at this point
Copy the full SHA 0a9d9d8View commit details -
ping @jridgewell @buzzdecafe @davidchambers @jdalton Implementation proves to be uglier than I had hoped :z going to write some benchmarks after we head for lunch
Configuration menu - View commit details
-
Copy full SHA for f087449 - Browse repository at this point
Copy the full SHA f087449View commit details -
Fix error This is the last time I write things in Github editor Tricky slice Allow startIndex param really, really fix it this time Don't redeclare
Configuration menu - View commit details
-
Copy full SHA for 925f1ba - Browse repository at this point
Copy the full SHA 925f1baView commit details -
Configuration menu - View commit details
-
Copy full SHA for add363c - Browse repository at this point
Copy the full SHA add363cView commit details -
Configuration menu - View commit details
-
Copy full SHA for 33f6489 - Browse repository at this point
Copy the full SHA 33f6489View commit details -
Configuration menu - View commit details
-
Copy full SHA for d9a6f91 - Browse repository at this point
Copy the full SHA d9a6f91View commit details -
Configuration menu - View commit details
-
Copy full SHA for 4afa539 - Browse repository at this point
Copy the full SHA 4afa539View commit details
Commits on Apr 9, 2015
-
Configuration menu - View commit details
-
Copy full SHA for 3caa2b4 - Browse repository at this point
Copy the full SHA 3caa2b4View commit details -
Configuration menu - View commit details
-
Copy full SHA for 4f2474c - Browse repository at this point
Copy the full SHA 4f2474cView commit details
Commits on Apr 22, 2015
-
_.unzip accepts a single array of arrays.
Configuration menu - View commit details
-
Copy full SHA for 1417938 - Browse repository at this point
Copy the full SHA 1417938View commit details -
Merge pull request #2160 from carltonf/homepage_typo_fix
Fix array typo in home page
3Configuration menu - View commit details
-
Copy full SHA for 645fba7 - Browse repository at this point
Copy the full SHA 645fba7View commit details
Commits on Apr 23, 2015
-
Configuration menu - View commit details
-
Copy full SHA for ed828f4 - Browse repository at this point
Copy the full SHA ed828f4View commit details
Commits on Apr 27, 2015
-
Configuration menu - View commit details
-
Copy full SHA for b10b2e6 - Browse repository at this point
Copy the full SHA b10b2e6View commit details -
Merge pull request #2163 from jridgewell/mapObject
Cleanup _.mapObject
Configuration menu - View commit details
-
Copy full SHA for 1113ad9 - Browse repository at this point
Copy the full SHA 1113ad9View commit details -
Merge pull request #2162 from carltonf/fix_un/zip_doc
Fix documents for zip and unzip.
Configuration menu - View commit details
-
Copy full SHA for 477d984 - Browse repository at this point
Copy the full SHA 477d984View commit details
Commits on Apr 28, 2015
-
Merge pull request #2161 from smelnikov/result-doc-fix
described correct behavior of _.result in docs
Configuration menu - View commit details
-
Copy full SHA for 9244d61 - Browse repository at this point
Copy the full SHA 9244d61View commit details -
Configuration menu - View commit details
-
Copy full SHA for 4c534ba - Browse repository at this point
Copy the full SHA 4c534baView commit details -
Make _.sample more efficient by exiting early, make _.shuffle call th…
…rough to _.sample * Improves efficiency of _.sample for when n is significantly smaller than obj.length * Improves tests to make sure _.sample and _.shuffle actually change the order * Replace shuffle with call to _.sample to avoid duplicated logic
Configuration menu - View commit details
-
Copy full SHA for 42b763e - Browse repository at this point
Copy the full SHA 42b763eView commit details
Commits on May 7, 2015
-
Configuration menu - View commit details
-
Copy full SHA for 770bb76 - Browse repository at this point
Copy the full SHA 770bb76View commit details -
Merge pull request #2170 from zertosh/remove-require
Reword comment to not use "require"
Configuration menu - View commit details
-
Copy full SHA for c474aa3 - Browse repository at this point
Copy the full SHA c474aa3View commit details
Commits on May 8, 2015
-
Two points: - Use restArgs to cleanup `_.zip` method - Undo a performance regression @akre54 [mentioned](https://github.com/jashkenas/underscore/pull/2140/files#r28144086)
Configuration menu - View commit details
-
Copy full SHA for 450c21d - Browse repository at this point
Copy the full SHA 450c21dView commit details -
Simplify reduce wrapper to just determine initial
Well, and optimize `iteratee`, cause we don't really need context anywhere else.
Configuration menu - View commit details
-
Copy full SHA for a7f4623 - Browse repository at this point
Copy the full SHA a7f4623View commit details -
Merge pull request #2172 from jridgewell/reduce-reuse-2
Simplify reduce wrapper to just determine initial
Configuration menu - View commit details
-
Copy full SHA for 26a76e4 - Browse repository at this point
Copy the full SHA 26a76e4View commit details
Commits on May 9, 2015
-
Merge pull request #2171 from jashkenas/restArgs-cleanup
_.restArgs cleanup
Configuration menu - View commit details
-
Copy full SHA for 01dda7e - Browse repository at this point
Copy the full SHA 01dda7eView commit details
Commits on May 14, 2015
-
Configuration menu - View commit details
-
Copy full SHA for 68bb747 - Browse repository at this point
Copy the full SHA 68bb747View commit details -
Merge pull request #2153 from megawac/global
Detect global in strict mode and WebWorkers
Configuration menu - View commit details
-
Copy full SHA for fd11c93 - Browse repository at this point
Copy the full SHA fd11c93View commit details
Commits on May 15, 2015
-
Configuration menu - View commit details
-
Copy full SHA for 481bff7 - Browse repository at this point
Copy the full SHA 481bff7View commit details -
Configuration menu - View commit details
-
Copy full SHA for 8a7e8e6 - Browse repository at this point
Copy the full SHA 8a7e8e6View commit details -
7
Configuration menu - View commit details
-
Copy full SHA for 99fd23e - Browse repository at this point
Copy the full SHA 99fd23eView commit details -
Configuration menu - View commit details
-
Copy full SHA for 4e2d94d - Browse repository at this point
Copy the full SHA 4e2d94dView commit details
Commits on May 22, 2015
-
Merge pull request #2158 from marekventur/master
Make _.sample more efficient by exiting early
Configuration menu - View commit details
-
Copy full SHA for 297b829 - Browse repository at this point
Copy the full SHA 297b829View commit details -
Configuration menu - View commit details
-
Copy full SHA for 20f1cc4 - Browse repository at this point
Copy the full SHA 20f1cc4View commit details -
1
Configuration menu - View commit details
-
Copy full SHA for 1673423 - Browse repository at this point
Copy the full SHA 1673423View commit details -
Merge pull request #2178 from jridgewell/use-restArgs
Use restArgs in flatten functions
Configuration menu - View commit details
-
Copy full SHA for e3c7ef1 - Browse repository at this point
Copy the full SHA e3c7ef1View commit details -
Merge pull request #2185 from jridgewell/isEqual
Optimize _.isEqual for primatives
Configuration menu - View commit details
-
Copy full SHA for 92a3007 - Browse repository at this point
Copy the full SHA 92a3007View commit details -
Configuration menu - View commit details
-
Copy full SHA for 3cd0487 - Browse repository at this point
Copy the full SHA 3cd0487View commit details -
Merge pull request #2141 from jridgewell/bindall-array
Allow _.bindAll to take arrays
Configuration menu - View commit details
-
Copy full SHA for 5c3470a - Browse repository at this point
Copy the full SHA 5c3470aView commit details
Commits on May 24, 2015
-
Configuration menu - View commit details
-
Copy full SHA for d557242 - Browse repository at this point
Copy the full SHA d557242View commit details
Commits on May 25, 2015
-
Merge pull request #2188 from jridgewell/eslint-fixes
Fix eslint errors
Configuration menu - View commit details
-
Copy full SHA for 3f728b0 - Browse repository at this point
Copy the full SHA 3f728b0View commit details -
Configuration menu - View commit details
-
Copy full SHA for a848bb5 - Browse repository at this point
Copy the full SHA a848bb5View commit details -
Configuration menu - View commit details
-
Copy full SHA for 669330f - Browse repository at this point
Copy the full SHA 669330fView commit details
Commits on May 26, 2015
-
Configuration menu - View commit details
-
Copy full SHA for 0e326fd - Browse repository at this point
Copy the full SHA 0e326fdView commit details
There are no files selected for viewing