Releases: x1unix/go-playground
Releases · x1unix/go-playground
2.5.4
What's Changed
- fix: set correct whitespace in output by @x1unix in #480
- chore: Go 1.24 by @x1unix in #481
- chore: v2.5.4 release notes by @x1unix in #482
- fix: update wasm_exec.js path by @x1unix in #483
- feat: support runtime.wasmWrite by @x1unix in #484
- fix: output formatting and running state by @x1unix in #485
- chore: update changelog by @x1unix in #486
- chore(deps): bump golangci/golangci-lint-action from 6.3.2 to 6.4.0 by @dependabot in #477
- chore(deps): bump elliptic from 6.6.0 to 6.6.1 in /web by @dependabot in #478
- chore(deps): bump golangci/golangci-lint-action from 6.4.0 to 6.5.0 by @dependabot in #479
Full Changelog: v2.5.3...v2.5.4
2.5.3
What's Changed
- feat: add changelog for v2.5.3 by @x1unix in #476
- chore: add corepack setup to HACKING.md by @x1unix in #468
- feat(ui): add iterators to examples by @x1unix in #471
- chore(deps): bump golangci/golangci-lint-action from 6.2.0 to 6.3.1 by @dependabot in #473
- chore(deps): bump vitest from 2.1.2 to 2.1.9 in /web by @dependabot in #474
- chore(deps): bump golangci/golangci-lint-action from 6.3.1 to 6.3.2 by @dependabot in #475
Full Changelog: v2.5.2...v2.5.3
2.5.2
2.5.1
v2.5.0
What's Changed
- chore(deps): bump golangci/golangci-lint-action from 6.1.1 to 6.2.0 by @dependabot in #457
- chore(deps): bump vite from 5.4.6 to 5.4.12 in /web by @dependabot in #458
- chore(ci): enable corepack by @x1unix in #462
- feat: fallback mode without xterm.js by @x1unix in #463
- chore: v2.5.0 release notes by @x1unix in #464
Full Changelog: v2.4.0...v2.5.0
2.4.0
What's Changed
- chore(deps): bump elliptic from 6.5.7 to 6.6.0 in /web by @dependabot in #444
- docs(deployment): fixed compose file can't not be found by @egbakou in #445
- chore(deps): bump cross-spawn from 7.0.3 to 7.0.6 in /web by @dependabot in #446
- fix: fix suggestion query by @x1unix in #449
- fix: fix link color in about dialog by @x1unix in #450
- feat: Share snippet on Ctrl/Meta+S hotkey by @x1unix in #451
- chore: add changelog for v2.4.0 by @x1unix in #452
- feat: remove deprecated endpoints by @x1unix in #454
- feat: refactor Go versions check logic by @x1unix in #455
- fix: remove typos by @x1unix in #456
- chore(deps): bump nanoid from 3.3.7 to 3.3.8 in /web by @dependabot in #453
New Contributors
Full Changelog: v2.3.0...v2.4.0
2.3.0
2.2.1
What's Changed
This is a hotfix release for v2.2.0
Changelog
- feat: update favicons by @x1unix in #434
- fix: add missing cache ttl by @x1unix in #435
- feat: remove deprecated endpoints by @x1unix in #436
- fix: fix cache invalidation by @x1unix in #437
- fix: fix release notes URL by @x1unix in #438
Full Changelog: v2.2.0...v2.2.1
2.2.0
What's Changed
Hover support

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.

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

Changelog
- feat: improve Cloud Run deployment template by @x1unix in #404
- feat: add missing Makefile for gcloud example by @x1unix in #405
- chore(deps): bump axios from 1.6.0 to 1.7.4 in /web by @dependabot in #406
- chore(deps): bump elliptic from 6.5.4 to 6.5.7 in /web by @dependabot in #407
- chore: Go 1.23 by @x1unix in #408
- chore(deps): bump micromatch from 4.0.4 to 4.0.8 in /web by @dependabot in #409
- chore(deps): bump path-to-regexp from 1.8.0 to 1.9.0 in /web by @dependabot in #410
- feat: run Go programs in separate worker by @x1unix in #412
- feat: add sponsorship by @x1unix in #413
- chore(deps): bump vite from 5.0.13 to 5.2.14 in /web by @dependabot in #414
- chore(deps): bump vite from 5.3.3 to 5.4.6 in /web by @dependabot in #415
- feat: enhance modal dialog by @x1unix in #416
- feat: local completion - part 1 by @x1unix in #417
- chore(deps): bump rollup from 4.22.0 to 4.22.4 in /web by @dependabot in #418
- feat: local completion index by @x1unix in #419
- feat: support documentation on hover by @x1unix in #421
- fix: autocompletion issues by @x1unix in #422
- fix: snippets description by @x1unix in #423
- feat: use language worker by @x1unix in #424
- feat: Reduce application bundle size by @x1unix in #425
- feat: move WASM and JSON file builds from Docker by @x1unix in #426
- chore(deps): bump golangci/golangci-lint-action from 6.1.0 to 6.1.1 by @dependabot in #420
- chore: update changelog for v2.2.0 by @x1unix in #428
- feat: basic Go.Mod syntax support by @x1unix in #430
- feat: refactor syntax checker by @x1unix in #431
- fix: append model version id to marker by @x1unix in #432
Full Changelog: v2.1.0...v2.2.0