Skip to content

Releases: x1unix/go-playground

1.8.4

26 Mar 10:01
bbe77d1
Compare
Choose a tag to compare

Security fixes

  • #139 bump bump node-forge from 1.2.1 to 1.3.0
  • #138 bump actions/cache from 2 to 3

1.8.3

17 Mar 15:39
e7ae0e3
Compare
Choose a tag to compare

This is a hotfix release.

Bugfixes

  • #132 Fix invalid snippet URL in share popup link (closes #131)

1.8.2

16 Mar 10:37
2ea5321
Compare
Choose a tag to compare

Features

Misc

  • #130 Do multiarch builds in parallel

1.8.1

14 Mar 08:37
Compare
Choose a tag to compare

Features

  • #119 Make Google Analytics tag optional and configurable using container environment variables.

Bugfixes

  • #122 Bypass environment variables to Go compiler (closes #118)

Misc

1.8.0

12 Mar 01:48
Compare
Choose a tag to compare

Features

  • #115 Add base64-encoded images output support.
  • #113 Add GoTip environment support for experimental Go versions.
  • #114 Add Go constraints/generics example snippet.

Bugfixes

  • #117 WebAssembly: fix execution context for methods that require Window interface.
  • #116 Fix fmtprintf snippet.

1.7.1

10 Mar 02:35
88b1074
Compare
Choose a tag to compare

Features

  • #110 Add examples for defer, panic and recover in snippets (issue: #102)
  • #109 Add support for custom web assets path with -static-dir flag

Bugfixes

  • #108 Properly handle invalid URLs and return 404 page.
  • #106 Automatically obtain GOROOT value from Go if environment variable is not defined.

1.7.0

08 Feb 19:25
150bee6
Compare
Choose a tag to compare

Features

  • #89 Add resizable application output (issue: #81)
  • #93 Add clear command (issue: #60)
  • #92 Add share snippet notification (issue: #6)
  • #94 Hide text in What's new button to save space on mobile devices.
  • #97 Update SDK to Go 1.17.6
  • #96 Add PWA support

Bugfixes

  • #96 Fix "Application updated" alert issues (issue: #83)

Misc

  • #88 Replace obsolete react-app-rewired with craco
  • #86 Update core dependencies (react, react-scripts, etc...)
  • #99 Update GitHub Actions release script.

1.6.2 - Hotfix

20 Aug 02:37
fb03b3a
Compare
Choose a tag to compare

Changelog

  • Updated WebAssembly bridge for Go 1.14.x

1.6.1

19 Aug 20:57
Compare
Choose a tag to compare

Changelog

Hotkeys

  • #40 Changed hotkey for Run command
  • Added hotkey for goimports action - Ctrl+Shift+F

Editor

  • Added commands to command palette (F1 to open command palette)

image
image

1.6.0

18 Aug 17:20
9af0f0e
Compare
Choose a tag to compare

Changelog

Hotkeys

#33 - Added F5 hotkey for source code build and run.

Editor

Improved code suggestion snippets for functions. Editor will insert function call with arguments suggestion.

Alt Text

Other

  • Editor - fixed snippets suggestion issue
  • Server - Custom playground URL support (#38)