From 5bd03607c1182420d119f2d0cc57b2f9b222cfbe Mon Sep 17 00:00:00 2001 From: Fabrice Normandin Date: Tue, 20 Jan 2026 18:44:11 -0500 Subject: [PATCH] Remove roadmap details on features and enhancements Removed sections on currently supported features and possible future enhancements. --- docs/Roadmap.md | 12 ------------ 1 file changed, 12 deletions(-) diff --git a/docs/Roadmap.md b/docs/Roadmap.md index 89b33182..8b137891 100644 --- a/docs/Roadmap.md +++ b/docs/Roadmap.md @@ -1,13 +1 @@ -## Currently supported features: -- Parsing of attributes of built-in types: - - `int`, `float`, `str` attributes - - `bool` attributes (using either the `--` or the `-- ` syntax) - - `list` attributes - - `tuple` attributes -- Parsing of multiple instances of a given dataclass, for the above-mentioned attribute types -- Nested parsing of instances (dataclasses within dataclasses) - -## Possible Future Enhancements: - -- Parsing two different dataclasses which share a base class (this currently would cause a conflict for the base class arguments.