* _.chain().get() shorthand for empty array default
* add tests for lodash _.chain.get(x, []) shorthand
* linting fix & better fallback
* use explicit never[] type and add better test of chained _.get()
* use never[] in _.chain().get() fallback
* Add initalRegion missing type definition
initialRegion is a valid prop in `react-native-maps` but it's definition is missing in the @types.
* Corrected typo in initialRegion
Corrected `initalRegion` to `initialRegion`.
* Removed trailing white space due to Travis fail
* removed any reference to MapView in index.d.ts
* removed any reference to MapView in legacy-properties.d.ts
* Revert "removed any reference to MapView in legacy-properties.d.ts"
This reverts commit 157b4a9ec7b3327be9fb3165dd31101df987b868.
* Revert "removed any reference to MapView in index.d.ts"
This reverts commit e98b539e0155a2b9646f373205fd0e385b78cb6c.
* Revert "Removed trailing white space due to Travis fail"
This reverts commit 5d28044181c8b73fef3108c8001cc4821b35cd94.
* Revert "Corrected typo in initialRegion"
This reverts commit 15c79a02cfb6517dccc8bc29e92cde14c66b5ac4.
* Revert "Add initalRegion missing type definition"
This reverts commit e622788386aa444d96ffd5e68fb526690f1b7c13.
* removed all references to deprecated MapView
* added full types for react-native-maps, some tests, incompolete tests atm
* gitignored package.* files
* gitignored package.* files
* added missing tslint.json
* added header w/updated attributions to contributors from react-native-maps
* removed additional attributions
* removed ./ in files config tsconfig.json
* removed stuff that might conflict with ultra-picky travis
* removed stuff that might conflict with ultra-picky travis
* copied rn tsconfig.json due to travis conflicts
* correct header url
* corrected header to not include minor version
This method was publicly launched a few days ago.
As of this writing, the docs have not yet been updated, but this method
is visible from the script editor's autocomplete.
* Transitioned from Enums to Types. Updated some fields to optional where they may differ situationally (e.g. create/update/request/response). Filled in some TODOs
* Updated type for non-empty synonyms string array and included reference to new interfaces
* Include Any type for Status
* dtslint fixes
* Updated header for version and author
* Result of hitTest may be null
* Add classes to PaperScope
In paper you construct objects via the classes inside PaperScope so that
those classes will update globals specific to that scope. Constructing
these objects via the "global" paper object exported from the module
will make global changes to that singleton.
* Fix type of hitTest options.class
* Refine type of class
Use a better type for hitTest class.
* Remove unnecessary curly braces
* [Tern] fix inheritance of infer objects and added missing stuff.
The inheritance of abstract values and types was wrong.
Primitives were not yet implemented and some methods were on the wrong
level of inheritance, leading to unfounded complaints from the compiler
workstream:
* follow-up fix: proto Obj has a name (if it exists)
workstream:
* fix tests
workstream:
* redo changes that were accidentally deleted
workstream:
* infer.Arr has always the name "Array".
workstream:
* fix tests
workstream:
* removed unknown since dependants are on TS v2.8
workstream:
* Correct type of EventResource data property.
* Add 'charge:resolved' event type to EventResource.
* Make EventResource generic to allow resource type specification.
* Add tests for EventResource generic.
* Remove consecutive blank lines from coinbase-commerce-node-tests.ts
* Add base type definitions for log-process-errors.
* Correct return type of LogProcessErrors function.
* Add log-process-errors tests.
* Add tsconfig and tslint for log-process-errors.
* Correct import path for log-process-errors-tests.ts.
* Define minimal compatible TypeScript version for log-process-errors
* Correct placement of log-process-errors type definitions.
* Make options in LogProcessErrors function optional
* Define `testing` and `colors` properties of LogProcessErrorsOptions as optional.
* Use camelCase for logProcessErrors function to be more inline with log-process-errors' documentation.
* Correct log-process-errors exports.
* Remove redundant exports from logProcessErrors namespace.
* Update url and switch form-urlencoded to export=
Only the newer version uses export default. The version that DT has
types for still uses export=.
* Fix spacing in test
* added the 'empty' boolean to the MUIDataTableColumnOptions and 'React.ReactNode' to the 'customHeadRender' it still requires TableRow and TableCell
* added name and updated versions to most recent
* removed minor update notation
* fixed header notation
* added new line at the end of the doc
* reverted the typescript version as per request
* added the new onDownload function for version 2.1, increased version, sorted options alphabetically to easier find properties