* Fix Ill-defined Definitions of Class/Interface
+ The Label was ill-defined and didn't reflect the latest implementation
+ NOTE: this will cause breaking changes for any project that consumes the Label.
+ The `Label` is redefined as the concrete class so that *<Label />* can be used in JSX
+ The `LabelProps` is redefined as what old interface `Label` was.
* PR Updates
+ remove undocumented static methods.
* + Update recharts-tests.tsx
* + Remove unused type `parseViewBoxArgs`
* blessed: add program export
* blessed: Adding types for Program.
Attempted to include all functions for the Program class. I excluded the psuedo-private functions starting with _.
Most functions write to a writeable stream and call the write() function internally which returns a boolean.
* blessed: Adding types test and program properties
* 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: https://github.com/x22x22/forge/blob/74b7472b2143735fca0c68a7f20ba32c4fbd5397/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: https://github.com/x22x22/forge/blob/74b7472b2143735fca0c68a7f20ba32c4fbd5397/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