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.