Releases: Chris1221/yamldoc
Releases · Chris1221/yamldoc
v0.2.0
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)
Schema bug fixes
0.1.6 feat: deploy to pypi through actions on release
Enumerator validation
Adds support for optional enumerator validation in the schema file. Practically, this means that an option can be one of a number of discrete strings. These are added in a third portion of the returned tuple from the schema parser. This may break your code if you rely on only unpacking two elements from the schema parser, see the unit tests for an updated implementation. This version is now the current on pypi, so if you would like to keep using the old implementation, specify yamldoc==0.1.3 to avoid the new complexity.
Pypi Release
Write markdown from yaml files, optionally with a schema.