v1.44.13
Breaking Changes
receive.FormValue()is gone, replaced byreceive.From(), read more here.
Changes
- forms can now parse array primitives and array multipart files by @cmjoseph07 in #32
- fixing an inconsistency with the client side router where the view would be destroyed, mounted again and destroyed again before navigating away to a new view, triggering transition animations unnecessarily.
- fixing an issue with development mode, where packaging the app with
frizzante --devwould then make it impossible to launch the server standalone usinggo run main.gofor example. - fixing an issue where package watch would not pass
DEV=1env variable correctly to vite watcher.
Update Guide
Update cli.
go install github.com/razshare/frizzante@v1.44.13Regenerate core.
frizzante -gcoreFull Changelog: v1.43.1...v1.44.13