diff --git a/CHANGELOG.md b/CHANGELOG.md index 637e688..12c2b32 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,4 +1,54 @@ # Changelog + +## 1.0.0 (2025-01-14) + + +### ⚠ BREAKING CHANGES + +* mark `Store/StoreManager` final +* mark `Store/Store` final +* mark `Store/StoreGroup` final +* mark `Store/Website` final +* mark `ObjectManager` final + +### Features + +* add `ScopeConfigurationInterface` fake ([94b9fde](https://github.com/EcomDev/magento2-test-essentials/commit/94b9fde3eb837bdd9a07d0893bd09ca6115e0309)) +* Added `DeploymentConfig` ([153b2f8](https://github.com/EcomDev/magento2-test-essentials/commit/153b2f852e4c3a97b73b8b5878a478c1bef54d3e)) +* added support for database testing via `IntegrationUtility` ([e334f8a](https://github.com/EcomDev/magento2-test-essentials/commit/e334f8a2309df69bd2b6911c66db0d8b535a8436)) +* Change `DeploymentConfig` to be able adding multiple database connection configs ([e3fbde4](https://github.com/EcomDev/magento2-test-essentials/commit/e3fbde4147b638ff4a7a4fc69f398f85548ae9a9)) +* mark `ObjectManager` final ([39cd98c](https://github.com/EcomDev/magento2-test-essentials/commit/39cd98c1057ef7d1e785744feda95e3a3866482b)) +* mark `Store/Store` final ([39cd98c](https://github.com/EcomDev/magento2-test-essentials/commit/39cd98c1057ef7d1e785744feda95e3a3866482b)) +* mark `Store/StoreGroup` final ([39cd98c](https://github.com/EcomDev/magento2-test-essentials/commit/39cd98c1057ef7d1e785744feda95e3a3866482b)) +* mark `Store/StoreManager` final ([39cd98c](https://github.com/EcomDev/magento2-test-essentials/commit/39cd98c1057ef7d1e785744feda95e3a3866482b)) +* mark `Store/Website` final ([39cd98c](https://github.com/EcomDev/magento2-test-essentials/commit/39cd98c1057ef7d1e785744feda95e3a3866482b)) +* migrate to PHP 8 ([6e23f60](https://github.com/EcomDev/magento2-test-essentials/commit/6e23f606408f6794c7b6e2109d17896ce466f5a4)) + + +### Bug Fixes + +* move to mirror.mage-os.org to prevent auth on Magento ([96f4ef2](https://github.com/EcomDev/magento2-test-essentials/commit/96f4ef211eb2ddac20e168405710736ee2091230)) +* README.md contains now new expected features ([94b9fde](https://github.com/EcomDev/magento2-test-essentials/commit/94b9fde3eb837bdd9a07d0893bd09ca6115e0309)) + + +### Miscellaneous Chores + +* add COMPOSER_AUTH for CI ([4a665b1](https://github.com/EcomDev/magento2-test-essentials/commit/4a665b1ab78e58beef083e57171da874e62febca)) +* add composer.lock to ignore ([e058611](https://github.com/EcomDev/magento2-test-essentials/commit/e0586116f3616a07a8620429c92148fae32829db)) +* add status badge to README ([d4fac8b](https://github.com/EcomDev/magento2-test-essentials/commit/d4fac8b6dff831450a9439bc41a137aabbabfe72)) +* added release-please ([6e23f60](https://github.com/EcomDev/magento2-test-essentials/commit/6e23f606408f6794c7b6e2109d17896ce466f5a4)) +* adjust type annotation in comment to not be treated as doc comment ([53ca0ba](https://github.com/EcomDev/magento2-test-essentials/commit/53ca0ba24c5868e928211d0df5051e0b16c1904a)) +* covered scope config with more tests ([153b2f8](https://github.com/EcomDev/magento2-test-essentials/commit/153b2f852e4c3a97b73b8b5878a478c1bef54d3e)) +* drop php 8.1 from CI ([26a5cca](https://github.com/EcomDev/magento2-test-essentials/commit/26a5ccad80c6274317685103aa6e78ab74df4334)) +* fix formattinfix formating ([566f52b](https://github.com/EcomDev/magento2-test-essentials/commit/566f52bdcb23957b54b6c074cc34af1b4f43a6f4)) +* fix formatting of files ([b70305d](https://github.com/EcomDev/magento2-test-essentials/commit/b70305dca15d030349512dc270c9110dbb6af9b3)) +* remove outdated changelog statements ([06800bf](https://github.com/EcomDev/magento2-test-essentials/commit/06800bf2e0cf9de0a0d79fc8c10582d41bbc1fc6)) +* remove redundant whitespace in readme ([0b607bc](https://github.com/EcomDev/magento2-test-essentials/commit/0b607bc033c6f8c61a228e50507e4a41bf1f3595)) +* update composer to include 8.3 support ([a55e52b](https://github.com/EcomDev/magento2-test-essentials/commit/a55e52b6f4a74745cb5c0b2872fa58ce5c1d98cb)) +* update copyright year ([af8c49d](https://github.com/EcomDev/magento2-test-essentials/commit/af8c49d962ff775aa60b4c2796a80e59b79f0eb3)) +* update examples to modern PHP versions ([1b1c592](https://github.com/EcomDev/magento2-test-essentials/commit/1b1c592cfad83ceaaf05c3ebf8b1767bc6a5b9d9)) + +## Changelog All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), diff --git a/composer.json b/composer.json index f409daf..134b1f5 100644 --- a/composer.json +++ b/composer.json @@ -14,7 +14,7 @@ "squizlabs/php_codesniffer": "^3.0", "phpunit/phpunit": "^11.5", "brianium/paratest": "^7.7", - "ecomdev/testcontainers-magento-data":"~1.1" + "ecomdev/testcontainers-magento-data": "~1.1" }, "suggest": { "ecomdev/testcontainers-magento-data": "Database Containers pre-populated with various data", @@ -24,7 +24,9 @@ "MIT" ], "keywords": [ - "magento2", "testing", "fake objects" + "magento2", + "testing", + "fake objects" ], "repositories": { "magento": {