Skip to content

Releases: parse-community/Parse-SDK-Flutter

dart-3.1.12

01 Feb 18:02
664689c
Compare
Choose a tag to compare

3.1.12 (2023-02-01)

Bug Fixes

  • ParseObject.fromJson does not send proper payload to server (#688)

dart-3.1.11

21 Jan 22:37
2afa2ad
Compare
Choose a tag to compare

3.1.11 (2023-01-21)

Features

  • Add query constraint wherePolygonContains to determine whether a point in within a polygon (#777)

dart-3.1.10

16 Jan 11:31
7f24fb2
Compare
Choose a tag to compare

3.1.10 (2023-01-16)

Bug Fixes

  • Time zone data not set in ParseInstallation (#96)

dart-3.1.9

24 Dec 23:30
5f84a8b
Compare
Choose a tag to compare

3.1.9 (2022-12-25)

Bug Fixes

  • Include option in getObject feature is not working (#813)

dart-3.1.8

23 Dec 07:53
7dd2626
Compare
Choose a tag to compare

3.1.8 (2022-12-23)

Features

  • Add ParseObject.toJson() to create a JSON representation (#616)

dart-3.1.7

22 Dec 19:05
e2d0e4e
Compare
Choose a tag to compare

3.1.7 (2022-12-22)

Features

  • Add include option to getObject and fetch (#798)

dart-3.1.6

21 Dec 15:21
2befe18
Compare
Choose a tag to compare

3.1.6 (2022-12-21)

Bug Fixes

  • Add and, nor operators in QueryBuilder (#795)

dart-3.1.5

16 Dec 18:49
60ca5a4
Compare
Choose a tag to compare

3.1.5 (2022-12-16)

Bug Fixes

  • Add upload / download cancel and progress callback for ParseFile (#807)

dart-3.1.4

14 Dec 19:35
4fa035c
Compare
Choose a tag to compare

3.1.4 (2022-12-14)

Bug Fixes

  • SDK crashes due to missing error code property in ParseNetworkResponse.data (#799)

dart-3.1.3

15 Nov 14:49
7fb7ce6
Compare
Choose a tag to compare

3.1.3 (2022-11-15)

Bug Fixes

  • Custom JSON encoder for List and Map doesn't work correctly in full mode (#788)