33[ ![ Build Status] [ build-status-svg ]] [ build-status-link ]
44[ ![ Test Coverage] [ coverage-status-svg ]] [ coverage-status-link ]
55[ ![ 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]
88[ ![ Greenkeeper badge] [ greenkeeper-svg ]] [ greenkeeper-link ]
9+ [ ![ License] [ license-svg ]] [ license-link ]
910
1011[ ![ Backers on Open Collective] ( https://opencollective.com/parse-server/backers/badge.svg )] ( #backers )
1112[ ![ Sponsors on Open Collective] ( https://opencollective.com/parse-server/sponsors/badge.svg )] ( #sponsors )
@@ -45,6 +46,13 @@ const AsyncStorage = require('react-native').AsyncStorage;
4546Parse .setAsyncStorage (AsyncStorage);
4647```
4748
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+
4856## Upgrading to Parse SDK 2.0.0
4957
5058With 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
7078 [ coverage-status-link ] : http://codecov.io/github/parse-community/Parse-SDK-JS?branch=master
7179 [ npm-svg ] : https://badge.fury.io/js/parse.svg
7280 [ 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
7385 [ license-svg ] : https://img.shields.io/badge/license-BSD-lightgrey.svg
7486 [ 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