Skip to content

Release markdoc-html-tag-schemas 1.1.0

Latest
Compare
Choose a tag to compare
@louiss0 louiss0 released this 02 Aug 20:30
· 122 commits to main since this release

Fixed

  • Schemas from created by getGenerateSelfClosingTag()'s call are have the options that are
    passed shown in it's result

Added

  • Types that make sure that attributes are typed properly.

Changed

  • Schema helper functions are functions that must be called before passing in options
    • generateSelfClosingTagSchema() is now getGenerateSelfClosingTagSchema()
    • generatePrimarySchema() is now getGeneratePrimarySchema()
    • generateNonPrimarySchema() is now getGenerateNonPrimarySchema()