Skip to content

Releases: yusufkandemir/microdata-parser

v1.0.1

01 May 16:26
v1.0.1
fd010ab
Compare
Choose a tag to compare

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

03 Apr 15:46
a4deb87
Compare
Choose a tag to compare

Breaking Changes

  • Dropped PHP7 support.
  • MicrodataParser::toJSON and MicrodataParser::toArray now throws \JsonException instead of returning false on JSON failures.

What's Changed

  • feat!: PHP8.1 compatibility by @eboye in #2
  • refactor: Improve PHPDoc comments and types.

New Contributors

  • @eboye made their first contribution in #2

Full Changelog: v0.1.0...v1.0.0

v0.1.0 - PHP7

25 Feb 05:01
Compare
Choose a tag to compare

Initial release with PHP7 support. It will probably not release further updates, consider using v1 with PHP8.1.