Commit Graph

11104 Commits

Author SHA1 Message Date
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
41fe13165f lodash: added _.flow() and _.flowRight() (aliases: _.backflow(), _.compose()) 2015-08-03 14:30:44 +05:00
Ilya Mochalov
3728833349 lodash: changed _.curry() and added _.curryRight() methods 2015-08-03 14:28:12 +05:00
Lenilson Nascimento
1957c7eb73 Correct insertOne method 2015-08-02 19:35:27 -03:00
Masahiro Wakame
287cb2e1b1 Merge pull request #5129 from fbarriga/fbarriga/lodash_pullAt
lodash: added pullAt
2015-08-03 01:20:42 +09:00
Masahiro Wakame
07a5117fcb Merge pull request #5127 from EnableSoftware/google-maps-3.20
Fix definition of `google.maps.GeocoderRequest()`
2015-08-03 01:18:07 +09:00
Masahiro Wakame
74829781cf Merge pull request #5124 from dpiatkowski/master
Definition for OwlCarousel #5123
2015-08-03 01:17:30 +09:00
Masahiro Wakame
43e4edd62d Merge pull request #5076 from icereed/patch-1
Added typing to the buttons in BootboxDialogOptions.
2015-08-02 23:44:33 +09:00
Masahiro Wakame
43128953cd Merge pull request #5120 from rhysd/add-electron-prebuilt
Add definitions for electron-prebuilt package
2015-08-02 23:39:25 +09:00
Masahiro Wakame
719a1c2568 Merge pull request #5119 from rhysd/add-child_process-unref
Added unref() to child_process.ChildProcess in node.d.ts
2015-08-02 23:35:53 +09:00
Masahiro Wakame
5e4c2e6db0 Merge pull request #5118 from chrootsu/lodash-gt-gte-lt-lte
lodash: added _.gt(), _.gte(), _.lt() and _.lte() methods
2015-08-02 23:32:29 +09:00
Masahiro Wakame
b6c1563ce9 Merge pull request #5117 from chrootsu/lodash-negate
lodash: added _.negate() method
2015-08-02 23:26:29 +09:00
Masahiro Wakame
2a2b02f2b6 Merge pull request #5116 from chrootsu/lodash-contributor-name
lodash: added a contributor name
2015-08-02 23:21:20 +09:00
Masahiro Wakame
f50891900f Merge pull request #5102 from chrootsu/lodash-method
lodash: added _.method() method
2015-08-02 23:17:23 +09:00
Masahiro Wakame
94cf0a0a95 Merge pull request #4320 from chrismbarr/patch-5
Adding missing property & other minor changes
2015-08-02 23:07:34 +09:00
Masahiro Wakame
99cae9ab30 Merge pull request #5096 from mdekrey/angular-ui-router
Add access to $state.$current.locals.globals
2015-08-02 23:00:13 +09:00
Masahiro Wakame
be49e32f89 Merge pull request #5100 from tjoskar/hapi-reply-chain-notation
Hapi: Add chain notation on reply
2015-08-02 22:58:04 +09:00
Masahiro Wakame
5f834d5c16 Merge pull request #5112 from xt0rted/angular-ui-bootstrap-v0.13.0
Update Angular UI Bootstrap to v0.13.1
2015-08-02 22:57:06 +09:00
Masahiro Wakame
5e623a3b78 Merge pull request #5109 from martinmcwhorter/master
definitions for ngKookies
2015-08-02 22:54:56 +09:00
Masahiro Wakame
55bd57fdb7 Merge pull request #5065 from Carreau/TextMarkerOptions.css
[CodeMirror] add a few missing property on TextMarkerOptions
2015-08-02 22:53:24 +09:00
Ilya Mochalov
4188f4d9ad lodash: added _.negate() method 2015-08-02 00:34:19 +05:00
Ilya Mochalov
2e33d889c1 lodash: added _.method() method 2015-08-02 00:34:05 +05:00
Ilya Mochalov
f5e2c38ad7 added _.gt(), _.gte(), _.lt() and _.lte() methods 2015-08-02 00:33:43 +05:00
Ilya Mochalov
99ecf59216 added a contributor name 2015-08-02 00:32:31 +05:00
joswhite
5be1244e79 Add change to reflect that "position" in fs.write is optional 2015-07-31 11:59:15 -06:00
Nick Carson
4e84ce35a0 Add support for AMD require.
Add support for AMD require.
2015-07-31 13:35:35 -04:00
Marcin Porebski
d9fbc52588 correct github url 2015-07-31 19:35:04 +02:00
Alex Eagle
4df20c9706 Update angular2 to alpha33 2015-07-31 10:30:57 -07:00