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)