Skip to content

Releases: purescript/trypurescript

v2026-07-05.2

Choose a tag to compare

@thomashoneyman thomashoneyman released this 05 Jul 19:19
c95a2a8

Other improvements:

  • Bump the Stackage resolver from lts-20.9 to lts-20.26 (GHC 9.2.5 → 9.2.8), the newest snapshot compatible with purescript-0.15.15 (#322 by @thomashoneyman)
  • Modernize the server build: cabal-version: 2.4, build with -Wall -Werror (with attendant cleanup in server/Main.hs), remove unused dependencies and the redundant Setup.hs (#322 by @thomashoneyman)
  • Speed up CI server builds by removing the -j1 limit; runners have had 4 vCPUs and 16GB of RAM for years (#322 by @thomashoneyman)
  • Serve the site and the compiled /output modules with Cache-Control: no-cache so browsers revalidate via ETag instead of heuristically caching a stale client for months after a deploy (#322 by @thomashoneyman)

v2026-07-05.1

Choose a tag to compare

@thomashoneyman thomashoneyman released this 05 Jul 14:03
41c6602

Other improvements:

  • Bump PureScript to 0.15.15 (#316 by @pete-murphy)
  • Bump Spago to 1.0.4 (#316 by @pete-murphy)
  • Update to latest package set (#316 by @pete-murphy)
  • Exclude packages that cannot run in the playground (unshimmed JS imports) from the package set, with per-package reasons recorded in staging/excluded-packages.txt (#316 by @pete-murphy)

v2026-07-03.1

Choose a tag to compare

@thomashoneyman thomashoneyman released this 03 Jul 21:15
729af7b

Infrastructure release: no changes to the Try PureScript application itself.

Other improvements:

  • Update CI to ubuntu-24.04 runner images, matching the upgraded try.purescript.org server, and update deprecated GitHub Actions (#318 by @thomashoneyman, fixes #317 reported by @pete-murphy)
  • Upgrade the try.purescript.org server from Ubuntu 20.04 to 24.04 and enable the trypurescript service at boot

v2023-12-22.1

Choose a tag to compare

@JordanMartinez JordanMartinez released this 22 Dec 18:02
c41dfbc

Other improvements:

v2023-07-18.1

Choose a tag to compare

@JordanMartinez JordanMartinez released this 19 Jul 01:09
d900368

Other improvements:

v2023-03-06.1

Choose a tag to compare

@JordanMartinez JordanMartinez released this 06 Mar 15:00
9038949

Other improvements:

v2022-12-12.1

Choose a tag to compare

@JordanMartinez JordanMartinez released this 12 Dec 23:58
146d2c2

Other improvements:

v2022-09-10.1

Choose a tag to compare

@JordanMartinez JordanMartinez released this 10 Sep 09:57

New features:

  • Remove localStorage for session storage, persist editor state in URL query param (#299 by @ptrfrncsmrph)

v2022-08-16.1

Choose a tag to compare

@JordanMartinez JordanMartinez released this 16 Aug 22:10

Other improvements:

v2022-08-12.1

Choose a tag to compare

@JordanMartinez JordanMartinez released this 13 Aug 00:29

Bugfixes:

Other improvements:

  • Update package set to latest 0.15.4 one (#294) by @andys8)