Commit Graph
15682 Commits
Author SHA1 Message Date
Daniel Furtado 28dfdd9964 Added _.allKeys function 2015-12-28 19:13:22 +01:00
Daniel Furtado 5566b09818 Added _.propertyOf function 2015-12-28 19:03:37 +01:00
Daniel Furtado 7f99c0aed2 Added optional default value property for the _.result function 2015-12-28 18:40:21 +01:00
Daniel Furtado 11bd75b0d8 Added _.unzip function 2015-12-28 18:27:24 +01:00
Daniel Furtado b8a88f3bba Added _.isError function 2015-12-28 18:03:24 +01:00
Daniel Furtado 05774649a6 Added _.findIndex and _.findLastIndex functions 2015-12-27 20:08:30 +01:00
Daniel Furtado af6a653112 Added _.isMatch function 2015-12-27 16:58:55 +01:00
Daniel Furtado 14c2d0dbb2 Merge remote-tracking branch 'refs/remotes/DefinitelyTyped/master' 2015-12-27 16:46:37 +01:00
Masahiro Wakame a6ff9f6e19 Merge pull request #7345 from pimterry/hopscotch-docs
Add docs to core Hopscotch API methods
2015-12-27 23:05:44 +09:00
Masahiro Wakame 41a9b9947d Merge pull request #7343 from pimterry/trackingjs
Add tracking.js
2015-12-27 23:01:15 +09:00
Masahiro Wakame 734de1409d Merge pull request #7341 from DavidBR-SW/Type_Defintions_for_s3rver
Type definitions for s3rver
2015-12-27 22:25:45 +09:00
Masahiro Wakame b9b99475ba Merge pull request #7339 from Karabur/master
Added min-height css property to react definitions
2015-12-27 22:13:58 +09:00
Masahiro Wakame ed8d6b2e1c Merge pull request #7303 from PierreAnctil/master
[mssql] add typed queries & batches
2015-12-27 22:03:31 +09:00
Masahiro Wakame 9ae2afd040 Merge pull request #7338 from kaorun343/vue-router
create vue-router.d.ts
2015-12-27 21:56:42 +09:00
Masahiro Wakame 83b84df662 Merge pull request #7335 from chrootsu/lodash-isString
lodash: signatures of _.isString have been changed
2015-12-27 21:53:21 +09:00
Masahiro Wakame bbf6bf580d Merge pull request #7320 from DavidBR-SW/Update_joi_typings
Updated optional flag on object.assert in Joi typings
2015-12-27 21:53:08 +09:00
Masahiro Wakame 70c7b65de2 Merge pull request #7334 from flyfishMT/master
breeze.d.ts: Adding method acceptChanges to class EntityManager
2015-12-27 21:52:32 +09:00
Masahiro Wakame a578796661 Merge pull request #7331 from stephenlautier/angular-dynamic-locale
angular-dynamic-locale: added support for es6 imports
2015-12-27 21:50:51 +09:00
Kaoru Hagihara f64dd4dbd2 fix vue-router 2015-12-27 21:47:10 +09:00
Masahiro Wakame d8dc4a2f0d Merge pull request #7326 from galtalmor/master
Improved visionmedia/debug to include non-amd version
2015-12-27 21:22:16 +09:00
Masahiro Wakame 16c969e522 Merge pull request #7323 from kwiateusz/ionic-popover
Updated IonicPopoverController interface
2015-12-27 21:13:58 +09:00
Masahiro Wakame 1ffc055e50 Merge pull request #7233 from amritk/patch-4
Updated stripe.d.ts
2015-12-27 11:50:06 +09:00
Masahiro Wakame b13133f4d9 Merge pull request #7319 from secondwtq/rss
Added type definitions for rss.
2015-12-27 11:46:44 +09:00
Masahiro Wakame 1650eb53ad Merge pull request #7318 from DavidBR-SW/Type_Defintions_for_bcrypt-nodejs
Added typings for bcrypt-nodejs
2015-12-27 11:45:43 +09:00
Masahiro Wakame ac26343490 Merge pull request #7306 from valotas/jade
Adapted jade not to have a default export
2015-12-27 11:42:34 +09:00
Kaoru Hagihara 1310d29845 Rename vue-router-test.ts to vue-router-tests.ts 2015-12-25 10:36:12 +09:00
Tim Perry 855ea19829 Add docs to core Hopscotch API methods 2015-12-25 00:46:29 +01:00
Tim Perry c56316d7eb Add tracking.js 2015-12-24 20:40:15 +01:00
David Broder-Rodgers 5ae9f05103 Type definitions for s3rver 2015-12-24 14:42:51 +00:00
Anton Ulyanov fd5229673a Added min-height css property to react definitions 2015-12-24 10:12:30 +02:00
Pierre Anctil 5b9d1a8c6a Add typing for execute methods 2015-12-24 08:44:46 +01:00
Kaoru Hagihara ffd860e3c0 create vue-router.d.ts 2015-12-24 15:46:06 +09:00
Masahiro Wakame 1da639a106 Merge pull request #7315 from Tushkiz/angular-component-type-fix
updating angular.component type as per doc
2015-12-24 14:43:47 +09:00
Ilya Mochalov 95ef7354ad lodash: signatures of _.isString have been changed 2015-12-24 09:24:02 +05:00
flyfishMT 3209e89f21 Adding void return type annotation to method acceptChanges in class EntityManager 2015-12-23 14:24:08 -07:00
flyfishMT 4426294361 Adding method acceptChanges to class EntityManager 2015-12-23 14:18:24 -07:00
flyfishMT efb7efb904 Merge branch 'master' of https://github.com/flyfishMT/DefinitelyTyped 2015-12-23 14:11:56 -07:00
Stephen Lautier 42ab06c354 angular-dynamic-locale: added support for es6 imports 2015-12-23 20:04:18 +01:00
Gal Talmor 5ccca9a4ef Update debug.d.ts 2015-12-23 16:51:51 +02:00
Gal Talmor 6df499b659 Improved visionmedia/debug to include non-amd version
Improved visionmedia/debug, a tiny npm package for debugging. 
Added both AMD and non-AMD definition support
2015-12-23 16:25:21 +02:00
Gal Talmor 962e0432f1 Improved visionmedia/debug to include non-amd version
Improved visionmedia/debug, a tiny npm package for debugging.
Added both AMD and non-AMD definition support
2015-12-23 16:18:50 +02:00
Gal Talmor 0254e0068e Improved visionmedia/debug to include non-amd version
Improved visionmedia/debug, a tiny npm package for debugging.
Added both AMD and non-AMD definition support
2015-12-23 16:18:23 +02:00
kwiateusz 969afec63e Added test for remove method 2015-12-23 15:00:35 +01:00
David Broder-Rodgers d61a1c6578 Updated comments 2015-12-23 13:55:07 +00:00
kwiateusz 5922a58bf1 Updated IonicPopoverController interface
Added method remove based on documentation
2015-12-23 14:28:50 +01:00
Masahiro Wakame 5e960679e6 Merge pull request #7321 from falsandtru/bluebird
Support compatibility with lib.es6.d.ts for bluebird
2015-12-23 21:53:12 +09:00
falsandtru 4fb475ca09 Replace Promise.Thenable to PromiseLike 2015-12-23 20:44:19 +09:00
falsandtru d46b8c7e47 Support compatibility with lib.es6.d.ts for bluebird 2015-12-23 20:31:41 +09:00
David Broder-Rodgers 860a1399c4 Updated optional flag on object.assert in Joi typings 2015-12-23 11:28:18 +00:00
secondwtq 492d942da4 Added type definitions for rss. 2015-12-23 19:14:29 +08:00