Skip to content

Releases: pine-vm/pine

Release v2020-04-19

19 Apr 19:25
Compare
Choose a tag to compare
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

18 Apr 16:09
Compare
Choose a tag to compare
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

17 Apr 09:36
Compare
Choose a tag to compare
Support  static files with default build command

Release v2020-03-07

07 Mar 17:15
Compare
Choose a tag to compare
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

20 Feb 09:00
Compare
Choose a tag to compare
Offer to automate the setup

Release v2020-02-13

13 Feb 13:24
Compare
Choose a tag to compare
Implementation to load composition from files

Release v2020-02-12

12 Feb 18:56
Compare
Choose a tag to compare
Help distinguish versions