diff --git a/CHANGELOG.md b/CHANGELOG.md index e69de29b..ae6b0c84 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -0,0 +1,15 @@ + + +## 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 +