Skip to content

Commit

Permalink
chore: release v0.0.1-beta
Browse files Browse the repository at this point in the history
  • Loading branch information
omarluq committed Nov 26, 2023
1 parent 0d2772d commit 25d2dc2
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@

<a name="v0.0.1-beta"></a>
## v0.0.1-beta

> 2023-11-25
### Features

* enhance error handling and warnings
* Add `isWarned` flag that ensures a warning is triggered once
* Implemented setStoreValue method in controllers and added warnings for direct store access inside controllers
* Make store set async and accept promise as arg
* Enhance useStore to provide direct access to store instances and values, update TypeScript types, and add corresponding tests
* Add callback to set

0 comments on commit 25d2dc2

Please sign in to comment.