Releases: cucumber/microdata
Releases · cucumber/microdata
v2.1.0
Added
- Support for
track
, data
and meter
elements
Fixed
- Properties with
itemtype="http://schema.org/Boolean"
are parsed correctly.
v2.0.1
Fixed
- Allow
itemProp
to have an empty string (#126, #127)
v2.0.0
Added
- Package as both ESM and CommonJS module (#66)
Changed
- The return type of
microdata
changed from T
to T | null
(#108)