Releases: f-f/dhall-clj
Releases · f-f/dhall-clj
0.2.0
Main news: the Dhall Standard Version we support goes from v.2.0.0
to v.5.0.0
.
See the releases page of dhall-lang
for more details on what changed in the language.
Here follows a short summary of the new things:
- Implement serialization and deserialization for expressions
- Implement semantic hash checking for imports
- Implement caching for imports protected with hash
- Implement import alternative operator (
?
) - Implememt kind-polymorphism and the CCω type system
- Implement multi-let
- Implement support for multi-line literals
Minor changes:
- Add Windows compatibility (thanks @jneira!)
- Add CI with AppVeyor to make sure Windows stays compatible
- Upgrade to Clojure 1.10