Releases: parse-community/Parse-SDK-Flutter
Releases · parse-community/Parse-SDK-Flutter
Release V1.0.11
Merge branches 'develop' and 'master' of https://github.com/phillwigg…
Release V1.0.10
Added ParseConfig
Fixed queries for objects extending ParseObject
Release V1.0.9
Version 1.0.9 - Fixed health check
Release V1.0.8
Small changes, fixed RegEx queries, fixed includes query
Release V1.0.7
Fixed some response types
Release V1.0.6
Breaking Fix - ParseUser types now mostly return ParseResponse
Release V1.0.5
Fixed saving issues, fixed Pointers
Release V1.0.4
Now using generics. Created fix for cloneable objects
Release V1.0.3
Added persistent storage. When a logged in user closes the app, then reopens, the data
will now be persistent. Best practice would be to Parse.init, then Parse.currentUser. This
will return the current user session and allow auto login. Can also pin data in storage.
Release V1.0.2
Fixed login issues