Go Playground Versions Save

Better Go Playground powered by React and Monaco editor

v1.15.1

2 months ago

This hotfix release fixes a critical error in the Go Playground API response handle, leading to server panic.

v2.0.0-beta.1

3 months ago

Description

This is the first public preview of the upcoming 2.0.0 release, which includes many major changes.

Where To Try?

The unstable version is available at staging.goplay.tools.

[!WARNING]
This is an unstable version. Please feel free to report any found bugs.

Changes

Multi File Support

This release brings one of the most requested features - multiple files support.

image

Third-Party Packages in WebAssembly

We added support for third-party packages for WebAssembly Environment.

image

Improved Examples

Examples were moved to a more recognizable place and the UI of examples was also improved.

image

Refactoring

This release also brings a lot of changes that happened under the hood.

  • Project migrated from create-react-app to Vite.
  • Replaced old Monaco component with @monaco-editor/react.
  • Lots of refactoring on frontend and backend sides.

v1.15.0

3 months ago

Major Changes

New Output Render

This release brings new xterm-based rendered for output which supports terminal sequences and colored output.

image

As a bonus, we provide a few options to customize a terminal appearance.

image

Changelog

Full Changelog: https://github.com/x1unix/go-playground/compare/v1.14.1...v1.15.0

v1.14.1

3 months ago

What's Changed

Full Changelog: https://github.com/x1unix/go-playground/compare/v1.14.0...v1.14.1

v1.14.0

3 months ago

What's Changed

Closed issues

  • #293
  • #292
  • #290

Dependencies

Full Changelog: https://github.com/x1unix/go-playground/compare/v1.13.4...v1.14.0

v1.13.4

8 months ago

What's Changed

New Contributors

Full Changelog: https://github.com/x1unix/go-playground/compare/v1.13.3...v1.13.4

v1.13.3

11 months ago

Description

This hotfix release rolls back the broken cache cleanup implementation that runs before the app update notification.

Users who have a previous version cached might be affected by this change during the web worker update. If you see Page cannot be loaded browser error, please try to clean manually the app cache via DevTools and try to reload a page a couple of times.

image

What's Changed

Full Changelog: https://github.com/x1unix/go-playground/compare/v1.13.2...v1.13.3

v1.13.2

11 months ago

What's Changed

Full Changelog: https://github.com/x1unix/go-playground/compare/v1.13.1...v1.13.2

v1.13.1

11 months ago

What's Changed

Full Changelog: https://github.com/x1unix/go-playground/compare/v1.13.0...v1.13.1

v1.13.0

11 months ago

What's Changed

Misc Changes

Misc changes

Full Changelog: https://github.com/x1unix/go-playground/compare/v1.12.0...v1.13.0