Skip to content

Release v2020-03-07

Compare
Choose a tag to compare
@Viir Viir released this 07 Mar 17:15
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.