From 8ce5763b9e98eb30e397051f8151cf909980799a Mon Sep 17 00:00:00 2001 From: Nadrieril Date: Wed, 4 Mar 2020 22:25:30 +0000 Subject: Update README --- README.md | 15 +++++++++++---- 1 file changed, 11 insertions(+), 4 deletions(-) (limited to 'README.md') diff --git a/README.md b/README.md index 863beef..1d77e95 100644 --- a/README.md +++ b/README.md @@ -62,13 +62,12 @@ assert_eq!(deserialized_map, expected_map); ## Standard-compliance -This implementation currently supports partially the [Dhall +This implementation currently supports most of the [Dhall standard](https://github.com/dhall-lang/dhall-lang) version `14.0.0`. -Only local imports are supported, but otherwise the main features are -implemented. See +The main missing features are import caching and import headers. See [here](https://github.com/Nadrieril/dhall-rust/issues?q=is%3Aopen+is%3Aissue+label%3Astandard-compliance) -for a list of missing features. +for a list of the other missing features. # Contributing @@ -159,6 +158,14 @@ same name as the corresponding test. ## Changelog +[???] + +- Implement remote imports with conservative sanity checking +- Implement `missing` and `env:VAR` imports +- Implement `as Text` and `as Location` imports +- Implement projection by expression +- Implement some normalization simplifications + [0.3.0] - Update to supporting dhall v14.0.0 -- cgit v1.2.3