Commit Graph
14203 Commits
Author SHA1 Message Date
Joe Skeen 0d92319be4 Merge branch 'request-promise' of https://github.com/joeskeen/DefinitelyTyped; branch 'master' of https://github.com/borisyankov/DefinitelyTyped into request-promise
* 'request-promise' of https://github.com/joeskeen/DefinitelyTyped:

# By Ilya Mochalov (83) and others
# Via Masahiro Wakame (243) and others
* 'master' of https://github.com/borisyankov/DefinitelyTyped: (473 commits)
  provide the explicit types in geolocation-tests to make the build happy
  in ng-cordova files correct the conventions for multiple authors
  add the ngCordova type definitions for network,deviceOrientation,deviceMotion, appAvailability,geolocation,emailComposer and dialogs
  lodash: signatures of the method _.forEach have been changed
  lodash: signatures of the method _.some have been changed
  lodash: signatures of the method _.compact have been changed
  lodash: signatures of the method _.startsWith have been changed
  lodash: signatures of the method _.callback have been changed
  Add delegate and undelegate methods to View
  Updated net.connect, combined url.Url and url.UrlOptions.
  fix angularjs/angular-resource.d.ts
  Added definition for inline-css
  rename the folder from ngCordova to follow the convention similar to bower & npm
  lodash: signatures of the method _.map changed
  added missing declaration for optional dynamicHash property on DurandalRelativeRouteSettings to support TypeScript 1.6 tightened compilation rules
  lodash: signatures of the method _.padLeft have been changed
  lodash: signatures of the method _.snakeCase have been changed
  lodash: signatures of the method _.propertyOf have been changed
  lodash: signatures of the method _.parseInt have been changed
  lodash: signatures of the method _.matchesProperty have been changed
  ...

Conflicts:
	request-promise/request-promise.d.ts
	request/request.d.ts
2015-11-04 10:43:58 -07:00
Masahiro Wakame 001ca36ba5 Merge pull request #6582 from chrootsu/lodash-forEach
lodash: signatures of the method _.forEach have been changed
2015-11-04 20:37:25 +09:00
Masahiro Wakame 1a2b789f77 Merge pull request #6581 from chrootsu/lodash-some
lodash: signatures of the method _.some have been changed
2015-11-04 20:37:11 +09:00
Masahiro Wakame 874fa8950c Merge pull request #6580 from chrootsu/lodash-compact
lodash: signatures of the method _.compact have been changed
2015-11-04 20:37:00 +09:00
Masahiro Wakame 1a1e3a8952 Merge pull request #6579 from chrootsu/lodash-startsWith
lodash: signatures of the method _.startsWith have been changed
2015-11-04 20:36:47 +09:00
Masahiro Wakame fc8651fa16 Merge pull request #6578 from chrootsu/lodash-callback
lodash: signatures of the method _.callback have been changed
2015-11-04 20:36:35 +09:00
Masahiro Wakame fe2af9468b Merge pull request #6202 from ashwin027/Deftyped2
Added missing options to IGridoptions
2015-11-04 20:35:21 +09:00
Masahiro Wakame 60ba906ce3 Merge pull request #6576 from philipisapain/master
Added definition for inline-css
2015-11-04 20:32:26 +09:00
Masahiro Wakame 61ed00939b Merge pull request #6575 from sebastian-lenz/patch-1
Add delegate and undelegate methods to View
2015-11-04 20:29:46 +09:00
Masahiro Wakame 5eb68e3ec6 Merge pull request #6543 from supermn21/master
Update type for ngModelAttrs with key String
2015-11-04 20:27:17 +09:00
Masahiro Wakame e9b7f94a03 Merge pull request #6559 from subjectix/fix-jest-require
[jest] improved typings.
2015-11-04 20:26:46 +09:00
Masahiro Wakame 43c966267e Merge pull request #6496 from Penryn/master
Node: Updated net.connect, url.Url
2015-11-04 20:26:29 +09:00
Masahiro Wakame 41575638fd Merge pull request #6490 from eggers/request-options
Fixes #6489
2015-11-04 20:12:46 +09:00
Masahiro Wakame 0363272ba9 Merge pull request #6510 from ksachdeva/master
Add the ngCordova type definitions
2015-11-04 20:10:54 +09:00
Kapil Sachdeva 0c7ea7db64 provide the explicit types in geolocation-tests to make the build happy 2015-11-03 18:18:43 -06:00
Kapil Sachdeva c8bd043d9e in ng-cordova files correct the conventions for multiple authors 2015-11-03 18:16:01 -06:00
Kapil Sachdeva 3916f5caf1 add the ngCordova type definitions for network,deviceOrientation,deviceMotion, appAvailability,geolocation,emailComposer and dialogs 2015-11-03 18:10:50 -06:00
Ilya Mochalov b3833f87dd lodash: signatures of the method _.forEach have been changed 2015-11-03 07:09:19 +05:00
Ilya Mochalov 0507940d8b lodash: signatures of the method _.some have been changed 2015-11-03 05:56:24 +05:00
Ilya Mochalov ba6682baf0 lodash: signatures of the method _.compact have been changed 2015-11-03 05:46:43 +05:00
Ilya Mochalov 72f1dfa7b2 lodash: signatures of the method _.startsWith have been changed 2015-11-03 05:40:44 +05:00
Ilya Mochalov 09d65e8358 lodash: signatures of the method _.callback have been changed 2015-11-03 05:30:10 +05:00
Sebastian Lenz 6748bfa488 Add delegate and undelegate methods to View
Backbone allows delegating and undelegating single events on view classes as stated in the [annotated source](http://backbonejs.org/docs/backbone.html#section-163). This pull requests add the two methods to the View class.
2015-11-02 22:38:51 +01:00
Joe Herman 2336533f9a Updated net.connect, combined url.Url and url.UrlOptions. 2015-11-02 11:00:46 -05:00
Masahiro Wakame 0dd29bf825 Merge pull request #6572 from vvakame/fix-angularjs
fix angularjs/angular-resource.d.ts
2015-11-03 00:55:11 +09:00
vvakame 622dad055a fix angularjs/angular-resource.d.ts 2015-11-03 00:54:33 +09:00
Philip Spain b11b72b33b Added definition for inline-css 2015-11-02 15:51:06 +00:00
Boris Yankov 4538471ded Merge pull request #6476 from larrifax/patch-1
Add transport property to SignalR's HubConnection
2015-11-02 17:47:52 +02:00
Kapil Sachdeva 38e79fdb02 rename the folder from ngCordova to follow the convention similar to bower & npm 2015-11-02 09:23:04 -06:00
Masahiro Wakame d5ec2107e0 Merge pull request #6364 from mnahkies/mocha-hook-descriptions
Add support for descriptions on hooks
2015-11-03 00:10:03 +09:00
Masahiro Wakame 1ccca6e775 Merge pull request #6466 from vvakame/rm-unused-tscparams
remove unused .tscparams
2015-11-03 00:08:24 +09:00
Masahiro Wakame 0379eccb0a Merge pull request #6534 from chrootsu/lodash-map
lodash: signatures of the method _.map changed
2015-11-03 00:06:43 +09:00
Masahiro Wakame ac7f83bdcf Merge pull request #6495 from Zorgatone/master
Allow AMD/CommonJS loading of Cordova and Ionic Framework (shim)
2015-11-03 00:05:47 +09:00
Masahiro Wakame 7eb5bd09f3 Merge pull request #6326 from haizz/patch-1
react-bootstrap: added 'show' property to ModalProps
2015-11-03 00:05:23 +09:00
Masahiro Wakame 4bc85f8633 Merge pull request #6416 from aindlq/react-bootstrap-props
react-bootstrap. Use React.Props as base interface for all Props.
2015-11-03 00:04:59 +09:00
Masahiro Wakame 6c72e11e61 Merge pull request #6179 from pixelbreaker/patch-1
Add support for NavBrand construct
2015-11-03 00:03:57 +09:00
Masahiro Wakame a17b522265 Merge pull request #6570 from rwhepburn/master
added missing declaration for optional dynamicHash property
2015-11-03 00:01:11 +09:00
Masahiro Wakame 598776669d Merge pull request #6308 from dnemoga/master
Update `IActionDescriptor` accordingly to official documentation
2015-11-03 00:00:20 +09:00
Masahiro Wakame c7002b7622 Merge pull request #6564 from pvomhoff/master
Add typing for barcode
2015-11-02 23:57:41 +09:00
Masahiro Wakame 7e8d43c214 Merge pull request #6563 from jacqueskang/patch-2
Add GeocoderRequest.placeId
2015-11-02 23:55:15 +09:00
Masahiro Wakame eb4877a5f8 Merge pull request #6561 from rhysd/github-electron/title-bar-style
github-electron: Added 'title-bar-style' option to BrowserWindowOptions
2015-11-02 23:53:18 +09:00
Masahiro Wakame 020fc0d6d6 Merge pull request #6515 from brampouwelse/master
lodash: added _.sortedLastIndex
2015-11-02 23:42:00 +09:00
Masahiro Wakame 51cec112ee Merge pull request #6569 from chrootsu/lodash-snakeCase
lodash: signatures of the method _.snakeCase have been changed
2015-11-02 23:41:48 +09:00
Masahiro Wakame 228063b45a Merge pull request #6568 from chrootsu/lodash-propertyOf
lodash: signatures of the method _.propertyOf have been changed
2015-11-02 23:41:34 +09:00
Masahiro Wakame b413c87eae Merge pull request #6567 from chrootsu/lodash-parseInt
lodash: signatures of the method _.parseInt have been changed
2015-11-02 23:41:21 +09:00
Masahiro Wakame 5f8f6c9962 Merge pull request #6566 from chrootsu/lodash-matchesProperty
lodash: signatures of the method _.matchesProperty have been changed
2015-11-02 23:41:08 +09:00
Masahiro Wakame d280d1ad6b Merge pull request #6565 from chrootsu/lodash-padLeft
lodash: signatures of the method _.padLeft have been changed
2015-11-02 23:40:57 +09:00
Masahiro Wakame e1098da670 Merge pull request #6557 from chrootsu/lodash-union
lodash: signatures of the method _.union changed
2015-11-02 23:40:38 +09:00
Masahiro Wakame 190e639152 Merge pull request #6556 from chrootsu/lodash-takeRightWhile
lodash: signatures of the method _.takeRightWhile changed
2015-11-02 23:39:56 +09:00
Masahiro Wakame 6ae8fdfe99 Merge pull request #6555 from chrootsu/lodash-take
lodash: signatures of the method _.take changed
2015-11-02 23:39:24 +09:00