Releases: spatie/schema-org
Releases · spatie/schema-org
2.5.0
2.4.0
2.3.0
2.2.1
2.2.0
2.1.0
- Add
Graph
support
2.0.3
- Convert invalid objects that have a
__toString
method to strings
2.0.2
- Fix previous release
2.0.1
- Use
https
protocol for Schema.org links
2.0.0
- Supports multiple type inheritance. Types no longer extend each other, they all are a direct extension of
BaseType
- This release probably doesn't contain any breaking changes for most people. It breaks all type checks (e.g.
instanceof LocalBusiness
), but doesn't change the way types are generated