Skip to content

Go 1.12 support + offline mode

Compare
Choose a tag to compare
@maxence-charriere maxence-charriere released this 01 Mar 02:09
· 446 commits to master since this release
36681f7

Go 1.12 support

This version brings go 1.12 compatibility.
Go 1.12 introduced a breaking change with the syscall/js package.

TODO to make this package work:

  • update go to 1.12
  • update the goapp cli tool: goapp update -v or go get -u -v github.com/maxence-charriere/app/cmd/goapp

Offline mode

Web worker has been implemented in order to support offline mode.