Releases: purescript/trypurescript
Releases · purescript/trypurescript
Release list
v2026-07-05.2
Other improvements:
- Bump the Stackage resolver from
lts-20.9tolts-20.26(GHC 9.2.5 → 9.2.8), the newest snapshot compatible withpurescript-0.15.15(#322 by @thomashoneyman) - Modernize the server build:
cabal-version: 2.4, build with-Wall -Werror(with attendant cleanup inserver/Main.hs), remove unused dependencies and the redundantSetup.hs(#322 by @thomashoneyman) - Speed up CI server builds by removing the
-j1limit; runners have had 4 vCPUs and 16GB of RAM for years (#322 by @thomashoneyman) - Serve the site and the compiled
/outputmodules withCache-Control: no-cacheso browsers revalidate via ETag instead of heuristically caching a stale client for months after a deploy (#322 by @thomashoneyman)
v2026-07-05.1
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
Infrastructure release: no changes to the Try PureScript application itself.
Other improvements:
- Update CI to
ubuntu-24.04runner 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
Other improvements:
- Bump PureScript to
0.15.13(#306 by @JordanMartinez) - Update to latest package set (#306 by @JordanMartinez)
v2023-07-18.1
Other improvements:
- Bump PureScript to
0.15.10(#310 by @JordanMartinez) - Update to latest package set (#310 by @JordanMartinez)
v2023-03-06.1
Other improvements:
- Bump PureScript to
0.15.8(#305 by @JordanMartinez) - Update to latest package set (#305 by @JordanMartinez)
v2022-12-12.1
Other improvements:
- Update main example to note that editor state is persisted in the URL (#300 by @thomashoneyman)
- Update PureScript to
0.15.7(#302 by @JordanMartinez) - Update to latest package set (#302 by @JordanMartinez)
v2022-09-10.1
New features:
- Remove
localStoragefor session storage, persist editor state in URL query param (#299 by @ptrfrncsmrph)
v2022-08-16.1
v2022-08-12.1
Bugfixes:
- Add missing
react-dom/clientshim (#294 by @andys8) - Fix double
maininvocation (#295 by @JordanMartinez) - Stop loading hang when using query params to show compiled JS output (#296 by @JordanMartinez)
Other improvements: