-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
15 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 | ||
|