I’m happy to announce a new release of the mig library. It’s a minimal and simple library to build servers. This release adds some goodies for servers that produce HTML:
- cookies (new input Cookie type and function to set the cookies)
- type-safe stable URLs from server definition
- an example HtmlTemplate on how to use template engine and type-safe URLs with the library
Also it adds a stack template to create new hello-world server with stack (on how to use it see the section on how to start a new mig project in the tutorial).
Links: