Skip to content

Latest commit

 

History

History
31 lines (18 loc) · 1.79 KB

CHANGELOG.md

File metadata and controls

31 lines (18 loc) · 1.79 KB

0.1.5

March 25 2022

Fixed a weird untested bug for reading from meta-data file.

0.2.0 (2023-06-26)

Features

Bug Fixes

  • 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)

0.1.4

February 15 2020

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.

0.1.3

December 1 2020

Fixed parsing of URLs, the ":" delimiter was messing up the string splitting.