3
3
[ ![ Build Status] [ build-status-svg ]] [ build-status-link ]
4
4
[ ![ Test Coverage] [ coverage-status-svg ]] [ coverage-status-link ]
5
5
[ ![ Npm Version] [ npm-svg ]] [ npm-link ]
6
- [ ![ CDNJS version] ( https://img.shields.io/cdnjs/v/parse. svg)] ( https://cdnjs.com/libraries/parse ) [ ![ Greenkeeper badge ] ( https://badges.greenkeeper.io/parse-community/Parse-SDK-JS.svg )] ( https://greenkeeper.io/ )
7
- [ ![ License ] [ license -svg]] [ license -link]
6
+ [ ![ CDNJS version] [ cdn- svg]] [ cdn-link ]
7
+ [ ![ Join The Conversation ] [ discourse -svg]] [ discourse -link]
8
8
[ ![ Greenkeeper badge] [ greenkeeper-svg ]] [ greenkeeper-link ]
9
+ [ ![ License] [ license-svg ]] [ license-link ]
9
10
10
11
[ ![ Backers on Open Collective] ( https://opencollective.com/parse-server/backers/badge.svg )] ( #backers )
11
12
[ ![ Sponsors on Open Collective] ( https://opencollective.com/parse-server/sponsors/badge.svg )] ( #sponsors )
@@ -45,6 +46,13 @@ const AsyncStorage = require('react-native').AsyncStorage;
45
46
Parse .setAsyncStorage (AsyncStorage);
46
47
```
47
48
49
+ For TypeScript applications, install ` '@types/parse' ` :
50
+ ```
51
+ $ npm install @types/parse
52
+ ```
53
+
54
+ Types are updated manually after every release. If a definition doesn't exist, please submit a pull request to [ @types/parse ] [ types-parse ]
55
+
48
56
## Upgrading to Parse SDK 2.0.0
49
57
50
58
With Parse SDK 2.0.0, gone are the backbone style callbacks and Parse.Promises.
@@ -70,7 +78,12 @@ As of April 5, 2017, Parse, LLC has transferred this code to the parse-community
70
78
[ coverage-status-link ] : http://codecov.io/github/parse-community/Parse-SDK-JS?branch=master
71
79
[ npm-svg ] : https://badge.fury.io/js/parse.svg
72
80
[ npm-link ] : https://npmjs.org/parse
81
+ [ cdn-svg ] : https://img.shields.io/cdnjs/v/parse.svg
82
+ [ cdn-link ] : https://cdnjs.com/libraries/parse
83
+ [ discourse-svg ] : https://img.shields.io/discourse/https/community.parseplatform.org/topics.svg
84
+ [ discourse-link ] : https://community.parseplatform.org/c/sdk/js
73
85
[ license-svg ] : https://img.shields.io/badge/license-BSD-lightgrey.svg
74
86
[ license-link ] : https://github.com/parse-community/Parse-SDK-JS/blob/master/LICENSE
75
- [ greenkeeper-svg ] : https://img.shields.io/badge/license-BSD-lightgrey.svg
76
- [ greenkeeper-link ] : https://badges.greenkeeper.io/parse-community/Parse-SDK-JS.svg
87
+ [ greenkeeper-svg ] : https://badges.greenkeeper.io/parse-community/Parse-SDK-JS.svg
88
+ [ greenkeeper-link ] : https://greenkeeper.io/
89
+ [ types-parse ] : https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/parse
0 commit comments