1.37.0
- Supports version 20.0.0 of the standard
- BREAKING CHANGE TO THE API: Improve error message for duplicate projection label
- This also makes the implementation more standards-compliant, by treating
a duplicate label as a type error instead of a parse error - This is a breaking change since the
Project
constructor now stores a
[Text]
instead ofSet Text
- This also makes the implementation more standards-compliant, by treating
- Add
--cache
flag todhall hash
- This flag adds the hashed expression to the cache when enabled
- Deprecate
Inject
/Interpret
- You should instead use
ToDhall
/FromDhall
, respectively
- You should instead use
- Fixes and improvements to the haddocks:
- Fixes and improvements to error messages:
- Fixes and improvements to the parser:
- Fixes and improvements to the pretty printer: