app v6.0.1 Release Notes

Release Date: 2020-03-08 // about 4 years ago
  • Hello, 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.