5.1.0
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.