Skip to content

1.2.2

Compare
Choose a tag to compare
@cbaker6 cbaker6 released this 22 Mar 00:43
· 231 commits to main since this release
453ebdb

Full Changelog

New features

  • Allow custom objectIds (#100), thanks to @cbaker6.
  • Add ParseTwitter and ParseFacebook authentication (#97), thanks to @abs8090.
  • Add build support for Android (#90), thanks to @jt9897253.

Fixes

  • There was another bug after a user first logs in anonymously and then becomes a real user. The authData sent to the server wasn't stripped, keep the user anonymous instead of making them a real user (#100), thanks to @cbaker6.