open-feature / spec

OpenFeature specification
https://openfeature.dev
Apache License 2.0
639 stars 34 forks source link

New parser for requirements #52

Closed justinabrahms closed 2 years ago

justinabrahms commented 2 years ago

Diff should give a good sense of the differences.

Main one, is this parser understands heirarchy of #'s within markdown.

Nice things:

  1. No more putting conditions in weird quote blocks.
  2. Actually generate the correct headings (e.g. h1, h3) instead of making everything an h5.
  3. The format of the json is consistent (e.g. every node has a children property)
toddbaert commented 2 years ago

Thanks again. I think besides one typo this should be merged.