DefinitelyTyped/types/parse
Raschid J.F. Rafeally bdaccfdf4b Feature/parse/various (#38878)
* feat(parse): add Cloud job functions; SaveOptions.cascadSave; Object.revert(keys)

* Apply suggestions from code review

Co-Authored-By: Yago Tomé <yagotome@gmail.com>

* refactor(SaveOptions): move cascadeSave opt to its own interface

...in order to keep consistency with the rest of the options.

* refactor: upgrade version to 2.2.9

* fix(Parse.Config): update params for functions `get` and `save`

* feat(LiveQuerySubscription): add default events

* fix(Query): function subscribe() should return a Promise

* improve(File): add missing constructor variations

* bump version to 2.3.0

* feat(Object): add function

* fix(ParseObject): remove  as return type of fetchFromLocalDatastore()

* refactor(parse/File): use union type instead of several constructors

* feat(parse/File): add function getData()

* chore(parse): bump version
2019-12-06 16:37:22 -08:00
..
v1
index.d.ts Feature/parse/various (#38878) 2019-12-06 16:37:22 -08:00
parse-tests.ts Feature/parse/various (#38878) 2019-12-06 16:37:22 -08:00
tsconfig.json
tslint.json