Fixed a weird untested bug for reading from meta-data file.
0.2.0 (2023-06-26)
- allow for array-valued entries and fix sequential cases without meta-data; close #6, close #10 (#11) (06dae36)
- bug introduced in last push with spacing (94da790)
- evaluate decreasing indentation with multiple parents, close #4 (9deae01)
- flush metadata after top level entry, close #7 (6f5fd7c)
- remove extra white space from meta entries and between sections (bc29d4a)
Added support for enum valiation in schema file. These go into an "extra" data section of the YAML. Note that these have to be unpacked along with the other information now.
Fixed parsing of URLs, the ":" delimiter was messing up the string splitting.