Releases: x1unix/go-playground
1.7.1
1.7.0
1.6.2 - Hotfix
Changelog
- Updated WebAssembly bridge for Go 1.14.x
1.6.1
1.6.0
1.5.1
1.5.0
Changelog
Examples and templates
In this release we added new section near Open menu button.
This section contains templates for code (such as unit tests) with Go snippets and tutorials which can be useful while learning Go.
Code snippets
To make coding faster, we added some code snippets that will allow to paste code expression using special alias.
Short list of available snippets:
* iferr
- Error handling snippet
* switch
- Quick switch declaration
* typestruct
- Quickly declare struct
* fmtprintf
- fmt.Printf shorthand
Full list of snippets available here
Custom fonts and font ligatures
This release adds editor font selection option to settings modal and programming font ligatures support.
Other minor changes and fixes
- Fixed default fallback font for editor bug that affected Linux users
- Added experimental update popup
- Added changelog modal
- Added "Submit Issue" and "Donate" options to menu
- Updated Go version to 1.14 for WASM builds
- Updated
monaco-editor
package that powers Better Go Playground
1.4.2
1.4.1
1.4.0
Changelog
This minor release adds Go code errors report in editor
Go code errors report
We added background code syntax checker based on go/parser package. Checker is written in Go and compiled as WebAssembly binary.
If your browser supports WebAssembly, checker will start in separate worker thread and will report for syntax error in your code on code change.