Skip to content

Tags: crwlrsoft/schema-org

Tags

v0.3.2

Revert PEST command options

Because they aren't available in PEST 1.x which is needed for PHP 8.0
support.

v0.3.1

Support usage with the new Symfony major version v7

v0.3.0

Refactoring

As some methods in the `SchemaOrg` class got pretty long and also there
were more and more methods dealing with arrays (the JSON converted to
array), refactor a bit. Create a new class DataArray for dealing with
the arrays and split up some methods.
Also add more tests and add the changelog entry for the new feature.

v0.2.1

Fix parsing objects with non-string type

If a schema.org object has a non string @type, it is ignored and a
warning is logged, if the class has a logger.

v0.2.0

Fix symfony/dom-crawler version constraint

Looks like CI previously didn't run with that composer.json or
something like this, because symfony/dom-crawler ^6.1 requires
PHP >= 8.1, which conflicts with this package. So, lower the requirement
to ^6.0.

v0.1.0

Initial commit for schema.org package