* Add specific string values for RegionOptions.axis
* Add documentation for RegionOptions
* Add ChartInternal interface
* Add InternalConfig interface with unknowns
* Add additional methods to ChartInternal
* Add Classes interface
* Add AxisNames type as string union
* Update ChartAPI.axis methods with overloads
* Update ChartAPI categories() and category() JSDoc
* Show ChartAPI.destroy returns null, not void
* Add overloads and improve types for ChartAPI.data
* Add documentation for ChartAPI.flow parameters
* Update grid operations types and docs
* Make ChartAPI.legend callable
* Update ChartAPI.load and unload
* Update ChartAPI.regions documentation and signatures
* Format JSDoc inline code
* Improve show/hide/toggle documentation and options interface
* Remove duplicate DataPoint interface and add tooltip API
* Fix signature for x()
* Add max, min, and range to zoom api
* Add methods to internal from arc.js
* Add missing properties and methods to ChartInternal
* Remove internal interfaces
Per http://definitelytyped.org/guides/contributing.html these are not
supported by DefinitelyTyped
* Update zoom config options
* Add this bindings to zoom and main event callbacks
* Allow null transition duration
* Update documentation and types for data in config
* Update subchart options interface
* Add color.threshold object structure
* Update legend and colors options
* Add more specific individual axis interfaces
* Updae grid options and interfaces
* Update interfaces for individual chart type options.
* Update tooltip options interface
* Document title controls
* Reorder, and replace some 'any' with 'unknown' and 'void'
* Fix failing tests and stanford chart arrays
* Bump ts version and add name to header
* Roll back typescript version
* Update c3 name to match npm and remove patch ver
* Fix some linting errors
* Add an ArrayOrSingle type and make PrimitiveArray use Primitive
* Fix more linting errors
* Fix remaining lint errors
* Make function signatures more specific
Replace some function signatures with overloads that include generics
* Make compatible with TS 3.0
* Fixed intro.js module export
* Added myself to authors list
* Small commit to force travis.ci to update
'Cause the error seems to be a network issue and I can't trigger a refresh :(
* Added 'template' support for sending messages with mailgun.
* Implemented suggested changes.
* Switched template variables to 'any' as otherwise they conflict with existing properties (like 'to' allowing 'string[]')
* Removed 'any'.
* Added package.ts for ts-toolbelt dependency
* change latest ts support to 3.5
* added import for ts-toolbelt
* integrated ts-toolbelt's version of Curry
* curried type for flip
* added missing wh space