Skip to content

v0.2.0

Choose a tag to compare

@otsch otsch released this 17 May 20:19
· 15 commits to main since this release

Added

  • You can now optionally pass a PSR-3 LoggerInterface to the SchemaOrg class, so it'll log decoding errors.

Fixed

  • The Json class from the crwlr/utils is now used to decode JSON strings. It tries to fix keys without quotes, which is allowed in relaxed JSON. Further, JSON-LD <script> blocks containing an invalid JSON string are ignored and don't lead to an error anymore.