* Split levelup/leveldown into separate declarations
Also make some changes to allow importing levelup with ES6 module syntax.
* Adapt level-sublevel to the latest changes in levelup
* Recreated types for flux@3.1.2.
* Added backward compatibility with implementation. Added overload for create method.
* Fixed tslint error in tests.
* Added one more test for old implementation.
* Added more gerenrics in create method. Updated tests.
* Fixed errors.
* Typescript version changed to 2.2.
* Updated `createFunctional` return.
* Add missing members and parameter types
* Update original setDataAtCell overload
* afterChange oldVal should be typed as any
* Fix lint errors
* Correctly type the prop value in the afterChange parameter
'Cannot invoke an expression whose type lacks a call signature. Type 'typeof 'js-schema'' has no compatible call signatures.'
while importing with 'import * as schema from 'js-schema''
The previous import strategie ('import {default as schema} from 'js-schema') where raising an error after compilation.
* Update index.d.ts
Add overloaded methods for zlib module that take a ZlibOptions parameter along with a callback.
* Add tests for new methods added to node’s zlib module definition.
* @google-cloud/storage definitions
* Renamed [at]google-cloud to google-cloud and exposed API classes and interfaces at the top level
* Renamed to google-cloud__storage as per request.
* Renamed and moved into types directory.
* Removed individual files and consolidated all definitions into
index.d.ts file.
* Using <code>declare module</code> to create a single
<code>@google-cloud/storage</code> module that imports each individual
module:
** <code>@google-cloud/storage/bucket</code>
** <code>@google-cloud/storage/channel</code>
** <code>@google-cloud/storage/file</code>
** <code>@google-cloud/storage/storage</code>
* Updated README.
* Remove custom README.
* Removed redundant JSDoc comments.
* Fixed errors for passing nom test.
* [d3-contour] [Chore] Add contributor
* [d3-geo] Chore and Preparation for strictNullChecks
* [Chore] Change geoJSON to module import
* [Chore] Update return type signatures for `geoPath(...)` invocation. For the time being split the signatures for rendering to svg vs canvas. The return type for rendering is changed to `string | null`. This change corresponds to the comitted PR 98 in the d3-geo repo. The behavior and the definitions are now harmonized with d3-shape generators like `arc(...)`.
* [d3-contour] Update test to reflect `geoPath` change.
* update types for launchpad@v0.6.0
* cache current v0.5 types in subfolder
* Revert "cache current v0.5 types in subfolder"
This reverts commit 24bcd8aaba93c24fb6a135b5ae65aee0b793fde0.
* add version info to launchpad header