verida / documentation

0 stars 4 forks source link

build(deps): bump state-pool from 0.6.0 to 0.10.0 #210

Closed dependabot[bot] closed 5 months ago

dependabot[bot] commented 10 months ago

Bumps state-pool from 0.6.0 to 0.10.0.

Release notes

Sourced from state-pool's releases.

v0.10.0

Intro

Hello everyone!,

We are excited🎉 to announce that our library is getting very close to a stable API and we will soon be releasing version 1.0. We have been working hard to introduce new features that we believe will improve your experience with the library. However, before we can release version 1.0, we need to thoroughly test these features(in this release) to ensure that they meet our quality standards.

We encourage all of our users to help us with testing these new features by trying them out and reporting any issues or bugs you encounter. Your feedback is valuable to us and will help us ensure that the final release is as stable and reliable as possible.

New Features ✨

  • Simplify low level API #162
  • Add a way to initialize state lazily #163
  • Implement local state management #165
  • Double down on types(Make the lib strongly typed) #166
  • Return state object reference in useState & useReducer hooks #177
  • Add a way to check if a state is available in a store before accessing it #167
  • Add a way to initialize store in instantiation #168
  • Add a way to iterate over state in a store #160
  • Add a method to get state value directly from a store #161
  • Add default export in index.js and some files including State.js, Store.js, useReducer.js and useState.js #164

Fixes 🐛

  • Immer updating to 10.x version throwing errors #178

v0.9.0

New Features

Fixes

  • Remove store subscription after removing a global state from a store [Commit Ref]

0.8.1

Fixes

v0.8.0

New Features

Fixes

v0.7.1

Fixes

v0.7.0

New Features

... (truncated)

Commits
  • 63c6546 Merge pull request #187 from yezyilomo/release_v0.10.0
  • 4a8c7e3 🔖Release v0.10.0
  • 83750e9 Merge pull request #186 from yezyilomo/update-docs
  • 42161b0 📝Update docs
  • 6f374ec Merge pull request #185 from yezyilomo/update-documentation
  • 2350ee3 📝Update documentation
  • cae85b3 📝Update README.md
  • a6662ce Merge pull request #184 from yezyilomo/update-tests
  • d1c9152 ✅Update tests
  • 3f67976 Merge pull request #183 from yezyilomo/return-state-object-ref-in-state-hooks
  • Additional commits viewable in compare view


Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot show ignore conditions` will show all of the ignore conditions of the specified dependency - `@dependabot ignore major version` will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself) - `@dependabot ignore minor version` will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself) - `@dependabot ignore ` will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself) - `@dependabot unignore ` will remove all of the ignore conditions of the specified dependency - `@dependabot unignore ` will remove the ignore condition of the specified dependency and ignore conditions
dependabot[bot] commented 5 months ago

Superseded by #222.