Releases: brotkrueml/schema
Releases · brotkrueml/schema
Release 1.7.1
Fixed
- Generate types in view helpers inside "for" loop correctly (#52)
Release 1.7.0
Added
- Possibility to register additional schema types (#38)
- Introduce a TypeInterface for type models implementations
- Introduce a TypeFactory for creating type models (#48)
- Update schema definition to version 7.04 (#3)
Changed
- Decouple rendering of JSON-LD from AbstractType and SchemaManager
- Move decision about embedding markup into event listener
- Support only TYPO3 LTS versions
Deprecated
- TypesProvider in favour of TypeRegistry (which now is a singleton)
- AbstractType->isEmpty()
Release 1.6.0
- Possibility to register additional type properties (#36)
- Allow boolean property values which are mapped to http://schema.org/True / http://schema.org/False (#37)
- Add translations from Crowdin
Release 1.5.2
- Fix: Correct sorting of rootline during automatic breadcrumb generation (#32)
Release 1.5.1
- Fix: Remove doubled base URL in id of list item in BreadcrumbViewHelper (#31)
Release 1.5.0
Release 1.4.2
Release 1.4.1
Release 1.4.0
- Multiple items in mainEntity of a WebPage (#25)
- Update schema definition to version 5.0
Release 1.3.1
- Use Dependency Injection for TYPO3 v10 with fallback for v9
- Fix: Type value of 0.00 is not rendered when used in view helper (#23)