Commit Graph

660 Commits

Author SHA1 Message Date
John-David Dalton
3619b04b06 low dash: Cleanup repo and add submodules. [jddalton] 2012-04-16 23:48:53 -04:00
John-David Dalton
9a65fa200d Merge https://github.com/documentcloud/underscore 2012-04-14 15:49:00 -04:00
Jeremy Ashkenas
599d31101b Underscore.js 1.3.3 (tiny bugfix release) 2012-04-10 10:43:26 -04:00
Brad Dunbar
d17834aeb0 Fix #547 - _.templateSettings is unchanged by custom settings. 2012-04-09 22:49:12 -04:00
Jeremy Ashkenas
e80bbe6d03 Underscore.js 1.3.2 2012-04-09 14:37:49 -04:00
Jeremy Ashkenas
2f4e926e34 resolving merge 2012-04-09 14:11:35 -04:00
John-David Dalton
93ecbe6ab8 Merge https://github.com/documentcloud/underscore 2012-04-07 00:16:33 -04:00
John-David Dalton
159830ed63 first commit 2012-04-07 00:14:29 -04:00
Jeremy Ashkenas
c33e1506f4 Merge branch 'master' of github.com:documentcloud/underscore 2012-04-06 16:54:29 -04:00
Jeremy Ashkenas
f081bf6f11 fixes #541 -- broken docs for tap() 2012-04-06 16:54:09 -04:00
Jeremy Ashkenas
f27aa2ff54 Merge pull request #542 from braddunbar/template-concat
_.template Uses Concatenation
2012-04-06 07:12:52 -07:00
Brad Dunbar
9392d3df18 Correct errant newlines. 2012-04-06 09:59:59 -04:00
Brad Dunbar
57bb74bee7 _.template uses concatenation instead of join. 2012-04-06 08:28:00 -04:00
brad dunbar
1ca3e6b073 Merge pull request #540 from braddunbar/template-varname
Add variable to _.templateSettings.
2012-04-04 08:23:35 -07:00
Brad Dunbar
f50690f67e Tweak variable names. Update docs.
* Restore template.source.
* Use variable instead of varname.
* Use text for template input.
* Include settings in documentation.
2012-04-04 08:15:49 -07:00
Brad Dunbar
89c50e1a95 Allow _.templateSettings to be overriden. 2012-04-03 17:38:39 -07:00
Brad Dunbar
b04b813f02 Add varname to _.templateSettings.
* Leave out the with statement when using varname.
* Rename source to compiled.
* Comments, comments, comments.
2012-04-03 11:51:57 -07:00
Jeremy Ashkenas
8cfb076c9b removing added speed test 2012-04-03 11:49:31 -04:00
Jeremy Ashkenas
d40574ef48 Merge pull request #539 from fawek/_.shuffle
Remove the unnecessary branch in _.shuffle()
2012-04-03 08:48:37 -07:00
Jakub Wieczorek
a40001a358 Remove the unnecessary branch in _.shuffle()
The non-zero case works properly for 0 as well.
2012-04-03 15:26:39 +02:00
Jeremy Ashkenas
73e6e87858 Fixes #465 -- throttled functions return their value when they actually run. 2012-04-02 16:32:53 -04:00
Jeremy Ashkenas
1366d90333 default timeout'd scope is null / global. Fixes #484 2012-04-02 16:11:51 -04:00
Jeremy Ashkenas
b52908f78f Fixes #491 - IE9 / Opera 11 test case. 2012-04-02 15:50:31 -04:00
Jeremy Ashkenas
110523f9cf Merge pull request #500 from bryanwoods/master
Aliases `_.take()` to `_.first()` and `_.head()`
2012-04-02 12:43:06 -07:00
Jeremy Ashkenas
4620eb7b61 reordering the patch for #504 2012-04-02 15:30:12 -04:00
Jeremy Ashkenas
62114126d9 Merge pull request #504 from mwilliamson/master
Don't call iterable.toArray in _.toArray if not a function
2012-04-02 12:27:38 -07:00
Jeremy Ashkenas
6f5489fcab comment tweak 2012-04-02 15:07:56 -04:00
Jeremy Ashkenas
18ba865009 Merge pull request #524 from octatone/isFinite
New Feature: _.isFinite to compliment _.isNumber and _.isNaN
2012-04-02 12:07:28 -07:00
Jeremy Ashkenas
719cd24aa9 adding an initial implementation of a 'pick' function. #523 2012-04-02 15:01:26 -04:00
Jeremy Ashkenas
4fa0a9f4d5 Merge pull request #523 from chrisleishman/restrict
Add _.restrict(source, *keys)
2012-04-02 11:51:56 -07:00
Jeremy Ashkenas
180b8b0c83 merging #532 -- allow string as iterator on sortBy 2012-04-02 13:46:49 -04:00
Jeremy Ashkenas
d604895018 revisions to #534, sortBy(undefined) 2012-04-02 13:16:58 -04:00
Jeremy Ashkenas
60adb34d0c Merge pull request #534 from chris-baynes/master
Allow for better handling of undefined values in sortBy.
2012-04-02 10:13:04 -07:00
Jeremy Ashkenas
6f50830b25 Fixes #538 -- confusing wording around chaining. 2012-04-02 13:07:49 -04:00
Jeremy Ashkenas
dc55088cd6 trying to fix whitespace merge problems 2012-04-02 13:07:25 -04:00
Jeremy Ashkenas
548baddd31 resolving merge 2012-04-02 13:06:44 -04:00
Jeremy Ashkenas
db7d198a55 Fixes #538 -- confusing wording around chaining. 2012-04-02 13:05:52 -04:00
Chris Baynes
e4c4300a06 Allow sortBy to handle undefined values. 2012-03-31 11:05:47 +02:00
Yi, EungJun
6b8a99ba39 Adding the ability to _.sortBy(list, 'property') 2012-03-31 02:28:22 +09:00
Chris Leishman
7c95237845 Add _.restrict(source, *keys)
Return a clone of the source with only the properties named in *keys
(either stings or arrays containing strings).

Especially useful for avoiding mass-assignment vulnerabilities.
2012-03-29 11:54:09 -07:00
Raymond May Jr
ee86820473 use _.isNumber for correctly working check 2012-03-26 13:02:40 -05:00
Raymond May Jr
4266d91805 test _.isFinite against new Number 2012-03-26 13:00:25 -05:00
Jeremy Ashkenas
00ed5d70c8 Merge pull request #521 from braddunbar/template-source
Attach template source to returned function.
2012-03-26 10:48:26 -07:00
Brad Dunbar
2c0ccf03ef Documentation for _.template(...).source. 2012-03-26 13:37:06 -04:00
Jeremy Ashkenas
5d468b9622 Merge pull request #525 from mislav/touch
doc site: have sidebar scroll natively on touch devices
2012-03-26 06:28:38 -07:00
Mislav Marohnić
0d935b0427 have sidebar scroll natively on touch devices 2012-03-26 13:42:38 +02:00
Raymond May Jr
bf6cb03519 test against NaN 2012-03-25 14:10:35 -05:00
Raymond May Jr
55b68fdaba formatting 2012-03-25 11:20:57 -05:00
Raymond May Jr
e274235865 _.isFinite fix and tests 2012-03-25 11:08:23 -05:00
Raymond May Jr
705eff4826 add _.isFinite - verifies is a number between Inf && -Inf 2012-03-25 10:43:30 -05:00