diff --git a/.changeset/twelve-rocks-push.md b/.changeset/twelve-rocks-push.md new file mode 100644 index 00000000..abcb9965 --- /dev/null +++ b/.changeset/twelve-rocks-push.md @@ -0,0 +1,8 @@ +--- +"frog": patch +--- + +Implemented a feature where `initialState` can be a callback receiving Hono's `Context`. + +This is particularly useful when dealing with path parameters to dynamically initiate state. +This state will also be accessible in `c.previousState` in the Image Handler.