- Support for TYPO3 13.4.19.
They modified
@internalAPI and it is the fault of this package to use the API. We therefore now move to low level public API of doctrine/dbal instead of TYPO3 internal API. We also encapsulate the access to those APIs for easier maintenance. We also raise dev dependencies to have automated CI verification that we do not use internal APIs anymore. - Proper errors if a record was found in DB, but not within assertions.
- Do not include
phpstan-baseline.neonin git exports / distribution.
- Remove support for older dependencies. The older versions of this package should work just fine. There is not much more to this package, so no need to stay compatible with all versions.
- Support for PHP 8.4.
- Support for TYPO3 v13.0.
- Support for PHP 8.3.
- Support empty columns in CSV conversion.
- Add command
convert-from-csv. - Mark as dev dependency.
- Add Support for mm relations in assertions.
- Add Support for TYPO3 v12.4.
- Add PHP 7.2 support.
-
Add bin
typo3-php-datasets. -
Add command
convert-from-xml.
Initial release.