From 25d2dc2dfe195a747024a1dfd4a4d6c18408290b Mon Sep 17 00:00:00 2001 From: Omar Luq <84993125+omarluq@users.noreply.github.com> Date: Sat, 25 Nov 2023 20:50:07 -0600 Subject: [PATCH] chore: release v0.0.1-beta --- CHANGELOG.md | 15 +++++++++++++++ 1 file changed, 15 insertions(+) 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 +