Commit Graph

11032 Commits

Author SHA1 Message Date
Timothy Boyce
8155d032f3 update angular-localForage-tests.ts 2015-08-02 17:48:02 +00:00
Timothy Boyce
0143f1c13a Update angular-localForage.d.ts
Correct the signature and return type for bind
2015-08-02 17:25:26 +00: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
Alex Eagle
4df20c9706 Update angular2 to alpha33 2015-07-31 10:30:57 -07:00
Horiuchi_H
0e856cec37 Merge pull request #5142 from stpettersens/master
Type definitions and tests for lower-case-first
2015-07-31 23:32:41 +09:00
Horiuchi_H
584828f697 Merge pull request #5122 from lokeshpeta/master
pull request: added definition for pathjs
2015-07-31 23:32:12 +09:00
Boris Yankov
383a3bc8e6 Merge pull request #5095 from aicioara/master
[d3] Correct interpolate() signature
2015-07-31 02:51:34 +03:00
Sam Saint-Pettersen
a79c116814 Type definitions and tests for lower-case-first 2015-07-30 10:49:11 +01:00
Sam Saint-Pettersen
524d202369 Type definitions and tests for lower-case-first 2015-07-30 10:47:52 +01:00
Lokesh Peta
f9694258d2 rename to pathjs 2015-07-30 09:54:07 +01:00
Basarat Ali Syed
77ec140825 Merge pull request #5139 from leeavital/update_plottable_typings
Update plottable typings to plottable 1.4
2015-07-30 15:06:11 +10:00
Horiuchi_H
92ad4a9922 Merge pull request #5132 from ToastHawaii/master
Update sweetalert definitions to 1.1.0
2015-07-30 12:48:54 +09:00
Horiuchi_H
d69391a6d6 Merge pull request #5125 from stpettersens/master
Type definitions and tests for lower-case
2015-07-30 12:48:01 +09:00
Lee Avital
330c17f6b6 Update plottable typings to plottable 1.4 2015-07-29 19:55:32 -04:00
Basarat Ali Syed
dd4d30bbc3 Merge pull request #4931 from Wordenskjold/patch-2
Make it possible to initialize a Backbone.Collection from raw objects
2015-07-30 07:40:38 +10:00
Markus Peloso
9616e043e6 Update sweetalert definitions to 1.1.0 2015-07-29 20:26:44 +02:00
Felipe Barriga Richards
d2101a3f9a lodash: added pullAt 2015-07-29 13:14:12 -03:00
Chris Wrench
eea06e6fe9 Fix definition of google.maps.GeocoderRequest()
Fixes #4364.
2015-07-29 15:49:16 +01:00
Sam Saint-Pettersen
eb5ee58283 Type definitions and tests for lower-case 2015-07-29 14:34:47 +01:00
Damian Piątkowski
dba1e4eab6 Rename owlCarousel.d.ts to owlcarousel.d.ts 2015-07-29 15:23:02 +02:00
Damian Piątkowski
409a053559 Rename owlCarousel-tests.ts to owlcarousel-tests.ts 2015-07-29 15:22:48 +02:00
Damian Piątkowski
e28af5e395 Merge pull request #1 from dpiatkowski/owlcarousel
Definitions for OwlCarousel
2015-07-29 14:58:29 +02:00
Damian Piątkowski
3723152448 Definitions for OwlCarousel
Type definitions for OwlCarousel options and extenstion for jQuery
interface.
2015-07-29 14:50:45 +02:00
Lokesh Peta
e4ea80a783 added definition for pathjs 2015-07-29 09:45:31 +01:00
rhysd
b287954ece Add definitions for electron-prebuilt package
I added definitions for API of electron-prebuilt package.
There is already a directory for GitHub Electron.  So I added
electron-prebuilt.d.ts to it.  If I should add new `electron-prebuilt`
directory, please let me know that.
2015-07-29 16:00:18 +09:00
Icereed
3fc372d45d Added possibility to add a button as function 2015-07-29 08:37:50 +02:00
rhysd
ded31eeaee Add unref() to child_process.ChildProcess
child_process.ChildProcess.unref() isn't described in document.
But it actually exist and is described in document for `options.detached`.

https://nodejs.org/api/child_process.html#child_process_options_detached
2015-07-29 15:11:53 +09:00
Basarat Ali Syed
855569dbc8 Merge pull request #5101 from use-strict/master
angularjs/angular.d.ts - Type safety for $watch and $watchCollection
2015-07-29 11:11:49 +10:00
Horiuchi_H
9e42013818 Merge pull request #5111 from stpettersens/master
Type definitions and tests for is-upper-case
2015-07-29 10:06:28 +09:00
Horiuchi_H
525a2ac1e6 Merge pull request #5055 from lokeshpeta/master
Definition for postaljs
2015-07-29 10:02:14 +09:00
Horiuchi_H
3309c2c953 Merge pull request #5052 from namerci/bxslider-4
Add bxslider-4 type definitions
2015-07-29 10:01:20 +09:00