Skip to content

Releases: Chris1221/yamldoc

v0.2.0

26 Jun 12:01
1cb6de5
Compare
Choose a tag to compare

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

31 Mar 21:17
4a21027
Compare
Choose a tag to compare
0.1.6

feat: deploy to pypi through actions on release

Enumerator validation

15 Feb 17:13
Compare
Choose a tag to compare

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

05 Oct 16:08
Compare
Choose a tag to compare

Write markdown from yaml files, optionally with a schema.