From d39b439c4ce48a72c6d0403d66a255d64696fba0 Mon Sep 17 00:00:00 2001 From: Georg Schwarz Date: Wed, 14 Aug 2024 08:50:42 +0200 Subject: [PATCH] Update README with import feature and Jayvee formatter --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index f88429d54..e712f4681 100644 --- a/README.md +++ b/README.md @@ -24,11 +24,11 @@ Explore a glimpse of our upcoming features in the following list. This overview - ✅ Column-based transformations - ✅ Describe blocks via builtin block types in Jayvee - ✅ Compose logic of multiple blocks via composite block types -- ⌛ Multi-file Jayvee to distribute programs over multiple files (see [RFC 0015](./rfc/0015-multi-file-jayvee/0015-multi-file-jayvee.md)) +- ✅ Multi-file Jayvee to distribute programs over multiple files +- ✅ Jayvee formatter - ⌛ Improve the syntax of value types (see [RFC 0014](https://github.com/jvalue/jayvee/pull/409)) -- ⌛ Jayvee formatter +- ⌛ Reusable libraries (with a package manager) - ⌛ Further extractors and sinks -- 🤔 Reusable libraries (with a package manager) - 🤔 Composite value types (with multiple fields) - 🤔 Natively support tree data (XML, JSON) - 🤔 Valuetypes parsers (to read and write different formats)