Releases: nsaunders/purescript-typedenv
Releases · nsaunders/purescript-typedenv
v2.0.1
v2.0.0
Breaking changes:
- Updated to v0.15 of the compiler, dropping support for previous versions. (#5 by @nsaunders)
- New API drops the
<:
operator. Instead,fromEnv
looks up the environment variable name corresponding to each row label. (#6 by @nsaunders) - Support for accumulating multiple errors (#3 by @johncowie)
- Accumulate errors in a
List EnvError
, eliminating the need for anEnvErrors
constructor. (#8 by @nsaunders) - Update
fromEnv
to accept a record type instead of a row type (#10 by @nsaunders)
Other improvements:
- Better performance via Record Builder (#9 by @nsaunders)
- Updated code examples in the README (#7 and a9eaa73 by @nsaunders)
- Clarify source module for
note
function (#1 by @srghma)