Commit Graph

7699 Commits

Author SHA1 Message Date
vvakame
4abbdff87f update CONTRIBUTORS.md 2015-01-09 00:36:55 +09:00
Masahiro Wakame
6993ce5a0a Merge pull request #3412 from m4cx/master
Values in localStorage are not only strings
2015-01-09 00:34:01 +09:00
Masahiro Wakame
79d4dbe461 Merge pull request #3392 from lbesson/master
update the web audio api
2015-01-09 00:26:01 +09:00
Masahiro Wakame
7b5b27f321 Merge pull request #3428 from dcrusader/patch-3
GroupBy should return a _ChainOfArrays
2015-01-09 00:20:42 +09:00
Masahiro Wakame
882b4029be Merge pull request #3427 from ElemarJR/poly2tri
poly2tri support.
2015-01-09 00:19:18 +09:00
Masahiro Wakame
1269646296 Merge pull request #3421 from StanleyGoldman/angular_IHttpProviderDefaults
Adding withCredentials to IHttpProviderDefaults
2015-01-08 23:45:02 +09:00
Masahiro Wakame
a5f6d1b64b Merge pull request #3406 from samherrmann/master
Add angular-scroll definitions
2015-01-08 23:43:25 +09:00
Masahiro Wakame
cc883a953d Merge pull request #3419 from horiuchi/nightmare
add `nightmare` type definition file
2015-01-08 23:38:23 +09:00
Masahiro Wakame
ecf5b94e02 Merge pull request #3411 from optical/nock-enhancements
Add additional methods to nock.
2015-01-08 23:37:44 +09:00
Masahiro Wakame
d2c96b6d48 Merge pull request #3417 from dcrusader/patch-2
Proxy array functions to _Chain<T>
2015-01-08 23:37:15 +09:00
Masahiro Wakame
c81ca40172 Merge pull request #3358 from icholy/master
Add screenfull definition
2015-01-08 23:31:44 +09:00
Lionel Besson
bc41821058 comply with latest published draft 2015-01-07 21:01:43 +01:00
dcrusader
215ed57080 Fix push & unshift to reflect underscore behavior 2015-01-07 10:12:52 -08:00
dcrusader
85f18d8f7e GroupBy should return a _ChainOfArrays 2015-01-07 09:23:24 -08:00
dcrusader
2f8ec2a488 Removed already existing array functions
Removed already existing array functions, added documentation comments from Mozilla
Fixed indexOf and lastIndexOf to return ChainSingle instead of Chain
2015-01-07 09:12:02 -08:00
Elemar Rodrigues Severo Junior
074fd79550 fixing errors 2015-01-07 14:02:42 -02:00
Elemar Rodrigues Severo Junior
2f0df42903 poly2tri type definitions 2015-01-07 13:54:31 -02:00
Horiuchi_H
dc175b24bd add nightmare type definition file 2015-01-06 18:19:42 +09:00
Jared
63db9fec7d Add Regexp support, request repeating and include version number. 2015-01-06 19:09:49 +13:00
Sam Herrmann
24e9266e49 Add angular-scroll definitions 2015-01-05 22:57:16 -05:00
dcrusader
06958b51fa Proxy array functions to _Chain<T>
Underscore [proxies array functions](http://underscorejs.org/#chaining) through _.chain()
2015-01-05 17:58:36 -08:00
Ilia Choly
4123264026 add screenfull definition 2015-01-05 09:58:05 -05:00
Masahiro Wakame
30cfe7dedb Merge pull request #3359 from derekcicerone/patch-2
Fix type of ElementFinder's IThenable interface
2015-01-05 22:57:16 +09:00
Masahiro Wakame
88d0ca45f2 Merge pull request #3409 from Xinkai/master
add definitions for cordova StatusBar plugin.
2015-01-05 22:54:03 +09:00
Masahiro Wakame
45066a325e Merge pull request #3408 from jt000/master
express Response.sendStatus returns Response (not a Send object)
2015-01-05 22:52:29 +09:00
Maik
52723e8f85 Setting the value also requires the generic type 2015-01-05 12:43:08 +01:00
Maik
9ec8c66f84 Fixed Test 2015-01-05 12:38:51 +01:00
Maik
398cc1eb89 Values in localStorage are not only strings
The user of the lib can put all types of values into localStorage. So the ILocalStorageService should be a generic.
2015-01-05 12:32:37 +01:00
Jared
9ff4ff6377 Add additional methods to nock. 2015-01-05 19:41:01 +13:00
xinkai
45b7ef6732 add definitions for cordova StatusBar plugin. 2015-01-05 02:31:54 +08:00
Jason Tremper
a7136b71f8 express Response.sendStatus returns Response (not a Send object) 2015-01-04 09:32:29 -05:00
Masahiro Wakame
494b30d232 Merge pull request #3402 from panuhorsmalahti/protobuf
Add initial type definitions for ProtoBuf.js
2015-01-04 01:06:58 +09:00
Panu Horsmalahti
b344b6491c Fixed the test. 2015-01-03 16:55:53 +02:00
Panu Horsmalahti
ec1eafa840 Renamed the test file 2015-01-03 16:54:12 +02:00
Panu Horsmalahti
09f3af655c Renamed protobuf to protobufjs 2015-01-03 16:52:36 +02:00
Masahiro Wakame
a5c5c90892 Merge pull request #3405 from dcrusader/patch-1
Knockout mapping observable array functions
2015-01-03 22:44:20 +09:00
Masahiro Wakame
d05ac3bfcc Merge pull request #3404 from jt000/master
Adding direct error manipulation methods to ko validation
2015-01-03 22:40:20 +09:00
Masahiro Wakame
162474cc78 Merge pull request #3403 from YakupIpek/patch-2
last_location property was missed
2015-01-03 22:34:53 +09:00
Masahiro Wakame
66074837d7 Merge pull request #3400 from borisyankov/apply-definition-tester-0.2.0
Apply definition tester 0.2.0
2015-01-03 22:31:18 +09:00
dcrusader
85388e0177 Knockout mapping observable array functions
Knockout adds mapped versions of remove/destroy and adds "mappedCreate"
2015-01-02 13:45:14 -08:00
Jason Tremper
4c15a666c9 Adding direct error manipulation methods to ko validation 2015-01-02 13:51:38 -05:00
YakupIpek
996767ec52 last_location property was missed 2015-01-02 17:49:35 +02:00
Panu Horsmalahti
a7852e85fd Add github url 2015-01-02 15:55:06 +02:00
Panu Horsmalahti
c8f3bc75d4 Move the node dependency to protobuf.d.ts from tests 2015-01-02 15:51:20 +02:00
Panu Horsmalahti
c8d2e04659 Fix the tests and export interfaces 2015-01-02 15:48:06 +02:00
Panu Horsmalahti
8f6b1c8718 Add initial type definitions for ProtoBuf.js 2015-01-02 15:41:40 +02:00
Masahiro Wakame
ec6e0ae952 Merge pull request #3401 from borisyankov/rm-not-required-tscparams
remove not required tscparams
2015-01-02 20:52:32 +09:00
vvakame
070fd9d268 remove not required tscparams 2015-01-02 20:48:15 +09:00
vvakame
07358775d8 remove _infrastructure/ dir 2015-01-02 20:34:25 +09:00
vvakame
94d0fbc916 update project dependencies 2015-01-02 20:34:10 +09:00