Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

fix(deps): update dependency io.github.hoc081098:kmp-viewmodel-savedstate to v0.3.0 #46

Merged

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Mar 18, 2023

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
io.github.hoc081098:kmp-viewmodel-savedstate 0.2.0 -> 0.3.0 age adoption passing confidence

Release Notes

hoc081098/kmp-viewmodel

v0.3.0

Compare Source

Added
  • Add NonNullFlowWrapper and NullableFlowWrapper, that are wrappers for Flows
    that provides a more convenient API for subscribing to the Flows on Darwin targets (iOS, macOS, tvOS, watchOS)
    // Kotlin code
    val flow: StateFlow<Int>
    // Swift code
    NonNullFlowWrapper<KotlinInt>(flow: flow).subscribe(
      scope: scope,
      onValue: { print("Received ", $0) }
    )
Changed
  • Add more example, refactor example code.
  • Add more docs: 0.x docs.
  • Add more tests.
  • Gradle 8.0.2.
  • Dokka 1.8.10.

Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

This PR has been generated by Mend Renovate. View repository job log here.

@codecov
Copy link

codecov bot commented Mar 18, 2023

Codecov Report

Patch and project coverage have no change.

Comparison is base (cb01645) 65.52% compared to head (5ea0fc9) 65.52%.

Additional details and impacted files
@@           Coverage Diff           @@
##           master      #46   +/-   ##
=======================================
  Coverage   65.52%   65.52%           
=======================================
  Files          67       67           
  Lines        2692     2692           
  Branches      311      311           
=======================================
  Hits         1764     1764           
  Misses        779      779           
  Partials      149      149           

Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here.

☔ View full report in Codecov by Sentry.
📢 Do you have feedback about the report comment? Let us know in this issue.

@hoc081098 hoc081098 merged commit a05227c into master Mar 18, 2023
@renovate renovate bot deleted the renovate/io.github.hoc081098-kmp-viewmodel-savedstate-0.x branch March 18, 2023 08:20
# for free to join this conversation on GitHub. Already have an account? # to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant