* [d3-zoom] Update to 1.5
* [Feature] Add `translateTo(...)`
* [Doc] Update some JSDoc comments
* [Chore] Bump minor version number
* [d3-zoom] Bump Minor Version number.
* [d3-shape]
* [Fix] Change `pointRadius` to `pointRadial`
* [d3-shape] Fix test for pointRadial
* [d3-axis]
* [Doc] Update some comments.
* [d3-time] [Doc] Some JSDoc updates.
* [d3] [Chore] Bump minor version to 4.10
* add possibility of null return from RichUtils.handleKeyCommand
* more specifically, the function returns null in the overload case
* make key for RichUtils.toggleLink potentially null
* add definitions by credit
* merged definitions with my own. therefor added some types and made
changed the namespace back to a module.
* fixxed lint errors
* Remove ignore rules from tslint.json
* Put everything in one module declaration
* react-redux-toastr: unify code style
* react-redux-toastr: Change React.Component types to use state and props
* react-redux-toastr: change to named imports
* react-redux-toastr: remove module declaration
* react-redux-toastr: add union types for known strings
* react-redux-toastr: rename ToastrConfirmOptions to ConfirmToastrOptions for unified style, refine properties
* react-redux-toastr: Add interfaces for all of the Toastr option objects
* react-redux-toastr: Refactor some variables to alphabetical order
* react-redux-toastr: Add interfaces to toastrs in reducer state, add toastr action payload, toastr reducer state
* react-redux-toastr: Rename ToastOptions to ToastrOptions to unify style
* react-redux-toastr: Rename ToastrOptions to ReduxToastrProps and rewrite properties
* react-redux-toastr: Slight refactor of ReduxToastrProps
* react-redux-toastr: Remove confirmOptions interface
* react-redux-toastr: Remove duplicate ConfirmToastrOptions interface
* react-redux-toastr: Rewrite ToastrEmitter, modify tests to comply with version 7.0.0
* react-redux-toastr: rewrite action creators, start using ToastrState
* react-redux-toastr: Slight refactor, alphabetize stuff
* react-redux-toastr: remove unused Component state and props
* react-redux-toastr: fix TS version
* Fix version number for TypeScript
* [catbox] Fix classes
* Class extends Class => Class implements Interface
* Add TSLint configuration
* Add initial tests (Basically testing if I understood how the tests here work 😏)
* Fix tests
* Don't set Memory to any
* Init types for wx(微信)js sdk
* rename to wx-js-sdk-dt
* fix lint errors
* Change some definitions and add some tests.
* Update comments
* Update comments
* Fix a type error and update comments
* Refactor some of the definitions for v7
* Add definitions for formValues decorator
* Refactor definitions for Field, Fields, FieldArray, add tests
* Add files to tsconfig
* Fix immutable version of exports
* Clean up the code, change some types