Releases: parse-community/Parse-SDK-Flutter
Releases · parse-community/Parse-SDK-Flutter
dart-3.1.12
3.1.12 (2023-02-01)
Bug Fixes
ParseObject.fromJson
does not send proper payload to server (#688)
dart-3.1.11
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
3.1.10 (2023-01-16)
Bug Fixes
- Time zone data not set in
ParseInstallation
(#96)
dart-3.1.9
3.1.9 (2022-12-25)
Bug Fixes
- Include option in
getObject
feature is not working (#813)
dart-3.1.8
3.1.8 (2022-12-23)
Features
- Add
ParseObject.toJson()
to create a JSON representation (#616)
dart-3.1.7
3.1.7 (2022-12-22)
Features
- Add
include
option to getObject
and fetch
(#798)
dart-3.1.6
3.1.6 (2022-12-21)
Bug Fixes
- Add
and
, nor
operators in QueryBuilder (#795)
dart-3.1.5
3.1.5 (2022-12-16)
Bug Fixes
- Add upload / download cancel and progress callback for
ParseFile
(#807)
dart-3.1.4
3.1.4 (2022-12-14)
Bug Fixes
- SDK crashes due to missing error code property in
ParseNetworkResponse.data
(#799)
dart-3.1.3
3.1.3 (2022-11-15)
Bug Fixes
- Custom JSON encoder for List and Map doesn't work correctly in
full
mode (#788)