Skip to content

Releases: parse-community/Parse-SDK-Flutter

Release V1.0.11

07 Feb 18:14

Choose a tag to compare

Merge branches 'develop' and 'master' of https://github.com/phillwigg…

Release V1.0.10

24 Jan 18:40

Choose a tag to compare

Added ParseConfig
Fixed queries for objects extending ParseObject

Release V1.0.9

21 Jan 18:13

Choose a tag to compare

Version 1.0.9 - Fixed health check

Release V1.0.8

20 Jan 08:49

Choose a tag to compare

Small changes, fixed RegEx queries, fixed includes query

Release V1.0.7

19 Jan 11:17

Choose a tag to compare

Fixed some response types

Release V1.0.6

19 Jan 11:16

Choose a tag to compare

Breaking Fix - ParseUser types now mostly return ParseResponse

Release V1.0.5

13 Jan 11:38

Choose a tag to compare

Fixed saving issues, fixed Pointers

Release V1.0.4

10 Jan 20:50
522d003

Choose a tag to compare

Now using generics. Created fix for cloneable objects

Release V1.0.3

09 Jan 22:22

Choose a tag to compare

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

08 Jan 20:09

Choose a tag to compare

Fixed login issues