Releases: pine-vm/pine
Releases · pine-vm/pine
Release v2020-04-19
Fix migrating process states from older versions Add branch for compatibility with the older encoding of reduction records into files. See https://github.com/elm-fullstack/elm-fullstack/commit/ce013157dfb523a3b1ace601eec604b883908212#diff-d7e54a6500d82439620a96092749a70e
Release v2020-04-18
Fix get persistent process state in Chrome and Firefox Before adding this header to the HTTP response, observed the following problem: In Chrome 81 dev tools, saving the response content from the Network tab results in destructions of non-ASCII characters like 🔊.
Release v2020-04-17
Support static files with default build command
Release v2020-03-07
Support custom type tags with multiple parameters + Fix a bug in parsing custom type text: Instances in tag parameters need to be enclosed in parentheses. + Expand generation of the JSON coding functions to support tags with multiple parameters. Expand the decoders to support the automatic migration of applications from previous versions. + Automate tests for the new features, also specifically covering the core types `Maybe` and `Result`. + Expand the full-stack demo app to illustrate the new functionality. + Also, fix a path in the `demo-backend-state.ps1` script.
Release v2020-02-20
Offer to automate the setup
Release v2020-02-13
Implementation to load composition from files
Release v2020-02-12
Help distinguish versions