Skip to content

Releases: x1unix/go-playground

2.5.5

09 Apr 05:40
c308871
Compare
Choose a tag to compare

What's Changed

  • feat: update examples by @x1unix in #495
  • chore: upgrade to golangci-lint v2 by @x1unix in #496
  • chore(deps): bump golangci/golangci-lint-action from 6.5.0 to 6.5.1 by @dependabot in #488
  • chore(deps): bump @babel/runtime-corejs3 from 7.17.0 to 7.26.10 in /web by @dependabot in #490
  • chore(deps): bump @babel/helpers from 7.17.0 to 7.26.10 in /web by @dependabot in #491
  • chore(deps): bump @babel/runtime from 7.8.3 to 7.26.10 in /web by @dependabot in #489
  • chore(deps): bump golangci/golangci-lint-action from 6.5.1 to 6.5.2 by @dependabot in #492

Full Changelog: v2.5.4...v2.5.5

2.5.4

06 Mar 05:52
ba405b9
Compare
Choose a tag to compare

What's Changed

Full Changelog: v2.5.3...v2.5.4

2.5.3

11 Feb 16:17
bd04b68
Compare
Choose a tag to compare

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

25 Jan 06:54
59be850
Compare
Choose a tag to compare

What's Changed

Hotfix

  • fix: broken styles after @fluentui/react migration by @x1unix in #466

Full Changelog: v2.5.1...v2.5.2

2.5.1

25 Jan 05:59
752eb84
Compare
Choose a tag to compare

What's Changed

Full Changelog: v2.5.0...v2.5.1

v2.5.0

25 Jan 03:53
78eee1b
Compare
Choose a tag to compare

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

15 Dec 06:49
78ec12e
Compare
Choose a tag to compare

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

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