Skip to content

Releases: x1unix/go-playground

2.3.0

23 Oct 23:20
1c12365
Compare
Choose a tag to compare

What's Changed

Full Changelog: v2.2.1...v2.3.0

2.2.1

06 Oct 13:19
0186108
Compare
Choose a tag to compare

What's Changed

This is a hotfix release for v2.2.0

Changelog

Full Changelog: v2.2.0...v2.2.1

2.2.0

06 Oct 10:48
Compare
Choose a tag to compare

What's Changed

Hover support

image

Symbol documentation can now be viewed on identifier hover.
Only standard library is supported for now.

Improved autocomplete

Types and interfaces from standard library are now available for autocomplete.

image

Syntax Highlight

Syntax highlight for go.mod files is now available in experimental mode.

image

Changelog

Full Changelog: v2.1.0...v2.2.0

2.1.0

11 Aug 01:06
40c5337
Compare
Choose a tag to compare

What's Changed

  • feat: Refactor settings and make autosave optional by @x1unix in #401
  • chore: update changelog for v2.1.0 by @x1unix in #402

Full Changelog: v2.0.2...v2.1.0

2.0.2

02 Aug 04:53
77cf7fc
Compare
Choose a tag to compare

This is a hotfix release

What's Changed

  • fix: use persistent default go module name by @x1unix in #396
  • feat: make build timeout adjustable by @x1unix in #397

Full Changelog: v2.0.1...v2.0.2

2.0.1

02 Aug 02:18
e58e3f6
Compare
Choose a tag to compare

What's Changed

  • chore: add deployment docs by @x1unix in #391
  • fix(infra): explicitly specify TF project ID by @x1unix in #392
  • chore: remove beta url by @x1unix in #393
  • chore(deps): bump golangci/golangci-lint-action from 6.0.1 to 6.1.0 by @dependabot in #394
  • fix: adjust HTTP response timeout by @x1unix in #395

Full Changelog: v2.0.0...v2.0.1

2.0.0

19 Jul 18:51
638731c
Compare
Choose a tag to compare

What's New

This release contains a lot of changes in user interface and extends WebAssembly support.

New Workspace

image

New workspace brings multi-file projects support.

Examples

Examples feature got overhaul. In addition to new examples, button was moved to a more convenient place and modal UI was improved.

image

Code Completion

Code completion received ability to suggest package paths inside import statements.

Screen Recording 2024-07-15 at 05 58 48

Improved WebAssembly Support

WebAssembly environment became a first class citizen. Go modules, unit tests and third party packages are now fully supported.

image

New Fonts

image

This release brings some new fonts for the editor:

  • Comic Mono
  • Hack
  • IBM Plex Mono
  • Zed Mono

Changelog

Full Changelog: v1.15.2...v2.0.0

2.0.0 Release Candidate 3

19 Jul 02:46
adf98ae
Compare
Choose a tag to compare
Pre-release

Where To Try?

Beta version of the Playground is available at beta.goplay.tools.

What's Changed

  • chore: update issue templates by @x1unix in #383
  • fix: cap download progress events by @x1unix in #385
  • fix: fix dangling download notification by @x1unix in #386
  • feat: notifications dismiss animations by @x1unix in #387

Full Changelog: v2.0.0-rc.2...v2.0.0-rc.3

2.0.0 Release Candidate 2

17 Jul 14:36
890b50c
Compare
Choose a tag to compare
Pre-release

What's Changed

Full Changelog: v2.0.0-rc.1...v2.0.0-rc.2

2.0.0 Release Candidate 1

16 Jul 12:00
Compare
Choose a tag to compare
Pre-release

Where To Try?

Beta version of the Playground is available at beta.goplay.tools.

What's Changed

Full Changelog: v2.0.0-beta.4...v2.0.0-rc.1