Skip to content

Releases: x1unix/go-playground

1.13.2

15 May 16:53
95065c7
Compare
Choose a tag to compare

What's Changed

  • fix: properly filter content length by @x1unix in #244
  • fix: properly handle Go execution timeout by @x1unix in #246

Full Changelog: v1.13.1...v1.13.2

1.13.1

13 May 19:40
8aab6d3
Compare
Choose a tag to compare

What's Changed

  • fix: fix state update error during snippet share by @x1unix in #237
  • fix: set loading state after formatting finished by @x1unix in #238
  • Strip debug symbols in WASM files by @x1unix in #239
  • Truncate caches when an update is available by @x1unix in #241
  • Release v1.13.1 by @x1unix in #242

Full Changelog: v1.13.0...v1.13.1

1.13.0

11 May 12:43
Compare
Choose a tag to compare

What's Changed

Misc Changes

Misc changes
  • build(deps): bump loader-utils from 1.4.0 to 1.4.1 in /web by @dependabot in #197
  • build(deps): bump golangci/golangci-lint-action from 3.3.0 to 3.3.1 by @dependabot in #198
  • build(deps): bump loader-utils from 1.4.1 to 1.4.2 in /web by @dependabot in #199
  • build(deps): bump decode-uri-component from 0.2.0 to 0.2.2 in /web by @dependabot in #200
  • build(deps): bump json5 from 1.0.1 to 1.0.2 in /web by @dependabot in #202
  • build(deps): bump docker/build-push-action from 3 to 4 by @dependabot in #204
  • build(deps): bump golangci/golangci-lint-action from 3.3.1 to 3.4.0 by @dependabot in #203
  • build(deps): bump express from 4.17.2 to 4.18.2 in /web by @dependabot in #201
  • build(deps): bump webpack from 5.68.0 to 5.76.1 in /web by @dependabot in #208
  • build(deps): bump actions/setup-go from 3 to 4 by @dependabot in #209

Full Changelog: v1.12.0...v1.13.0

1.12.0

22 Oct 06:22
eb02280
Compare
Choose a tag to compare

What's Changed

  • feat: bind ':w' Vim command to run snippet by @x1unix in #194
  • Show warning for time.Now() when using server environment by @x1unix in #195

Full Changelog: v1.11.1...v1.12.0

1.11.1

29 May 23:52
1c57752
Compare
Choose a tag to compare

What's Changed

  • build(deps): bump golangci/golangci-lint-action from 3.1.0 to 3.2.0 by @dependabot in #180
  • Fix playground upstream error handler by @x1unix in #184
  • Fix environment selector modal by @x1unix in #186

Full Changelog: v1.11.0...v1.11.1

1.11.0

10 May 16:40
a65b63b
Compare
Choose a tag to compare

What's Changed

Full Changelog: v1.10.2...v1.11.0

1.10.2

15 Apr 15:20
Compare
Choose a tag to compare

Features

  • #158 Add Shift+Enter hotkey to jump to newline (closes #157)

Misc

  • #160 Speed-up GitHub Actions job build speed.

1.10.1

11 Apr 10:42
94ccd53
Compare
Choose a tag to compare

This is a hotfix release.

Bugfixes

  • #155 Fix panel layout state sync with local storage (closes #154)

1.10.0

11 Apr 10:42
381bad9
Compare
Choose a tag to compare

Features

  • #150 Use system dark mode preferences.
  • #147 Add support to horizontal and vertical UI layout (closes #136).

Bugfixes

  • #147 Store output panel size in local storage.

Breaking changes

Toggle theme button is not available if Use system theme option is enabled.

This option is enabled by default on supported browsers. Disable Use system theme option to return back old theme toggle button.

1.9.0

28 Mar 02:35
ecfe027
Compare
Choose a tag to compare

Features

  • #140 Add status bar with build information, errors and shortcuts.
  • #141 Increase command bar space on small screens.

Bugfixes

  • #142 Check for service worker update on startup.

Misc

  • #137 Add Systemd unit file (thanks @avdb13 for contribution)
  • #144 Add simple install script using make install command.