Skip to content
This repository has been archived by the owner on Jan 26, 2021. It is now read-only.

v0.5.0

Latest
Compare
Choose a tag to compare
@andrewimm andrewimm released this 12 Sep 00:50
· 16 commits to master since this release

New

  • Works with Parse SDK 1.6 onwards
  • Current user subscription will return undefined while it is fetching the current user
    • If no current user exists, it will return null as before
  • Special build for React Native users. If you're building a React Native app, it's recommended that you use require('parse-react/react-native') and require('parse/react-native')

Changes

  • The 'parse-react/class' submodule has moved. Now, you can fetch the ParseComponent class by passing your React singleton to ParseReact.Component(). More information can be found in the API docs.