Skip to content

Tags: dev4mobile/gopherjs

Tags

v1.17.2

Toggle v1.17.2's commit message
Increment GopherJS version to 1.17.2+go1.17.9.

v1.17.2+go1.17.9

Toggle v1.17.2+go1.17.9's commit message
Increment GopherJS version to 1.17.2+go1.17.9.

1.17.1+go1.17.3

Toggle 1.17.1+go1.17.3's commit message
Increment GopherJS version to 1.17.1+go1.17.3.

1.17.0+go1.17.1

Toggle 1.17.0+go1.17.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Merge pull request gopherjs#1043 from gopherjs/wip-go1.17

Go 1.17 support

1.16.4+go1.16.7

Toggle 1.16.4+go1.16.7's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Merge pull request gopherjs#1052 from nevkontakte/master

Prepare for a new GopherJS release.

1.16.3+go1.16.5

Toggle 1.16.3+go1.16.5's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Add `syscall/js` compatibility in the "What's new" section.

1.16.2+go1.16.4

Toggle 1.16.2+go1.16.4's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Merge pull request gopherjs#1028 from nevkontakte/master

Update Go version in CI to 1.16.4 and prepare for a new release

1.16.1+go1.16.3

Toggle 1.16.1+go1.16.3's commit message
Increment GopherJS version to 1.16.1.

1.16.0+go1.16.3

Toggle 1.16.0+go1.16.3's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Merge pull request gopherjs#1015 from gopherjs/go1.16-stdlib

Add support for Go 1.16.3 standard library

1.12.3+go1.12

Toggle 1.12.3+go1.12's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
CI: fix breakage and update minor Go version

The latest version of node-gyp (v7.1.2 at this time) is not compatible
with Node v10.0.0 that circle.yml installs. Go back to a known working
version of node-gyp to get a working CI.

Update the CI script to test against Go 1.12.17¹,
the latest minor release in the Go 1.12.x series.

¹ https://golang.org/doc/devel/release.html#go1.12.minor

Updates gopherjs#894.
Fixes gopherjs#987.

GitHub-Pull-Request: gopherjs#988