Go App Versions Save

A package to build progressive web apps with Go programming language and WebAssembly.

v9.8.0

8 months ago
  • Go v1.21 Support
  • Page preloads
  • Replace API string argument by format func (format string, v... any)

v9.7.3

9 months ago

Fixes nested component root updates.

v9.7.2

9 months ago
  • fixes #838 where go-app loader styles were broken.

v9.7.1

9 months ago
  • Fix double styles reference

v9.7.0

9 months ago
  • Routing with fun support
  • Pre-rendered pages are not cached anymore
  • Twitter card support
  • Expired states are now removed from the browser's local storage
  • Handler Preconnect
  • Handler Fonts

v9.6.7

1 year ago

Summary

  • show the icon on Safari tabs

v9.6.4

1 year ago

Summary

  • Loader label is not forced to be lowercase anymore
  • Proxy resources are now fetched from HTTP when TLS is set in a http.Handler. Thanks @oderwat

v9.6.3

1 year ago

Summary

  • fix loading icon spin

v9.6.2

1 year ago

Summary

  • Loading label is now also evaluated on server side

v9.6.1

1 year ago

Summary

  • Go requirement bumped to Go v1.18
  • Custom elements (Elem and ElemSelfClosing)
  • Prevent component update
  • Engine optimization that ensure a component update is done once per frame cycle
  • Wasm progress
  • Customizable app-worker.js template
  • Documentation tweaks

Thanks

  • @oderwat