Skip to content

Releases: cucumber/microdata

v2.1.0

27 Jul 09:14
v2.1.0
28f3225
Compare
Choose a tag to compare

Added

  • Support for track, data and meter elements

Fixed

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

v2.0.1

22 Jun 17:58
v2.0.1
2eafe85
Compare
Choose a tag to compare

Fixed

  • Allow itemProp to have an empty string (#126, #127)

v2.0.0

29 Apr 09:48
dc2c386
Compare
Choose a tag to compare

Added

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

Changed

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