Skip to content

Update bounce requirement from 0.7.0 to 0.8.0

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

Updates the requirements on bounce to permit the latest version.

Release notes

Sourced from bounce's releases.

Release 0.8.0

What's Changed

Full Changelog: https://github.com/bounce-rs/bounce/compare/v0.7.0...v0.8.0

Changelog

Sourced from bounce's changelog.

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

Other Changes

  • Helmet API now supports SSR.
  • Added use_query which fetches data via Suspense.
  • Added use_prepared_query, which works like use_query but preserves the value created in SSR.

Release 0.4.0

Breaking Changes

... (truncated)

Commits
  • a366daf Expose a State type for each Query / Mutation that also references to the val...
  • 79ee443 Prepare Release v0.8 (#84)
  • 540bd25 Fix Mutation Loading and Refreshing (#83)
  • 88ff6b0 Allow Future Notion name to be omitted (#82)
  • 3e03609 Do not suspend refresh queries (#81)
  • 443b08f Break loop by returning the inner value (#80)
  • 3ce57d8 Update gloo requirement from 0.8.1 to 0.9.0 (#79)
  • b5006b1 Bump JamesIves/github-pages-deploy-action from 4.4.2 to 4.4.3 (#76)
  • See full diff in compare view


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