Releases: purescript/trypurescript
Releases · purescript/trypurescript
v2021-08-25.1
Other improvements:
- Update
purescript
dependency to0.14.4
(#253 by @JordanMartinez)
v2021-08-23.1
- Update to the August 23, 2021 package set (#252 by @thomashoneyman)
v2021-07-07.1
Other improvements:
- Update to build against PureScript 0.14.3 (#238 by @thomashoneyman)
v2021-07-04.1
Bugfixes:
- Support use of JS
const
keyword inrequireRegex
(#237 by @ptrfrncsmrph)
v2021-06-19.1
- Fix deployments (#233 by @hdgarrood)
v2021-06-18.1
Other improvements:
- Migrated CI to GitHub Actions (#232 by @thomashoneyman)
- Fixed mangled 'Compiled ModuleName' output (#228 by @JordanMartinez)
- Updated dev instructions: create valid symbolic link across OSes (#226 by @JordanMartinez)
- Added a changelog (#229 by @JordanMartinez)
- Updated PureScript dependency to v0.14.2 (#230 by @JordanMartinez)
- Sped up server slightly by using
rebuildModule'
(#230 by @JordanMartinez)
v2021-05-29.1
This release officially adds support for PureScript 0.14 to Try PureScript, among many other (largely internal) improvements and updates.
- Updated the compiler and package set for PureScript 0.14 (#209, #213, #224 by @thomashoneyman, #223 by @JordanMartinez)
- Updated local development instructions (#221 by @JordanMartinez, #225 by @thomashoneyman)
- Added support for loading files from GitHub repositories and migrated examples into the Try PureScript repository (#218 by @thomashoneyman)
- Migrated the client to Halogen from JQuery (#215 by @thomashoneyman)
- Migrated the client to
argonaut-codecs
fromforeign-generic
(#212, #217 by @thomashoneyman) - Migrated the client to
Aff
fromContT
(#208 by @thomashoneyman) - Added fixtures to test API responses (#211 by @thomashoneyman)
- Removed unused pragmas, imports, and definitions from server code (#206 by @thomashoneyman)
- Allowed form submission in the Try PureScript iframe (#203 by @mikesol)
- Switch to use a svg favicon with ico fallback (#191 by @milesfrain)
- Implement
encode
in PureScript instead of in FFI (#186 by @maxdeviant)
v2020-07-11.1
- Enable automated SSL certificate renewal (#184, @hdgarrood)
- Remove unused
parsec
dependency (#178, @hdgarrood) - Only listen on 127.0.0.1 (#177, @hdgarrood)
v2020-05-26.1
- Update to PureScript v0.13.8 (#175, @hdgarrood
- Make the whole package set available (#173, @hdgarrood, @thomashoneyman)
- Do away with version numbers (#176, @hdgarrood)
v0.13.7
- Fix help link (#165, @hdgarrood)
- Update API documentation in readme (#168, @hdgarrood)