Releases: x1unix/go-playground
Releases · x1unix/go-playground
1.8.4
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
This is a hotfix release.
Bugfixes
- #132 Fix invalid snippet URL in share popup link (closes #131)
1.8.2
Features
Misc
- #130 Do multiarch builds in parallel
1.8.1
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
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
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
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
Changelog
- Updated WebAssembly bridge for Go 1.14.x
1.6.1
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)


1.6.0
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.

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