Releases: yusufkandemir/microdata-parser
Releases · yusufkandemir/microdata-parser
v1.0.1
Fixes
- fix: correctly load DOMDocument (fix: #4)
- fix: update DOMDocument return values to support PHP 8.3
Full Changelog: v1.0.0...v1.0.1
v1.0.0
Breaking Changes
- Dropped PHP7 support.
MicrodataParser::toJSON
andMicrodataParser::toArray
now throws\JsonException
instead of returningfalse
on JSON failures.
What's Changed
New Contributors
Full Changelog: v0.1.0...v1.0.0
v0.1.0 - PHP7
Initial release with PHP7 support. It will probably not release further updates, consider using v1 with PHP8.1.