* Put in backwards incompatibility warning and a note regarding not needing to
use Nes.Server or Nes.Request
* Move SocketClass to interface as it is not mentioned in docs as a public
class for instantiating
* Potential regression due to not supporting require('nes/client')
however no working tests to test this against yet. Added a blank
test in nes/test/client-require.ts
Use Object not object. app and plugins optional in server.inject options
Fix merge conlict with master
Type IPluginFunction. Simplify Plugin. Add backwards incompatibility note.
Thanks mmc41 and jasonswearingen.
Remove Promise.
Thanks mmc41.
Fix merge conflict with master
Renaming of all interfaces to remove preceding I in preparation of dtslint
Fix http links in docs and remove old I interface names
2e119e63a Add example tests of server.decorate on server and request
2e119e63a Improve comments regarding server.decorate
0d6b28656 Allow response.state to accept object
0d6b28656 request.response should also be responase or null.
0d6b28656 Allow some cookie config fields to be nullable.
Fix merge conflict with master again
* 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.