* Updated d3-geo to reflect version 1.9.0: added fitWidth and fitHeight methods
* Fix asterisk position
* Missing space
* Added spacing between methods
* Added tests for d3-geo `fitHeight` and `fitWidth`
* Backbone for d3-fetch
* Completed fetch API
* Strong typings of parsing methods
* Partial d3-fetch tests
* Completed tests for d3-fetch
* Reste library to es6 in d3-fetch
* Fix linting errors
* tentative fix TS 2.1
* Specific types for d3-fetch
* Fix test on d3-fetch
* Removed generic used only once for json function in d3-fetch
* Fix d3-fetch test
* [@types/mocha] Populated members in IRunner, factored Reporter `Stats` object
* Added `run` method
* Callback function passed to `run` should have been optional
* Changed optional properties to shorthand `?` syntax
* add forge.pki.createCertificate()
add forge.pki.createCertificate()
* [node-forge]add forge.pki.createCertificate() and supplement interface Certificate
[node-forge]add forge.pki.createCertificate() and supplement interface Certificate
- [x] Use a meaningful title for the pull request. Include the name of the package modified.
- [x] Test the change in your own code. (Compile and run.)
- [ ] Follow the advice from the [readme](https://github.com/DefinitelyTyped/DefinitelyTyped/blob/master/README.md#make-a-pull-request).
- [ ] Avoid [common mistakes](https://github.com/DefinitelyTyped/DefinitelyTyped/blob/master/README.md#common-mistakes).
- [ ] Run `npm run lint package-name` (or `tsc` if no `tslint.json` is present).
Select one of these and delete the others:
- [x] Provide a URL to documentation or source code which provides context for the suggested changes: 74b7472b21/lib/x509.js (L910)
- [ ] Increase the version number in the header if appropriate.
- [ ] If you are making substantial changes, consider adding a `tslint.json` containing `{ "extends": "dtslint/dt.json" }`.
* [node-forge]add forge.pki.createCertificate() and supplement interface Certificate
[node-forge]add forge.pki.createCertificate() and supplement interface Certificate
- [x] Use a meaningful title for the pull request. Include the name of the package modified.
- [x] Test the change in your own code. (Compile and run.)
- [ ] Follow the advice from the [readme](https://github.com/DefinitelyTyped/DefinitelyTyped/blob/master/README.md#make-a-pull-request).
- [ ] Avoid [common mistakes](https://github.com/DefinitelyTyped/DefinitelyTyped/blob/master/README.md#common-mistakes).
- [ ] Run `npm run lint package-name` (or `tsc` if no `tslint.json` is present).
Select one of these and delete the others:
- [x] Provide a URL to documentation or source code which provides context for the suggested changes: 74b7472b21/lib/x509.js (L910)
- [ ] Increase the version number in the header if appropriate.
- [ ] If you are making substantial changes, consider adding a `tslint.json` containing `{ "extends": "dtslint/dt.json" }`.
* [node-forge]add forge.pki.createCertificate() and supplement interface Certificate
[node-forge]add forge.pki.createCertificate() and supplement interface Certificate
* [node-forge]add forge.pki.createCertificate() and supplement interface Certificate
[node-forge]add forge.pki.createCertificate() and supplement interface Certificate
* [qrcode]improve types of qrcode@1.2.0
Add toDataURL with promise as response
* [qrcode]improve types of qrcode@1.2.0
- add similar methods for toCanvas
- method with short signature comes before method with long signature
* [qrcode]improve types of qrcode@1.2.0
- toFile promise
- toFileStream promise
- toString promise
* Abstract `billing` type into a type alias
* Add `items` property to Subscription interfaces, deprecate `plan`
* Add tests
* Complete tests
* Correct unit test
* import and use `Url` properly
currently imports a `URL` from 'url' library, except that `URL` does not exist; however `Url` does exist.
Discovered upon trying to run tsc and getting the following error message: `node_modules/@types/nodemailer/lib/mailer/index.d.ts(6,10): error TS2305: Module '"url"' has no exported member 'URL'.`
As soon as I replaced `URL` with `Url` tsc correctly compiled.
* missed one :o
* Add `react-overlays/Overlay` component test.
* Fix `react-overlays/Overlay` and `react-overlays/Modal` components.
* Remove `react-overlays/Transition`.
* Set `react-overlays` version to v0.8.