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