Viir
released this
16 Feb 21:13
Improve readability by renaming to 'WebServer'
+ Rename the Elm module representing the platform interface to
'ElmWebServer' and update names in that module accordingly.
+ Move C# code for the WebServer platform into namespace 'Platform.WebServer'.
+ Change the default name for the configuration file in web server apps to 'elm-web-server.json'. Support smooth migration of projects with backward compatibility here: Support the name used before 2023 as an alternative.
+ Update some of the example apps to demo the new interface.