All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.
- Added Drupal 10 support
- Increase minimum Drupal core version to 9.3 due to entity bundle class support
- Increase minimum PHP requirement to 7.3 due to Drupal core PHP requirement
- Remove wieni/wmmodel dependency
- Add PHP 8 support
- Replace
fzaninotto/faker
dependency withfakerphp/faker
- Add hooks documentation
- Add PHPStan
- Apply coding standard fixes
- Add label properties to annotations
- Replace EntityStatePluginManager::getNamesByEntityType with EntityStatePluginManager::getDefinitionsByEntityType
- Add missing type hint in docblock
- Fix issue when creating entity without bundle
- Fix wmmodel version requirement
Initial release