GopherJS 1.8-1 is released

Dmitri Shuralyov
GopherJS
Published in
2 min readFeb 17, 2017

Today we are happy to announce the release of GopherJS 1.8-1. You can get it on GitHub. It adds support for the recent release of Go 1.8. There have been significant performance improvements and enhancements since GopherJS 1.7-1.

The support for Go 1.8 means that GopherJS 1.8-1 requires Go 1.8 and no longer works with Go 1.7. It’s highly recommended to be using the latest version of Go and GopherJS, but if you cannot upgrade from Go 1.7 right away, you should continue to use GopherJS on the go1.7 branch.

Installation or upgrade steps remain the same as before. To get the latest official stable release of GopherJS, please follow the instructions in the README. You can confirm that you have the right version if gopherjs version prints GopherJS 1.8-1.

GopherJS 1.8-1 continues to support nearly everything of the Go language specification, including goroutines. Please consult the package compatibility table to see which standard library packages are supported. Everything from the previous Go 1.7 version is still supported, as are many of the additions that are new to Go 1.8. If you run into any bugs or discrepancies with what the compatibility table says, please file an issue.

Some of the highlights of changes that have gone into the new release include:

Thank you to all contributors who have helped with this release, whether that’s by improving documentation, helping resolve issues, contributing code and maintaining bindings to browser APIs. It is greatly appreciated. We welcome all help; if you’d like to get involved, see the community section. If you have a good experience with GopherJS, tell your fellow gophers about it!

If you’d like to get started with GopherJS, here are some next steps you can take:

Happy surfing with Go 1.8 and GopherJS 1.8-1!

--

--