Commit Graph

11168 Commits

Author SHA1 Message Date
tcurtis1
796e02caac Changes to httpBackend to conform to angular documentation here: https://code.angularjs.org/1.3.16/docs/api/ngMock/service/$httpBackend
Mainly add the option to pass a function in the url parameter. Also updated IRequestHandler interface respond function to return an IRequestHandler, and updated overloads.
Also added documentation.
2015-08-04 15:44:06 -06:00
tcurtis1
57866cd636 Added documentation and updated type definitions for angular mocks httpBackend. 2015-08-04 12:51:36 -06:00
vvakame
7c27233ae4 fix angular-ui-bootstrap/angular-ui-bootstrap-tests.ts 2015-08-04 01:22:49 +09:00
vvakame
823be1258e update CONTRIBUTORS.md 2015-08-04 00:34:00 +09:00
Masahiro Wakame
51c4198fbf Merge pull request #5190 from bencoveney/patch-2
Grouped function overloads into single definitions
2015-08-04 00:32:59 +09:00
Masahiro Wakame
80923ded7f Merge pull request #5144 from pimterry/lodash-last
Remove non-existent _.last overloads, add _().last chainable form
2015-08-04 00:32:15 +09:00
Masahiro Wakame
91c19bc506 Merge pull request #5189 from chrootsu/lodash-fill
lodash: changed _.fill() method
2015-08-04 00:29:44 +09:00
Masahiro Wakame
66e8039cc8 Merge pull request #5187 from agnislav/gulp-ruby-sass
Added definition for gulp-ruby-sass node package
2015-08-04 00:27:29 +09:00
Masahiro Wakame
5740fac053 Merge pull request #5186 from chrootsu/lodash-modArgs
lodash: changed _.modArgs() method (minor fix)
2015-08-04 00:26:51 +09:00
Masahiro Wakame
b4d5580ca1 Merge pull request #5185 from chrootsu/lodash-methodOf
lodash: added _.methodOf() method
2015-08-04 00:26:23 +09:00
Masahiro Wakame
fcb2014327 Merge pull request #5183 from npenin/patch-2
Update angular.d.ts
2015-08-04 00:24:07 +09:00
Masahiro Wakame
f5c250fb85 Merge pull request #5182 from Burgov/moment-range
definitions for moment-range
2015-08-04 00:22:59 +09:00
Masahiro Wakame
766b95e9f2 Merge pull request #5180 from xt0rted/angular-ui-bootstrap-v.0.13.2
Update to angular ui bootstrap v.0.13.2
2015-08-04 00:18:51 +09:00
Masahiro Wakame
4fea691509 Merge pull request #5178 from danmarshall/master
added fillet support.
2015-08-04 00:15:46 +09:00
Masahiro Wakame
2a7edc830f Merge pull request #5115 from a904guy/master
Fix AMD autobahn.d.ts
2015-08-04 00:11:07 +09:00
Masahiro Wakame
0d4451a197 Merge pull request #5130 from arnarg/updating-electron
github-electron: Adding all available options to the BrowserWindowOptions interface
2015-08-04 00:08:52 +09:00
Masahiro Wakame
395d5eea51 Merge pull request #5175 from borisvasilenko/master
Added type definition for Famous Engine v0.7.1
2015-08-04 00:07:52 +09:00
Ben Coveney
1360a859c9 Grouped function overloads into single definitions
Union types available in typescript as of 1.4. Some semantically identical overloaded function definitions have been tidied up into single definitions.
2015-08-03 15:50:30 +01:00
vvakame
4daf6fc533 re-format nodemailer-pickup-transport 2015-08-03 23:36:37 +09:00
Masahiro Wakame
7bcebe7bd4 Merge pull request #5172 from psnider/nodemailer-pickup-transport
Nodemailer pickup transport
2015-08-03 23:35:16 +09:00
Masahiro Wakame
afcedebc44 Merge pull request #4822 from tkrotoff/gulp-watch
Improve gulp.watch()
2015-08-03 23:28:44 +09:00
Masahiro Wakame
868c43dbf1 Merge pull request #5171 from chrootsu/lodash-enumPrototypes
lodash: added _.support.enumPrototypes property
2015-08-03 23:23:58 +09:00
Masahiro Wakame
885910f786 Merge pull request #4375 from gandjustas/master
Refactored sharepoint.d.ts to use microsoft.ajax.d.ts, added\fixed some definitions
2015-08-03 23:17:29 +09:00
Masahiro Wakame
6716dbd9b4 Merge pull request #5169 from aereal/chrome-tabs-query-accepts-array-of-string
chrome: `url` property of QueryInfo can be a array of strings
2015-08-03 23:15:28 +09:00
Masahiro Wakame
8d05955157 Merge pull request #5166 from joswhite/patch-1
Add change to reflect that "position" in fs.write is optional
2015-08-03 23:11:42 +09:00
Masahiro Wakame
1edc231f34 Merge pull request #5165 from wiredprogrammer/patch-1
Added support for AMD require to angular-ui-router.d.ts
2015-08-03 23:09:32 +09:00
Masahiro Wakame
960b2ebed8 Merge pull request #5164 from marcinporebski/master
Traverson
2015-08-03 23:04:56 +09:00
Masahiro Wakame
eeba7cdd5c Merge pull request #5163 from stpettersens/master
Type definitions and tests for param-case
2015-08-03 22:51:49 +09:00
Masahiro Wakame
5da02c694e Merge pull request #5161 from bencoveney/patch-1
Fixed inconsistent spellings in backbone typings
2015-08-03 22:50:43 +09:00
Masahiro Wakame
1af8c6a3b4 Merge pull request #4928 from lnlwd/mongodb
Mongodb Update collection to support new crud operations
2015-08-03 22:50:01 +09:00
Masahiro Wakame
2f5667aa85 Merge pull request #5160 from fmilitao/esprima-fixes
[esprima] adds esprima.Syntax object with constants
2015-08-03 22:37:31 +09:00
Masahiro Wakame
0d0865cc09 Merge pull request #5157 from ducin/ducin-patch-angular-notifications
new types for angular-notifications (angular plugin)
2015-08-03 22:35:20 +09:00
Masahiro Wakame
d6c009fe28 Merge pull request #5106 from outring/feature/hasmap-update
Updating HashMap to the latest version
2015-08-03 22:30:37 +09:00
Masahiro Wakame
6455bc0e83 Merge pull request #5156 from chrootsu/lodash-curry-curryRight
lodash: changed _.curry() and added _.curryRight() methods
2015-08-03 22:29:55 +09:00
Masahiro Wakame
f0fff7255c Merge pull request #5153 from corps/master
Adding evernote and thrift typings.
2015-08-03 22:25:20 +09:00
Marcin Porebski
9cc31a80a7 correct traverson post, put, patch syntax 2015-08-03 15:14:14 +02:00
vvakame
ff4d925801 Merge branch 'DanielRosenwasser-handleExtraObjectLiteralProperties' 2015-08-03 22:12:56 +09:00
vvakame
ad308a429d Merge branch 'handleExtraObjectLiteralProperties' of https://github.com/DanielRosenwasser/DefinitelyTyped into DanielRosenwasser-handleExtraObjectLiteralProperties 2015-08-03 22:12:39 +09:00
Masahiro Wakame
0f824c07f5 Merge pull request #5148 from pimterry/sinon-chrome
Add sinon-chrome type definitions
2015-08-03 22:07:40 +09:00
Masahiro Wakame
681e11c793 Merge pull request #5147 from chrismbarr/patch-7
UI-Router: The templateUrl accepts one parameter
2015-08-03 22:00:23 +09:00
Masahiro Wakame
3512aeeb55 Merge pull request #5143 from pimterry/chrome-hasListener
Make Chome API event.hasListener return a boolean
2015-08-03 21:56:40 +09:00
Masahiro Wakame
584fe6712c Merge pull request #5141 from chrootsu/lodash-flow-flowRight
lodash: added _.flow() and _.flowRight()
2015-08-03 21:55:50 +09:00
Masahiro Wakame
1752f18437 Merge pull request #5140 from breeze4/patch-1
Added trailing semicolon to Bloodhound constructor.
2015-08-03 21:54:48 +09:00
Masahiro Wakame
46aafaa61d Merge pull request #5138 from stephenlautier/master
eq.js - fixed issue with tests not pointing to eq.js correctly
2015-08-03 21:54:22 +09:00
Masahiro Wakame
3967fd4df8 Merge pull request #5137 from defaude/master
Addresses issue 5136
2015-08-03 21:53:04 +09:00
Masahiro Wakame
7d50e0e55c Merge pull request #5134 from RReverser/patch-1
Couple of fixes and deprecations in ESTree
2015-08-03 21:47:02 +09:00
Masahiro Wakame
f753dfec80 Merge pull request #5091 from Gitgiddy/5090
Addresses #5090 extending new NodeRequireFunction interface for specialized constructor signatures
2015-08-03 21:45:57 +09:00
Ilya Mochalov
5f30175c65 lodash: changed _.fill() method 2015-08-03 16:43:03 +05:00
Ilya Mochalov
e6bf995f2d lodash: added _.methodOf() method 2015-08-03 16:21:33 +05:00
Agnislav Onufrijchuk
8ecbf03638 Added definition for gulp-ruby-sass node package 2015-08-03 13:44:04 +03:00