Skip to content

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 30 commits into from
Aug 28, 2020
Merged

Release/1.0.27 #428

merged 30 commits into from
Aug 28, 2020

Conversation

phillwiggins
Copy link
Member

Release/1.0.27

phillwiggins and others added 30 commits March 28, 2020 08:39
* LiveList: reload included objects

First implementation

* Key was wrong on order change

* include sub-includes

* reuse loaded pointers

* Deleted stuff
* 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
* 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
* 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.
* forgetLocalSession before login / signUP / loginAnonymous #426

* forgetLocalSession before login / signUP / loginAnonymous #426
- Static analysis fixes
@phillwiggins phillwiggins merged commit 2088bf1 into master Aug 28, 2020
@mtrezza mtrezza deleted the release/1.0.27 branch May 30, 2022 21:48
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.