Drew Noakes
|
2b24f36c76
|
Added more missing semicolons.
|
2013-11-20 13:43:20 +00:00 |
|
Drew Noakes
|
28291d17b6
|
Added missing semicolon.
|
2013-11-20 13:40:34 +00:00 |
|
Basarat Ali Syed
|
3fcbe933cc
|
Merge pull request #1295 from tmmueller/lodash/chained/map
Add definitions for _(...).map, _(...).collect
|
2013-11-19 18:26:03 -08:00 |
|
Thomas Mueller
|
004a82e83b
|
Add definitions for _(...).map, _(...).collect
|
2013-11-19 14:02:24 -06:00 |
|
Thomas Mueller
|
cc6a334ee2
|
fixed _(...).filter/_(...).select defs to allow further chaining
|
2013-11-19 12:59:23 -06:00 |
|
Greg Weber
|
67e0a6003c
|
remove any types and improve callback inference
|
2013-11-11 06:57:38 -08:00 |
|
Brian Zengel
|
51541ea511
|
Fixed --noImplicitAny test compiler issues
|
2013-11-10 21:42:05 -05:00 |
|
Brian Zengel
|
e7ff6e84c6
|
Add definitions for _(...).groupBy
|
2013-11-10 19:40:47 -05:00 |
|
Brian Zengel
|
106a8f8ae6
|
Add defintions for _(...).functions, _(...).methods
|
2013-11-10 19:32:26 -05:00 |
|
Brian Zengel
|
b8c64ce7ba
|
Added definitions for _(...).forOwn, _(...).forOwnRight, fixed _(...).forIn, _(...).forInRight
|
2013-11-10 19:25:29 -05:00 |
|
Brian Zengel
|
7b56be3bc2
|
Added _(...).forInRight definitions
|
2013-11-10 19:17:14 -05:00 |
|
Brian Zengel
|
951fd3692d
|
_(...).forIn definitions
|
2013-11-10 18:27:20 -05:00 |
|
Brian Zengel
|
c24bc7ad5c
|
Merged origin/lodash
|
2013-11-10 12:41:40 -05:00 |
|
Brian Zengel
|
4cd546fef7
|
forEachRight bindings and tests
|
2013-11-06 22:14:38 -05:00 |
|
Greg Weber
|
9dd9da44d5
|
fix tests and optional argument for reduce functions
|
2013-10-30 10:38:29 -07:00 |
|
Greg Weber
|
01932853df
|
fix types based on tests
|
2013-10-30 07:57:42 -07:00 |
|
Greg Weber
|
d69c847f25
|
name module _ rather than LoDash
|
2013-10-29 18:58:23 -07:00 |
|
Greg Weber
|
7af17a2d8e
|
use generic sub-typing for omit & pick
|
2013-10-29 18:54:25 -07:00 |
|
Greg Weber
|
b016066da2
|
fix whereValue types
Dictionary<any> was ruining type inference
The new type of <W, T extends W>
is more exact and does not mess up inference
|
2013-10-29 18:07:56 -07:00 |
|
Brian Zengel
|
43c3e27986
|
Added back documentation lost during refactor
|
2013-10-22 20:09:47 -04:00 |
|
Brian Zengel
|
6928dced90
|
MAJOR!! code refactor to support some awesome chaining logic where only appropriate methods will be available to continue the chain.
|
2013-10-22 02:40:50 -04:00 |
|
Brian Zengel
|
1680659788
|
added _(...).flatten defs
|
2013-10-21 10:39:34 -04:00 |
|
Brian Zengel
|
d3327b7ef8
|
added _(...).filter/_(...).select defs
|
2013-10-21 10:36:17 -04:00 |
|
Brian Zengel
|
bd000082ba
|
added _(...).difference defs
|
2013-10-21 01:22:02 -04:00 |
|
Brian Zengel
|
005025b58b
|
added _(...).delay defs
|
2013-10-21 01:15:07 -04:00 |
|
Brian Zengel
|
2d3b4eec2b
|
added _(...).defer defs
|
2013-10-21 01:11:01 -04:00 |
|
Brian Zengel
|
7b747b7f29
|
added _(...).defaults defs
|
2013-10-21 01:02:22 -04:00 |
|
Brian Zengel
|
48b80da5d0
|
added _(...).debounce def
|
2013-10-21 00:56:55 -04:00 |
|
Brian Zengel
|
ea6d2a70de
|
added _(...).curry def
|
2013-10-21 00:47:30 -04:00 |
|
Brian Zengel
|
65e0a6a400
|
added _(...).createCallback def
|
2013-10-21 00:40:27 -04:00 |
|
Brian Zengel
|
ff0358b638
|
added _(...).countBy defs
|
2013-10-21 00:28:54 -04:00 |
|
Brian Zengel
|
2f75466cc5
|
_ function documentation, added _ function core array methods
|
2013-10-21 00:21:46 -04:00 |
|
Brian Zengel
|
4edce674d9
|
added _(...).compact def
|
2013-10-20 23:37:43 -04:00 |
|
Brian Zengel
|
d97f8a126c
|
added _(...).bindKey def
|
2013-10-20 23:33:30 -04:00 |
|
Brian Zengel
|
4b57cabc9f
|
added _(...).bind defs
|
2013-10-20 23:26:23 -04:00 |
|
Brian Zengel
|
716b7f981c
|
fixed _(...).after defs, added _(...).assign/_(...).extend defs
|
2013-10-20 23:21:29 -04:00 |
|
Brian Zengel
|
25debf0a84
|
added _(...).after definition
|
2013-10-20 22:43:55 -04:00 |
|
Brian Zengel
|
4769542343
|
added core chaining methods, removed all remaing defs tests from underscore typing
|
2013-10-20 22:33:19 -04:00 |
|
Brian Zengel
|
ea25e17d6f
|
added _.VERSION property
|
2013-10-20 20:46:00 -04:00 |
|
Brian Zengel
|
2ef0b52e23
|
added _.support property
|
2013-10-20 20:44:16 -04:00 |
|
Brian Zengel
|
35f8c29a3f
|
update documation for templateSettings, added _.templateSettings.variable
|
2013-10-20 20:33:25 -04:00 |
|
Brian Zengel
|
b2a8361634
|
added _.uniqueId definition
|
2013-10-20 20:22:02 -04:00 |
|
Brian Zengel
|
e643854b1e
|
added _.unescape definition
|
2013-10-20 20:17:10 -04:00 |
|
Brian Zengel
|
2fd84867f3
|
added _.times definition
|
2013-10-20 20:10:51 -04:00 |
|
Brian Zengel
|
39b96f597c
|
added _.template definition
|
2013-10-20 19:49:01 -04:00 |
|
Brian Zengel
|
ad30e9d356
|
added _.runInContext definition
|
2013-10-20 18:44:51 -04:00 |
|
Brian Zengel
|
5038619a71
|
added _.result definition
|
2013-10-20 18:39:40 -04:00 |
|
Brian Zengel
|
497c93e81a
|
added _.random definition
|
2013-10-20 18:35:46 -04:00 |
|
Brian Zengel
|
dcba5c74f3
|
added _.parseInt definition
|
2013-10-20 18:29:07 -04:00 |
|
Brian Zengel
|
c27e60d3fc
|
added _.noConflict definition
|
2013-10-20 18:25:37 -04:00 |
|