* add promise to action function
* revert commment
* modify type of ActionFunction
* change MochaDone
* change type of error
* try to remove optional
* add optional back
* try to remove optional
I've only added the read method because it's the one I use, but technically all the methods available on the envService are actually available on the envServiceProvider too.
* react-jsonschema-form 0.30.1
Very barebones typings, intended to serve as a baseline for improvement.
* rename react-jsonschema-form-test.tsx -> ...-tests.tsx
* Fix lodash _.sumBy signature
Main fix here is to ensure that summing plucked keys from objects
is allowed.
* Fix lodash 3.10 _.sumBy signature to allow summing plucked keys too
* React-Native: Added ActivityIndicator
* React Native: Added @Deprecated to ActivityIndicatorIOS and changed string type to enum type on ActivityIndicator size
* Created openlayers v.3.14.2 definitions file by cloning v3.6.0
* fix shadowed references to global types
* Added ol.events.Event, ol.events.EventTarget and ol.events.ListenerFunctionType
* filled in ol.proj.Projection
* completed ol.Observable. Corrected variable names. Added inheritance from ol.events.EventTarget and updated dispatchEvent() to include a possible boolean operator, as per EventTargets impl of dispatchEvent
* Filled in ol.interaction.DrawEvent. Added ol.interaction.DrawEventType.
* Filled in ol.interaction.Interaction, and added olx.interaction.InteractionOptions.
* Filled in ol.interaction.DrawOptions
* Corrected ol.DrawGeometryFunctionType
* Filled in ol.source.Vector
* Updated ol.source.Source . Removed refresh() since it's not in the docs or the code file.
* Typo
* Added to ol.geom.Polygon
* Fix ol.Map beforeRender()
* Added PointerOptions, MapBrowserPointerEvent, ModifyEventType, ModifyEvent, pointer && pointer.PointerEvent .
* Added to ol.geom.Circle .
Added ol.events.Key, though I don't know what it is.
* Fixed CollectionEvent
* Fix jsdoc problems
* DragBoxOptions, InteractionOptions
* update VectorOptions
* Update VectorOptions
* Other things
* Lint
* Fix duplicates and syntax errors from test.
* Filled in ol.interaction. Lint
* Added tests file and updated it.
Fixed some more definitions. Observable extends. and others
* Rename WIA files
* Removed VarDate definition; is now in lib.d.ts
Renamed WIA definition
Added ADO definitions
* Restored VarDate; TS lint fixes
DefinitelyTyped is still using Typescript 1.8 in Travis CI compile
checks.