GopherJS 1.11–1 is released

Dmitri Shuralyov
GopherJS
Published in
2 min readAug 25, 2018

Who says releasing on Saturday is a bad idea?

Today we are happy to announce the release of GopherJS 1.11–1. You can get it on GitHub as usual.

It adds support for the recent release of Go 1.11. The support for Go 1.11 means that GopherJS 1.11–1 requires Go 1.11 and no longer works with Go 1.10. It’s highly recommended to be using the latest version of Go and GopherJS, but if you cannot upgrade from Go 1.10 right away, you should continue to use GopherJS on the go1.10 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.11-1.

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

Thank you to all contributors who have helped with this release. It is greatly appreciated.

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

Happy surfing with Go 1.11 and GopherJS 1.11–1!

--

--