Skip to content
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 0.15.0 #219

Merged
merged 24 commits into from
Dec 19, 2022
Merged

Release 0.15.0 #219

merged 24 commits into from
Dec 19, 2022

Conversation

Alex009
Copy link
Member

@Alex009 Alex009 commented Dec 19, 2022

Changes

kramlex and others added 24 commits September 25, 2022 01:16
Accessing `stateFlow.value` is not guaranteed to always return the same instance even when the underlying value is unchanged. This  stateFlow behavior was incorrectly causing infinite `objectWillChange` events due to the equality test always reporting `false` even when the new value was, in fact, equal to the previous.

The fix is to go through [`isEqual(to:)`](https://developer.apple.com/documentation/foundation/nsarray/1411770-isequal) to compare the value _contents_ when determine equality before firing off an `objectWillChange` event.
Removed unnecessary dependency on appcompat library
- remove protected from viewModelScope
Add Mvvm-flow-material/ textinputlayout error binding for android
Prevent memory churn described in #208
@Alex009 Alex009 added this to the 0.15.0 milestone Dec 19, 2022
@sonarqubecloud
Copy link

Kudos, SonarCloud Quality Gate passed!    Quality Gate passed

Bug A 0 Bugs
Vulnerability A 0 Vulnerabilities
Security Hotspot A 0 Security Hotspots
Code Smell A 0 Code Smells

No Coverage information No Coverage information
0.0% 0.0% Duplication

@Alex009 Alex009 merged commit 4ab6dee into master Dec 19, 2022
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.

5 participants