* Add static methods and default overwrites for datatables.net
* Add support for $("selector").dataTable()
* Add support for $.fn.dataTable.XXX and $.fn.dataTable.util.XXX
* Add support for overwriting datatables.net defaults, see test
* Remove fixed comments
* Great improvement for datatable.net-buttons
* Add all supported plugins for buttons
* Better integration in datatables.net d.ts
* Fix Api datatables.net
* Add support for datatables.net-buttons Api calls
Support for button api
* Add support for datatables-fixedheader Api
* Support for fixedHeader Api calls
* Add static functions
* Updated test
* TSLint all files
* TSLint datatables.net, datatables.net-buttoms index.d.ts
* Fix travis errors
* TSLint Tests
* Fix Travis Errors
* Fix: Add TypeScript Version
* Fix: Set TypeScript Version to 4
* Fix: Test error
* Allow typing express body, params, query and cookies through generics
* Increase minor version
* Add ts version comment
* Fix ts requirement comment typo
* Bump all ts version packages
* Bump Morgan package
In the swagger v2 specification all of the parameters except the BodyParameter implement the BodySchema. Check out the official spec here: http://swagger.io/v2/schema.json
* Add rmdir() to type definition.
* Bump version number in comment header.
* Remove patch level version number to fix tests
* Update tests to include an rmdir() invocation.
* Add the tooltipAnchor property to the BaseIconOptions interface
* Add myself as author especially for PR 14299 and for getting an information on further changes
* Typo in github-name
* Remove redundant jsdoc and rewrite to a pretty format
The `headers` parameter of statCheck() and the `trailers` parameter of
getTrailers() must be OutgoingHttpHeaders, not IncomingHttpHeaders, because they
are to be updated by statCheck()/getTrailers() before being sent to the opposite
endpoint.
* Upgrading serialport from v4 to v6
* Correcting baseurl and typeroots for v4 of library
* Exporting option interface and moving interfaces to Pascal case
* Removing redundent interface export, updating v4 library to fit with interface naming convention, updating firmata package to point to the v4 library.
* knex: Add JoinClause 'on' variations
* knex: onBetween's range parameter accepts an array with exactly two elements
* knex: Adds additional 'and' and 'or' methods for 'on' variations