From e352903c6cdd4bb913518a9bca472614b4d559b6 Mon Sep 17 00:00:00 2001 From: Joachim Praetorius Date: Tue, 21 May 2024 18:06:38 +0200 Subject: [PATCH] Correct CHANGELOG Contents (#214) Since the models are now based on partials they actually nest as deep as the data structure is, I forgot to change this remark here. --- CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index db2e0278..f9d1f889 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -21,7 +21,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - `datacontract export --format avro`: Now supports [Avro logical types](https://avro.apache.org/docs/1.11.1/specification/#logical-types) to better model date types. `date`, `timestamp`/`timestamp-tz` and `timestamp-ntz` are now mapped to the appropriate logical types. (#141) - `datacontract import --format jsonschema`: Import from JSON schema (#91) - `datacontract export --format jsonschema`: Improved export by exporting more additional information -- `datacontract export --format html`: Added support for Service Levels, Definitions, Examples and nested Fields (one level deep) +- `datacontract export --format html`: Added support for Service Levels, Definitions, Examples and nested Fields - `datacontract export --format go`: Export to go types format ## [0.10.3] - 2024-05-05