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
Jeremy Ashkenas
ba3e31b53e
Merge pull request #506 from braddunbar/line-terminators
...
Handle \u2028 & \u2029 in _.template.
2012-03-12 16:41:18 -07:00
Brad Dunbar
826e743262
Handle \u2028 & \u2029 in _.template.
2012-03-12 19:15:18 -04:00
Jeremy Ashkenas
144dcb1828
Merge pull request #505 from braddunbar/arbitrary-code
...
Allow natural multi-line code evaluation in templates.
2012-03-12 07:27:23 -07:00
Brad Dunbar
414fafb1f4
Allow natural multi-line code evaluation in templates.
...
By escaping `\r`, `\n`, and `\t` earlier, we can unescape
them along with backslashes and single quotes allowing
for the inclusion of single line comments and code without
a terminating semicolon.
2012-03-11 12:39:13 -04:00
U-EM\mib
d84410bbe6
added favicon, closes #492
2012-02-27 11:32:46 -05:00
Jeremy Ashkenas
34305bc85d
Merge pull request #493 from mborejdo/master
...
added favicon
2012-02-27 08:31:45 -08:00
U-EM\mib
5677a0c6eb
added favicon, closes #492
2012-02-27 17:26:26 +01:00
Jeremy Ashkenas
c99cfca75e
Merge pull request #486 from kitcambridge/uniq
...
`_.uniq()` should work with sparse arrays.
2012-02-21 09:43:54 -08:00
Kit Cambridge
8808f7d531
Un-golf _.uniq().
2012-02-21 10:35:55 -07:00
Kit Cambridge
0285f47f78
_.uniq(): Remove unused previous variable.
2012-02-20 12:36:48 -07:00
Kit Cambridge
c8d4025621
Issue #484 : _.uniq() should work with sparse arrays.
2012-02-20 12:21:54 -07:00