microdata

Extract WHATWG microdata from a DOM

MIT License

Downloads
2.8K
Stars
20
Committers
12

Bot releases are visible (Hide)

microdata - v2.1.0 Latest Release

Published by github-actions[bot] about 2 years ago

Added

  • Support for track, data and meter elements

Fixed

  • Properties with itemtype="http://schema.org/Boolean" are parsed correctly.
microdata - v2.0.1

Published by github-actions[bot] over 2 years ago

Fixed

  • Allow itemProp to have an empty string (#126, #127)
microdata - v2.0.0

Published by github-actions[bot] over 2 years ago

Added

  • Package as both ESM and CommonJS module (#66)

Changed

  • The return type of microdata changed from T to T | null (#108)