Skip to content

v1.44.13

Choose a tag to compare

@razshare razshare released this 12 Oct 03:03
· 395 commits to main since this release

Breaking Changes

  • receive.FormValue() is gone, replaced by receive.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 --dev would then make it impossible to launch the server standalone using go run main.go for example.
  • fixing an issue where package watch would not pass DEV=1 env variable correctly to vite watcher.

Update Guide

Update cli.

go install github.com/razshare/frizzante@v1.44.13

Regenerate core.

frizzante -gcore

Full Changelog: v1.43.1...v1.44.13