Skip to content

5.1.0

Compare
Choose a tag to compare
@cbaker6 cbaker6 released this 10 Mar 21:43
· 83 commits to main since this release
7fe4872

Full Changelog, Documentation

New features

  • Add ParseConfigCodable type that allows access to the Parse Server Config as a dictionary. ParseConfigCodable and types that conform to ParseConfig are interoperable (#68), thanks to @cbaker6.
  • Make it easier to login with email or authData (#67), thanks to @cbaker6.
  • Add missing async/await and Combine ParseUser.become() type methods (#66), thanks to @cbaker6.