Notable changes are documented in this file. The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.
Breaking changes:
New features:
Bugfixes:
Other improvements:
Other improvements:
- Minor fix to field names in README example (#11 by @nsaunders)
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)
Breaking changes:
- Updated to v0.14 of the compiler, dropping support for previous versions. (452b2b8 by @nsaunders)
Other improvements:
- Various documentation updates.
Initial release