* Added multer-gridfs-storage version 2
* Created intersection types in multer-gridfs-storage
* Removed intersection types for cases when the defaults are required
* Linting errors
* Method signature fix
* [camelcase] add linting & enable strict null checks
* [camelcase] reintroduce namespace to support import * syntax to avoid a breaking change for users
* [decamelize] add linting & enable strict null checks
* [decamelize] reintroduce namespace to support import * syntax to avoid a breaking change for users
* [uppercamelcase] add linting & enable strict null checks
* [uppercamelcase] reintroduce namespace to support import * syntax to avoid a breaking change for users
* [tempfile] add linting & enable strict null checks
* [tempfile] reintroduce namespace to support import * syntax to avoid a breaking change for users
* koa-session: make `beforeSave` hook optional
ec88cfb095/lib/context.js (L215-L218)
* Flesh out types for beforeSave
* add proper types for valid() as well
* @cjbarth: path is for ADFS not require and cert is needed for validation
* update header Version
* change version back to 0.15
* add tslint.json for tests
* - Add new function in Namespace : ExtractJwt.fromAuthHeaderAsBearerToken()
- Add new Test for ExtractJwt.fromAuthHeaderAsBearerToken()
- clean all tslint issus
- update Version passport-jwt 2.2.1
* Revert "- Add new function in Namespace : ExtractJwt.fromAuthHeaderAsBearerToken()"
This reverts commit 53d7a3e84d73c5cabbc5d7644d411d08699479e9.
* Revert "add tslint.json for tests"
This reverts commit 210c70a2d304b22f238cfc59650a5741301e1a86.
* Added Line Chart Options
http://www.chartjs.org/docs/latest/charts/line.html#configuration-options
showLines - Boolean - If false, the lines between points are not drawn.
spanGaps - Boolean - If false, NaN data causes a break in the line.
* Moved location of property
* Update definitions by
* [phonegap-plugin-push] Updates for version 2.0.0
* Added test for clearAllNotifications
* Added back in HasPermissionCallbackParameters
* Wrong file committed for HasPermissionCallbackParameters change