Commit Graph
10876 Commits
Author SHA1 Message Date
Masahiro Wakame d3c86cbb3d Merge pull request #5033 from dbeckwith/master
Adds _.sortByAll and _.sortByOrder
2015-07-28 23:20:18 +09:00
Masahiro Wakame 6320bce9d1 Merge pull request #5032 from chrootsu/lodash-round
lodash: added _.round() method
2015-07-28 23:18:05 +09:00
Masahiro Wakame d7a2952f7e Merge pull request #5031 from chrootsu/lodash-chainable-set
lodash: changed _.set() (added to the chainable wrapper)
2015-07-28 23:17:23 +09:00
Masahiro Wakame b01361440c Merge pull request #5030 from devnixs/master
Updated angular-odata-resources definitions
2015-07-28 23:15:43 +09:00
Masahiro Wakame b9d5591b51 Merge pull request #3475 from arueckle/patch-1
Update underscore.d.ts
2015-07-28 23:14:50 +09:00
Masahiro Wakame 9729e34f11 Merge pull request #5027 from joeskeen/master
Added additional type information to the `calls` object for Jasmine S…
2015-07-28 23:13:49 +09:00
Ilya Mochalov d9bec96f96 lodash: added _.round() method 2015-07-28 16:31:32 +05:00
Ilya Mochalov ac57573373 lodash: changed _.set() (added to the chainable wrapper) 2015-07-28 16:28:59 +05:00
Horiuchi_H 73e4b46719 Merge pull request #5088 from kcauchy/master
node-getopt was added.
2015-07-28 14:19:28 +09:00
Horiuchi_H fc467173cb Merge pull request #5087 from Deathspike/master
request: Add gzip to Options
2015-07-28 14:18:29 +09:00
Horiuchi_H a1d26d9a52 Merge pull request #5077 from samalbert/master
MSSQL - More data types
2015-07-28 14:15:36 +09:00
Horiuchi_H 26b8594891 Merge pull request #5075 from ChristopherHaws/patch-1
Added string to ModelOptions backdrop property.
2015-07-28 14:14:37 +09:00
Horiuchi_H af3eba9b77 Merge pull request #5046 from cybrown/master
mariasql: Added string based function signature and MariaInfo interface
2015-07-28 13:48:45 +09:00
Horiuchi_H d117aa4bda Merge pull request #5042 from fkowal/request_fix
fix request.d.ts CookieJar signature
2015-07-28 13:45:38 +09:00
Horiuchi_H aa8bc37bdb Merge pull request #5041 from avielfedida/master
Adding the type definitions for ISO8601-Localizer framework
2015-07-28 13:42:57 +09:00
Horiuchi_H 7cbd20c852 Merge pull request #5039 from stpettersens/master
Type definitions and tests for magic-number
2015-07-28 13:42:03 +09:00
Horiuchi_H 2ba4cc5e46 Merge pull request #5034 from dbeckwith/colors
Updates colors for new features and chaining
2015-07-28 13:39:49 +09:00
Alex Eagle 957f673168 Relax a type constraint for angular2
See https://github.com/angular/angular/issues/3299
2015-07-27 15:59:42 -07:00
Masahiro Wakame db3a54c801 Merge pull request #5093 from vvakame/fix-detect-indent
support es6 module syntax import, detect-indent/detect-indent.d.ts
2015-07-28 01:47:42 +09:00
vvakame bfa5c7e93a support es6 module syntax import, detect-indent/detect-indent.d.ts 2015-07-28 01:45:25 +09:00
karlcauchy fb5315fc74 Changed the definitions for author from email to github homepage. 2015-07-27 17:03:15 +08:00
karlcauchy c35c62df44 node-getopt was added. 2015-07-27 16:46:10 +08:00
Roel van Uden 396d2e4822 request: Add gzip to Options 2015-07-26 23:34:19 +02:00
Samuel Albert cd70771979 added more data types. 2015-07-25 18:17:40 -04:00
Samuel Albert 9d269011ea Merge commit 'f6c8ca47193fb67947944a3170912672ac3e908e'
* commit 'f6c8ca47193fb67947944a3170912672ac3e908e': (707 commits)
  Update angular2 to alpha32
  lodash: added _.ceil() method
  angular.js bugfix - interface ILogProvider extends IServiceProvider (missing .$get method)
  add preprocessors to plugins
  feat(node) _debugger API
  Added slice to Backbone.Collection
  Nodemailer subject typo
  Remove addLayer from mapbox since it is not (no longer) in the mapbox library and is shadowing the equivalent function in the Leaflet library
  Header changed
  lodash: changed _.get() (added to the chainable wrapper)
  added missing getValue() definition for Rx.BehaviorSubject
  Type definitions and tests for dot-case
  Update to 15.1.5
  lodash: added _.value aliases (_.run, _.toJSON)
  lodash: added set() method
  Use ES6 style import in typings tests for Atom's first-mate library
  Use ES6 style import in typings tests for atom-keymap library
  Use ES6 style import in typings tests for Atom's event-kit library
  Update oboe.d.ts
  Change event in codemirror also have a `origin` field
  ...
2015-07-25 17:42:56 -04:00
Christopher Haws ef27b9dc14 Added string to ModelOptions backdrop property.
The existing interfaces don't allow for the following use of ModelOptions.

```
options = <ModalOptions>{
    backdrop: forceUserInteraction ? "static" : true
};
```
2015-07-25 11:45:49 -07:00
Alex Eagle f6c8ca4719 Update angular2 to alpha32 2015-07-24 13:44:58 -07:00
Steve Ognibene 178dee76b2 Merge pull request #4762 from Gitgiddy/4740
Extendable interfaces for require, module.require (retry)
2015-07-24 10:28:26 -04:00
Cy Brown 149fde9438 mariasql: Added string based function signature and MariaInfo interface 2015-07-23 22:52:56 +02:00
Masahiro Wakame 977da240f2 Merge pull request #5022 from ducin/ducin-patch-1
angular.js bugfix - interface ILogProvider extends IServiceProvider (…
2015-07-24 02:53:25 +09:00
Masahiro Wakame 620389d686 Merge pull request #5013 from shovon/patch-1
Added slice to Backbone.Collection
2015-07-24 02:33:14 +09:00
Maciej Kowalski 5cbfd00b61 fix request.d.ts CookieJar signature 2015-07-23 19:25:03 +02:00
Masahiro Wakame a8db6480b1 Merge pull request #5012 from Zenorbi/master
Nodemailer typo fix
2015-07-24 02:20:35 +09:00
Masahiro Wakame 39c430ed1d Merge pull request #5011 from chrootsu/lodash-ceil
lodash: added _.ceil() method
2015-07-24 02:20:16 +09:00
Masahiro Wakame 9a55050e78 Merge pull request #5010 from ntilwalli/master
Remove addLayer method from mapbox
2015-07-24 02:13:34 +09:00
Maciej Kowalski 80ee73de66 fix request.d.ts CookieJar signature 2015-07-23 19:09:09 +02:00
Aviel Fedida 66cf2992aa Adding the type definitions for ISO8601-Localizer framework 2015-07-23 20:03:24 +03:00
Sam Saint-Pettersen 18a39c19b8 Update magic-number.d.ts 2015-07-23 14:17:20 +01:00
Sam Saint-Pettersen 2a0fa344c1 Update magic-number.d.ts 2015-07-23 14:17:13 +01:00
Sam Saint-Pettersen 6e40518360 Create magic-number-tests.ts 2015-07-23 14:15:07 +01:00
Sam Saint-Pettersen 4a489b209b Create magic-number.d.ts 2015-07-23 14:14:38 +01:00
Horiuchi_H 581563c468 Merge pull request #5019 from hellochar/feature/less-plugins
add preprocessors to plugins
2015-07-23 11:37:01 +09:00
Daniel Beckwith b83eea746f Updates colors for new features and chaining 2015-07-22 19:58:52 -04:00
Daniel Beckwith a259303c85 Adds _.sortByAll and _.sortByOrder 2015-07-22 17:00:48 -04:00
Ilya Mochalov 1f7273c7fb lodash: added _.ceil() method 2015-07-22 23:28:09 +05:00
Masahiro Wakame efc57a6eb7 Merge pull request #5008 from DevExpress/master
Update to 15.1.5
2015-07-23 02:51:49 +09:00
Masahiro Wakame 54f5b04fab Merge pull request #5007 from chrootsu/lodash-chainable-get
lodash: changed _.get() (added to the chainable wrapper)
2015-07-23 02:05:10 +09:00
Masahiro Wakame 0e99f8a13a Merge pull request #5006 from pulecka/master
added missing getValue() definition for Rx.BehaviorSubject
2015-07-23 01:53:28 +09:00
Masahiro Wakame 0178d1e86b Merge pull request #5005 from stpettersens/master
Type definitions and tests for dot-case
2015-07-23 01:47:45 +09:00
Raphael ATALLAH 9f9ce5f252 Merge branch 'master' of https://github.com/borisyankov/DefinitelyTyped 2015-07-22 09:43:05 -07:00