Skip to content

Update bounce requirement from 0.8.0 to 0.9.0

Imanuel Ulbricht requested to merge dependabot-cargo-bounce-0.9.0 into main

Updates the requirements on bounce to permit the latest version.

Release notes

Sourced from bounce's releases.

Release 0.9.0

Breaking Changes

  • Compatible with Yew 0.21. Due to the breaking API changes in Yew 0.21 not backwards compatible with Yew 0.20.

Other Changes

  • Updated the Gloo dependency to 0.10
Changelog

Sourced from bounce's changelog.

Release 0.9.0

Breaking Changes

  • Compatible with Yew 0.21. Due to the breaking API changes in Yew 0.21 not backwards compatible with Yew 0.20.

Other Changes

  • Updated the Gloo dependency to 0.10

Release 0.8.0

Breaking Changes

  • Raise MSRV to 1.64.
  • Do not suspend refresh queries.
  • Expose a State type for each Query / Mutation that also references to the value.

Other Changes

  • Fix Mutation Loading and Refreshing.
  • Allow Future Notion name to be omitted.
  • Break loop by returning the inner value.

Release 0.7.0

Other Changes

  • Added get_init_states to BounceRoot that can be used to provide initial state values other than using Default.

Release 0.6.1

Other Changes

  • Added 'property' to the deduplication logic for <meta> tags

Release 0.6.0

Breaking Changes

  • use_mutation_value is renamed to use_mutation.
  • .result() on now returns Option<&...>.

Other Changes

  • Fixed query hooks wrongly fallback when refreshing.
  • Fixed query hooks panicking when already fetching.

Release 0.5.0

... (truncated)

Commits


Dependabot commands
You can trigger Dependabot actions by commenting on this MR
  • $dependabot recreate will recreate this MR rewriting all the manual changes and resolving conflicts

Merge request reports

Loading