* [d3-collection] Linted
* Added and completed linting
* Replaced `Object` with `any` adding TODO to change to proper `object` type when publishing the definitions to use TS 2.2+
* [d3-color] Linted
* [d3-dispatch] Linted
* [d3-hsv] Linted
* [d3-interpolate] Linted. `Object` to `any`
* Replace use of `Object` as extension basis with `any` for now. Added TODO to change it to use the `object` type, when updating the definitions to formally use TS2.2+
* [d3-path] Linted.
* [d3-polygon] Linted.
* [d3-quadtree] Linted.
* [d3-queue] Linted.
* [d3-request] Linted.
* [d3-scale-chromatic] Linted.
* [d3-time-format] Linted.
* [d3-time] Linted.
* [d3-timer] Linted.
* [d3-voronoi] Linted.
* [d3-scale] Move callable-type lint deactivation to tslint.json
* line level deactivation was ignored.
* [FEATURE] Add `pointRadial(...)`
* [DEPRECATION/FEATURE]: Deprecate `radialLine/RadialLine` in favour of `lineRadial/LineRadial`
* [DEPRECATION/FEATURE]: Deprecate `radialArea/RadialArea` in favour of `areaRadial/AreaRadial`
* [DEPRECATION/FEATURE] Deprecate `LinkRadial` in favour of `RadialLink`
* [CHORE] Bump Minor version
In the `IncludeOptions` there is an optional property missing from the definition file that allows you to turn on and off the paranoid functionality from the search.
Documentation of functionality:
http://docs.sequelizejs.com/manual/tutorial/models-usage.html#including-soft-deleted-records
Please fill in this template.
- [ ] Use a meaningful title for the pull request. Include the name of the package modified.
- [ ] 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:
If adding a new definition:
- [ ] The package does not provide its own types, and you can not add them.
- [ ] If this is for an NPM package, match the name. If not, do not conflict with the name of an NPM package.
- [ ] Create it with `dts-gen --dt`, not by basing it on an existing project.
- [ ] `tslint.json` should be present, and `tsconfig.json` should have `noImplicitAny`, `noImplicitThis`, and `strictNullChecks` set to `true`.
If changing an existing definition:
- [ ] Provide a URL to documentation or source code which provides context for the suggested changes: <<url here>>
- [ ] Increase the version number in the header if appropriate.
- [ ] If you are making substantial changes, consider adding a `tslint.json` containing `{ "extends": "../tslint.json" }`.
If removing a declaration:
- [ ] If a package was never on DefinitelyTyped, you don't need to do anything. (If you wrote a package and provided types, you don't need to register it with us.)
- [ ] Delete the package's directory.
- [ ] Add it to `notNeededPackages.json`.