Changelog History
Page 3
-
v6.0.3 Changes
March 08, 2020โก๏ธ Update instructions are updated to reflect the go module requirement.
-
v6.0.2 Changes
March 08, 2020- ๐ Links to go.dev documentation are fixed in README and Wiki
-
v6.0.1 Changes
March 08, 2020Hello, this is Maxence and I'm glad to release this new version of the go-app package.
๐ It has been a while since the previous major version has been released and after a year using it, despite being happy of the result, I was not satisfied with a couple of things:
- ๐ The use of the
goapp
program for building - Relied on generated static resources to work
- ๐ HTML template was hard to debug since it does not have HTML code check and lint
- Hack to make HTML communicate with Go was hard to maintain
In order to address those drawbacks, the v1.0.0 brings a couple of changes on the table:
- ๐ No more
goapp
build tool - A declarative syntax that uses only Go
- ๐ Documentation!
- ๐ Support for go modue
๐ This brings a lot of breaking changes. Check the Readme and the Wiki to know more about how to build progressive web apps with this package.
๐ Hope this version helps you build awesome apps,
Maxence.
- ๐ The use of the
-
v6.0.0.rc Changes
February 23, 2020๐ Release candidate for testing purposes.
-
v5.4.1
March 08, 2020 -
v5.4.0 Changes
March 08, 2020Bring v5 compatible with Go module.
-
v5.3.4 Changes
February 27, 2020๐ This release fixes the
goapp
icon path that was not modified when the package was renamedgo-app
.
Thanks to @a4913994 for spotting this. -
v5.3.3 Changes
February 26, 2020๐ฆ This package has been renamed
go-app
.
This version migrates all the import paths to match the new name. -
v5.3.2 Changes
February 23, 2020โ Add go module.
-
v5.3.1 Changes
February 23, 2020- ๐ Fix tag for
go mod
- ๐ Fix tag for