Commit Graph

642 Commits

Author SHA1 Message Date
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
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
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
Brad Dunbar
2055d745db Attach template source to returned function. 2012-03-23 12:52:50 -04:00
brad dunbar
c46cd354c2 Merge pull request #519 from mark-rushakoff/test-cleanup
Prefer equal(x, y) over ok(x == y)
2012-03-23 05:26:32 -07:00
Mark Rushakoff
85672298d9 Prefer equal(x, y) over ok(x == y) 2012-03-22 19:21:23 -07:00
Brad Dunbar
ebb9db4e8e _.result calls property with the correct context. 2012-03-21 06:33:37 -04:00
Jeremy Ashkenas
594f1e2016 Merge pull request #515 from octatone/master
Proposed solution for _.size speed improvement RE issue #496
2012-03-20 08:16:19 -07:00
Raymond May Jr
4c2a85f9c5 size enhancement as ternary and _.size(arr) test case 2012-03-20 09:31:50 -05:00
Raymond May Jr
5827e4a40a _.size ludicrous speed improvement - formatting 2012-03-19 19:10:59 -05:00
Raymond May Jr
2d3edb88f0 _.size ludicrous speed improvement 2012-03-19 19:08:36 -05:00
Brad Dunbar
33be5c62b8 Make a small documentation change. 2012-03-19 15:45:44 -04:00
Jeremy Ashkenas
384f38b193 Merge pull request #514 from braddunbar/result-docs
Clarify documentation for _.result.
2012-03-19 12:13:42 -07:00
Brad Dunbar
9a27b1b083 Clarify documentation for _.result. 2012-03-19 15:07:33 -04:00
brad dunbar
a2a35c10ce Merge pull request #512 from braddunbar/getvalue
Add utility function `result`.
2012-03-19 11:46:26 -07:00
Brad Dunbar
5545a3b68d Dispense with abbreviation. 2012-03-19 14:43:20 -04:00
Brad Dunbar
5c7ccb21ef Rename getValue to result. 2012-03-19 14:33:38 -04:00
Brad Dunbar
d0e7b397c1 Cache property value. 2012-03-19 14:24:59 -04:00
Jeremy Ashkenas
984f29ad58 Merge pull request #511 from braddunbar/tmpl-regexes
Clean up _.template.
2012-03-19 09:24:08 -07:00
Brad Dunbar
666049ac5d Add utility function getValue. 2012-03-17 13:02:17 -04:00
Brad Dunbar
f5eb4b0915 Clean up _.template.
* Cache regexes.
* Use object properties for lookup instead of switch.
2012-03-17 09:26:39 -04:00