-
-
Notifications
You must be signed in to change notification settings - Fork 214
Release/2.1.0 #566
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Release/2.1.0 #566
Conversation
Should be inclunded into #488.
* dont send X-Parse-Installation-Id on web * added doNotSendInstallationID parameter to user functions * use development branch in pubspec.yaml
* abstracted ParseClient * added http client * export client classes * fix autoSendSessionId * Update pubspec.yaml * Update pubspec.yaml * format code * renamed files * Revert "renamed files" This reverts commit 9853c3b. * renamed files * fix copy-past mistake * flutter format * Fixes file upload when using ParseHTTPClient * added Network client section to the flutter readme
add types to ParseObject.getRelation() Co-Authored-By: Artjom <artjom.buechert@hms-networks.com>
This #508 was based on master. As a reult, this happend. Should be fixed now.
Correctly encode value in addConfig() function
This #513 was based on master. As a result, this happend. Should be fixed now.
* Update parse_live_list.dart added Build Animated Grid to ParseLiveListWidget * Create parse_live_grid.dart Separated ParseLiveGridWidget from ParseLiveListWidget as suggested by @fischerscode * Update parse_server_sdk.dart * GridList * [ParseLiveGrid] fix item removal There was an error when a item was added/removed Co-authored-by: Maximilian Fischer <github@maaeps.de>
Improves the object to perform the Login using the POST method as a request.
Change default login and signin method to POST #542
Fix the conversion to JSON of Map with the POST request parameters. Thanks @nstrelow
Revert "Change default login and signin method to POST #542"
Change the Login object to use the POST method as a request to the Parse Server. Also fixed the parameter "queryParams" to avoid errors.
Update parse_user.dart to use the POST method as a Login request to Parse Server.
This reverts commit 1fb4d27.
This reverts commit b78d1bc.
Change to the method to POST in the Login
* Fix CoreStoreSembastImp with no default passwod causes error in Flutter Package * Fix ParseACL with no default value in setReadAccess and setWriteAccess *Add method excludeKeys: Exclude specific fields from the returned query
* Updated Dependencies version in pubspec.yaml * Fix typo in the ParseConnectivity provided Error message parse_live_query.dart
Updated Dependencies version in pubspec.yaml
Fix CoreStoreSembastImp / Fix ParseACL / New Query Method / Updated Dependencies version / Fix error message parse_live_query.dart / Updated dependencies / Make ParseHTTPClient default Client
Empty Query Widget ParseLiveList
- Update references to 2.1.0
|
@RodrigoSMarques - Hey! Sorry for not getting back in touch, I have been crazy busy. Both libs have been released to pub dev. Please can you review this MR and run some tests on the latest release. Let me know if there's any issues! |
|
Thanks @phillwiggins The conflicts were resolved and the code updated on the master. I ran my application that tests all Parse operations and found no error. I'm doing tests in the past few weeks and a real app. We have to prepare the package version for null safety. I will create a new branch and try to migrate. |
|
Brilliant. Good effort 👍
…On Thu, 18 Feb 2021, 11:37 Rodrigo de Souza Marques, < ***@***.***> wrote:
Thanks @phillwiggins <https://github.com/phillwiggins>
The conflicts were resolved and the code updated on the master.
I ran my application that tests all Parse operations and found no error.
I'm doing tests in the past few weeks and a real app.
We have to prepare the package version for null safety.
https://dart.dev/null-safety/migration-guide
I will create a new branch and try to migrate.
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub
<#566 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AB4CPXT3I7GQVEXEI7K2TK3S7T3X7ANCNFSM4XZUFXDQ>
.
|
No description provided.