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.
- #274: Installation failing in Drupal 11, please enable support.
- #264: Test on PHP 8.2.
- #262: Update composer.json scripts for modern testing practices.
- #242: Expose ::isBaseField() on the public interfaces.
- #276 (Berdir): D11 testing and fixes.
- #275 (claudiu-cristea): Drupal 11 support.
- #265 (jhedstrom): Test on PHP 8.2.
- #263 (jhedstrom): 262: Add phpunit code coverage, refactor composer scripts.
- #261 (jonpugh): Broaden compatibility with symfony/process.
- #243 (pfrenssen): Expose ::isBaseField().
- #241 (kerasai): Allow Entity Reference Field Handler to Refernce by ID.
- #221 (MPParsley): Fixed issue number in changelog.
- #258 Document testing of the Drupal Driver locally for contributors.
- #260 Fix taxonomy term creation for hierarchies.
- #250 Drupal 10 compatibility.
- #186 Provide a method to directly authenticate on Drupal 8.
- Remove testing on PHP 5.6, added testing on PHP 7.3 and 7.4.
- #214 Fix D8 deprectations.
- #224 Support Drupal 9.
2.0.0 2019-09-27
2.0.0 rc1 2019-07-25
- #207 Require PHP 5.6 or higher.
2.0.0 alpha6 2018-09-21
- #203 Removes testing of HHVM.
2.0.0 alpha5 2018-09-21
- #199: Fixes type introduced in #198.
2.0.0 alpha4 2018-09-21
- #191: Adds field handler for address fields.
- #196: Add a storeOriginalConfiguration method.
- #197: Added a method configGetOriginal which will return the original config data.
- #193: Fixing the ListTextHandler to allow a key to also be 0
- #198: Use cache:rebuild instead of cache-clear all with Drush 9.
2.0.0 alpha3 2018-06-21
- #89: Adds Embridge asset item field handler.
- #184: Extract and store uid in DrushDriver::userCreate()
- #185: Support for deleting any entity, not just content entities.
2.0.0 alpha2 2018-03-21
- #126: Infer timezone in DateTime field handler.
- #180: Support email collection when the Mail System module is enabled.
- #182: Persist mail collection to config storage so email collection works across bootstraps.
2.0.0 alpha1 2018-03-19
- #113: Drupal 7 entity create/delete support.
- #114: Base field expansion.
- #134: Support for email testing.
- #173: HHVM failures allowed, and newer versions of PHPSpec supported.
- #170: Missing methods
added to
DriverInterface
.
1.4.0 2018-02-09
- #136: Allows relative date formats.