Skip to content

Releases: louiss0/markdoc-html-tag-schemas-mono-repo

Release markdoc-html-tag-schemas 1.1.0

02 Aug 20:30
Compare
Choose a tag to compare

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

Release markdoc-html-tag-schemas 1.0.2

24 Jul 21:34
Compare
Choose a tag to compare

Release markdoc-html-tag-schemas 1.0.1

24 Jul 17:08
Compare
Choose a tag to compare

Fixed

  • The repo url leads to the mono-repo in the readme.
  • I had to remove map and area from the list of supported tags.

Release markdoc-html-tag-schemas 1.0.0

24 Jul 01:38
Compare
Choose a tag to compare

This is the first version of this package.

Added

  • Markdoc attributes I call them attribute schemas.
  • Schemas that are used for HTML tags suitable for writing articles.
  • A function that can be used to extend Astro's markdoc config.