* Repo has a support for chai-fs. My pull request doesn't covers this
combination:
expect(path).to.be.a.file(msg).with.contents.that.match(/xyz/, msg);
* Remove blank line, downgrade typescript version to 2.0.0 and
strictNullChecks are equal to true.
* Fix build issue with typescript verion.
* Remove "v" from version.
* Typescript version should be: 2.2
* fix lint issues
* [jquery] Introduce interface for `jQuery.fx`.
* [jquery] Attach `jQuery.Deferred` documentation to correct symbol.
* [jquery] Convert `jQuery.Callbacks` to an interface.
This change is purely for consistency with similar properties (e.g. `jQuery.Deferred`, `jQuery.Event`).
* [jquery] For `JQuery`, reduce examples to only those relevant to the overload and use shorter template for code-only examples.
* [jquery] For `JQueryStatic`, reduce examples to only those relevant to the overload and use shorter template for code-only examples.
* [jquery] For `JQuery.Event`, reduce examples to only those relevant to the overload and use shorter template for code-only examples.
* [jquery] For `JQuery.Callbacks`, reduce examples to only those relevant to the overload and use shorter template for code-only examples.
* [jquery] For `JQuery.PromiseBase`/`JQuery.Deferred`, reduce examples to only those relevant to the overload and use shorter template for code-only examples.
* [jquery] Consistent ordering.
* [jquery] Add `jQuery.getScript(options)`.
See https://github.com/jquery/api.jquery.com/issues/1052.
* [jquery] Fix documentation for this one overload of `jQuery.proxy`.
* [jquery] Accept `Document`, `Window`, and `JQuery.PlainObject` for the `element` parameter of Data APIs.
See 354f6036f2/test/unit/data.js (L142-L164) and https://github.com/jquery/api.jquery.com/issues/1035.
* [jquery] Add `jQuery.cleanData`.
See https://github.com/jquery/api.jquery.com/issues/996.
* Make last args to quadraticFromPoints optional
Also on cubicFromPoints.
As noted on the docs: https://pomax.github.io/bezierjs/
"The points p1 through p3 are required, all additional arguments are
optional."
* Add updated by
* Add next-redux-saga types
* Add TypeScript version
* Matching TS version of React
* Sort by specific overload
* Fixes after npm run test
* Declare redux dependency
* Statically typed createStore
* For new packages, this file should only "extends": "dtslint/dt.json"
* require(next-redux-saga) is itself a function, not an object with a default property
* Enable ES Module Interop
* df-visible: Fourth argument
Newer version of jquery-visible adds a fourth argument to the jQuery extended method.
* df-visible: added fourth argument test
* allow GraphQLNonNull usage with and without new
* use GraphQLNullableType instead of T on generics of GraphQLNonNull
* fix code-style and add fixes for GraphQLList
4 spaces instead of 2
use `export` instead of `declare`
* add JCMais as definition author
* web3: removed `publicKey` field from Account
* web3: split sign/signTransaction return values to specific interfaces
* web3: `Account.publicKey` removal regression test
* web3: Account.sign & Account.signTransaction regression tests
* web3: fixed typo in web3.eth.accounts.encrypt and added regression test
* web3: added sign(), signTransaction() and encrypt() methods on `Account`
* web3: make linter happy
* Create d.ts file for a11y-dialog.
* Finish up implementation for a11y-dialog.
* Construct unit tests for a11y-dialog.
* added missing create functions.
* tslint successfully passes for a11y-dialog
* Split out constructor for best practices
* none of the duplicates were getters / setters