Masahiro Wakame
55c1f2e5c6
Merge pull request #5942 from chrootsu/lodash-rest
...
lodash: changed _.rest() method (alias _.tail())
2015-10-13 00:23:45 +09:00
Masahiro Wakame
e412cf2a69
Merge pull request #6201 from chrootsu/lodash-dropRightWhile
...
lodash: added signatures of the method _.dropRightWhile
2015-10-13 00:21:21 +09:00
vvakame
643b4517a5
Merge branch 'ytechie-patch-1'
2015-10-13 00:18:17 +09:00
vvakame
6560904177
move backbone.d.ts to backbone-global.d.ts
2015-10-13 00:16:22 +09:00
vvakame
0878cca4df
Merge branch 'patch-1' of https://github.com/ytechie/DefinitelyTyped into ytechie-patch-1
2015-10-13 00:13:03 +09:00
Masahiro Wakame
b165d9491f
Merge pull request #6199 from Asana/react-dnd-html5-backend
...
Fix react-dnd HTML5 Backend
2015-10-13 00:06:07 +09:00
Masahiro Wakame
10be6bc50a
Merge pull request #6198 from fullflavedave/master
...
Updated for Meteor version 1.2.0.2
2015-10-13 00:02:44 +09:00
Masahiro Wakame
ff04657e1a
Merge pull request #6045 from joeskeen/browser-sync
...
Added documentation to browser-sync.d.ts
2015-10-12 23:51:44 +09:00
Masahiro Wakame
fff75a42f1
Merge pull request #6159 from optical/del-promises
...
Fix del typings - Return promise rather instead of taking in a callback #5908
2015-10-12 23:51:18 +09:00
Masahiro Wakame
062f48ef51
Merge pull request #6194 from styfle/patch-10
...
Added `target` property to ScrollSpyOptions
2015-10-12 23:48:13 +09:00
Masahiro Wakame
cf7f980ba6
Merge pull request #6184 from ntilwalli/patch-1
...
Update map function to allow Element argument
2015-10-12 23:19:49 +09:00
Masahiro Wakame
7840308798
Merge pull request #6183 from DevExpress/master
...
Update to 15.1.7
2015-10-12 22:00:45 +09:00
Masahiro Wakame
cf82e6794f
Merge pull request #6116 from bdoss/typeahead
...
Additions to definitions for Twitter Typeahead.
2015-10-12 21:04:47 +09:00
Masahiro Wakame
87d80f592e
Merge pull request #6213 from mhegazy/updateTSTypings
...
Update typings for 1.6.2 release
2015-10-12 20:53:08 +09:00
Horiuchi_H
3fc1377ce2
Merge pull request #6207 from elisee/png2js
...
pngjs2 definition and tests
2015-10-09 16:29:21 +09:00
Horiuchi_H
558b553e94
Merge pull request #6210 from Keepertje/master
...
Use RegExp in Express use function
2015-10-09 16:22:22 +09:00
Horiuchi_H
c452e48ca2
Merge pull request #6185 from frankebersoll/master
...
Node.js: Added child_process.spawnSync
2015-10-09 16:21:15 +09:00
Elisée Maurer
b62c244440
Update pngjs2 definition to 2.0.0
2015-10-08 22:32:44 +02:00
Mohamed Hegazy
0a06dbb59e
Update typings for 1.6.2 release
2015-10-08 10:16:32 -07:00
Keepertje
a6be18ec5d
Use regexp in use
2015-10-08 16:11:56 +02:00
Elisée Maurer
ece21f9b5b
Add pngjs2 definition file
2015-10-08 10:16:05 +02:00
Horiuchi_H
d6c98baa7f
Merge pull request #6206 from jvilk/more-node-fixes
...
[node] Updating write* methods to return offsets, fill to return the Buffer,…
2015-10-08 16:18:10 +09:00
Horiuchi_H
dca1456d25
Merge pull request #6196 from nikeee/yargs-patch
...
Add completion and command parameter to yargs
2015-10-08 16:14:27 +09:00
John Vilk
7fc487562c
Updating write* methods to return offsets, fill to return the Buffer, and making isBuffer a type guard.
2015-10-08 02:50:40 -04:00
Igor Kriklivetc
444692c0f6
Renaming from dx.devextreme* to devextreme*
2015-10-08 09:14:56 +03:00
Ilya Mochalov
96c613b2cf
lodash: added signatures of the method _.dropRightWhile
2015-10-08 06:45:14 +05:00
Jason Young
de9e6a4867
Remove hard reference to underscore typings
...
I removed the hard reference to the underscore typings. Keeping this reference in here makes it impossible to mix lodash and underscore in the same projects. In my case, another library is bringing in lodash, so I don't really have a choice.
By leaving out this reference, underscore or lodash can be included separately, and the user will still get typing information on that.
2015-10-07 18:05:10 -07:00
Phips Peter
31b6fe5575
Fix react-dnd HTML5 Backend
...
The type signatures previously did not match the JavaScript definition
for this module.
2015-10-07 16:17:28 -07:00
Dave Allen
22d5a3bccc
Updated definitions for Meteor version 1.2.0.2
2015-10-07 14:25:59 -07:00
Dave Allen
e2e65f7437
Merge remote-tracking branch 'upstream/master'
2015-10-07 14:24:50 -07:00
Niklas Mollenhauer
c2b51380cb
Fix indent
2015-10-07 21:27:48 +02:00
Niklas Mollenhauer
9ccd609dbd
Add completion function
2015-10-07 21:20:13 +02:00
Niklas Mollenhauer
2d69a5f8bf
Add optional function parameter to command()
2015-10-07 20:56:13 +02:00
Steven
bd0b6d16f8
Adding test for scrollspy with target
2015-10-07 11:46:26 -07:00
Steven
76534619dd
Added target property to ScrollSpyOptions
...
The [docs](http://getbootstrap.com/javascript/#via-javascript-2 ) show this usage.
```js
$('body').scrollspy({ target: '#navbar-example' })
```
2015-10-07 11:43:26 -07:00
John Reilly
66f88ec518
Merge pull request #5828 from B-Stefan/master
...
Add module react-dom
2015-10-07 19:27:21 +01:00
vvakame
3db73cb78c
update CONTRIBUTORS.md
2015-10-08 00:32:21 +09:00
Frank Ebersoll
49a92ea837
Node.js: Added child_process.spawnSync
2015-10-07 16:55:39 +02:00
Igor Kriklivetc
52532a636e
Conflicts fix
2015-10-07 17:41:54 +03:00
ntilwalli
a1a5ef6436
Update map function to allow Element argument
...
The map(...) function allows both string and Element types as the first argument, documented here, https://www.mapbox.com/mapbox.js/api/v2.2.2/l-mapbox-map/
I've updated accordingly.
2015-10-07 10:17:08 -04:00
John Reilly
1c7dc75783
Merge pull request #6182 from janb87/master
...
Update jquery.d.ts: added .removeData()
2015-10-07 14:33:01 +01:00
Igor Kriklivetc
b65a2663e9
Update to 15.1.7
2015-10-07 16:25:03 +03:00
Ilya Mochalov
af73a334c8
lodash: changed _.rest() method (alias _.tail())
2015-10-07 18:19:10 +05:00
Masahiro Wakame
f8c4e12dee
Merge pull request #6181 from glacasa/openpgpjs
...
Added support for openpgpjs
2015-10-07 22:12:25 +09:00
Masahiro Wakame
80b231e213
Merge pull request #6180 from darkl/autobahnjsupdate
...
Updating autobahnjs declarations
2015-10-07 22:11:37 +09:00
Masahiro Wakame
d14cd18674
Merge pull request #6153 from claylaut/switchery
...
switchery: Improvements
2015-10-07 22:06:54 +09:00
Masahiro Wakame
ab676f0889
Merge pull request #6161 from egistli/enhance/parse-d-ts
...
Change Parse.Promise to be a class
2015-10-07 22:02:37 +09:00
Masahiro Wakame
c30e940c16
Merge pull request #6177 from chrootsu/lodash-dropWhile
...
lodash: added signatures of the method _.dropWhile
2015-10-07 22:01:34 +09:00
Masahiro Wakame
b5256b5101
Merge pull request #6176 from chrootsu/lodash-takeWhile
...
lodash: changed signatures of the method _.takeWhile
2015-10-07 22:01:13 +09:00
Masahiro Wakame
b99bb580cc
Merge pull request #6150 from stephenlautier/gulp-sass
...
gulp-sass add more methods
2015-10-07 21:58:01 +09:00