Skip to content

v3.0.0

Choose a tag to compare

@github-actions github-actions released this 25 Feb 13:29
· 2 commits to main since this release

3.0.0 (2026-02-25)

⚠ BREAKING CHANGES

  • drop TYPO3 v12 support
  • change ControllerService to abstract action controller
  • use event for serialization instead of jsonSerialize
    function with TypoScript configuration
  • integrate JsonService in AbstractExtbaseController
  • move getProcessedProperties from removed
    AbstractSerializableEntity to ModelUtility

Features

  • add settings to SerializeEntityEvent (f81bdf2)
  • add TYPO3 v13 support (32f682a)
  • provide service class for serialization of entity base properties (e2b7fcf)

Bug Fixes

  • pass UriBuilder to ModifyFilterableListResultEvent (8c2559f)
  • process filter values with underscores in field name (67d3db9)
  • process object storages in SerializationService (0ca3886)
  • provide various bugfixes (a6e126c)
  • resolve phpstan errors (544b4f7)