-
-
Notifications
You must be signed in to change notification settings - Fork 205
Release/1.0.27 #428
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
Merged
Merged
Release/1.0.27 #428
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
* LiveList: reload included objects First implementation * Key was wrong on order change * include sub-includes * reuse loaded pointers * Deleted stuff * Adding listening on included objects to LiveList * Updated readme for ParseLiveList * Update parse_live_list.dart
* Sync subObjects after reconnect * Update README.md
Great work! Thank you
* added subclass handler * integraded subclass handler * added constructor for QueryBuilder using registered SubClasses * subclass handler optimizations * Convenience changes * Convenience change * sembast CoreStore on macos * Fix: ParseUser updated on server but not locally This should be a fix for: #364 and #256 * Update README.md * Update README.md
…d when User login (#375)
* First implementation for ParseLiveElement * ParseLiveElement further implementation * Update parse_live_list.dart * ParseLiveElement working
…MatchKeyInQuery (#379) * Add method whereMatchesKeyInQuery Add method whereMatchesKeyInQuery * Update parse_query.dart * Fix whereMatchesKeyInQuery / whereDoesNotMatchKeyInQuery * Update README.md
- Update README to show how to get google login attributes for parse
Platform.isX is unsupported in web
* Make web compatible calls for locale and skip PackageInfo * Also get country code for web locale * Add description of early web support
Fix Parse Server parameter name
Setting lazyLoading=false should disable lazyLoading.
In theory this should not make any difference. In practise sometimes an error gets thrown: The following NoSuchMethodError was thrown while finalizing the widget tree: The method 'dispose' was called on null. Receiver: null Tried calling: dispose()
* created files and started implementation * add different filetypes to sdk * Update README.md
* added file example to README * Update README.md
…e nor url is set (#411) This breaks the extension at the uploaded file, but otherwise the upload would fail with a server error.
* parseFileConstructor was missing at Parse.initialize * add liveListRetryIntervals to Parse.initialize
Using less libaries is always good.
- Update dependencies
- Static analysis fixes
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Release/1.0.27