diff --git a/.github/workflows/split_packages.yml b/.github/workflows/split_packages.yml index f36b5f3c6..71547a5ce 100644 --- a/.github/workflows/split_packages.yml +++ b/.github/workflows/split_packages.yml @@ -29,7 +29,7 @@ jobs: matrix: mapping: '${{ fromJson(needs.provide_packages_json.outputs.matrix) }}' tag: - - 3.0.14-alpha1 + - 3.0.14-alpha2 name: 'Split ${{ matrix.mapping.dir }}' env: DIR: 'packages/${{ matrix.mapping.dir }}' diff --git a/CHANGELOG.md b/CHANGELOG.md index ce506e381..6c55a2b8d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,60 @@ +## [3.0.14-alpha1] + +- [#505] [EasyUtils] Add MathInterface +- [#506] [EasyPagination] Flex compatibility for bundle to be installed auto +- [#507] Improve Symfony Flex integration + +## [3.0.12] - 2021-03-19 + +- [#504] [EasyBugsnag] Use ShutdownStrategy on WorkerRunningEvent for Messenger + +## [3.0.11] - 2021-03-19 + +- [#503] Feature/git subtree for split 1 + +## [3.0.10] - 2021-03-18 + +- [#500] [EasyStandard] Hotfix/Fix AlphabeticallySortedArrayKeysSniff, Thanks to [@DKeeper] +- [#499] [EasyStandard] Hotfix/Fix PhpDocCommentRector, Thanks to [@DKeeper] + +## [3.0.9] - 2021-03-18 + +- [#502] [EasyWebhook] Clean up + +## [3.0.7] - 2021-03-17 + +- [#497] [CI] Use symfonycorp security checker action +- [#496] [EasyAsync] Implement Batch +- [#501] [EasyWebhook] Refactor statements provider to use dbal schema + +## [3.0.6] - 2021-03-11 + +- [#495] [EasyCore] Delete unused config, Thanks to [@ERuban] + +## [3.0.5] - 2021-03-10 + +- [#494] Merge 2.x into 3.x + +## [3.0.5-alpha4] + +- [#493] [EasyWebhook] Implement rewind on stack + +## [3.0.5-alpha3] + +- [#492] [EasySecurity] Fix symfony bridge for context service + +## [2.5.33] - 2021-03-09 + +- [#477] [EasyStandard] Implement PhpDocCommentRector & SingleLineCommentRector, Thanks to [@DKeeper] + +## 3.0.14-alpha2 - 2021-03-25 + +- [#508] [EasyWebhook] Override getContainerExtension for EasyWebhook bundle + + + ## [3.0.12] - 2021-03-19 - [#504] [EasyBugsnag] Use ShutdownStrategy on WorkerRunningEvent for Messenger @@ -43,7 +98,7 @@ - [#477] [EasyStandard] Implement PhpDocCommentRector & SingleLineCommentRector, Thanks to [@DKeeper] -## 3.0.14-alpha1 - 2021-03-24 +## [3.0.14-alpha1] - 2021-03-24 - [#505] [EasyUtils] Add MathInterface - [#506] [EasyPagination] Flex compatibility for bundle to be installed auto @@ -2928,3 +2983,5 @@ [#507]: https://github.com/eonx-com/easy-monorepo/pull/507 [#506]: https://github.com/eonx-com/easy-monorepo/pull/506 [#505]: https://github.com/eonx-com/easy-monorepo/pull/505 +[#508]: https://github.com/eonx-com/easy-monorepo/pull/508 +[3.0.14-alpha1]: https://github.com/eonx-com/easy-monorepo/compare/3.0.12...3.0.14-alpha1 diff --git a/packages/EasyApiToken/composer.json b/packages/EasyApiToken/composer.json index fbffab6e0..505b34226 100644 --- a/packages/EasyApiToken/composer.json +++ b/packages/EasyApiToken/composer.json @@ -11,8 +11,8 @@ "phpunit/phpunit": "^8.4 || ^9.5", "ext-openssl": "^7.1", "firebase/php-jwt": "^5.0", - "eonx-com/easy-psr7-factory": "^3.0", - "eonx-com/easy-utils": "^3.0", + "eonx-com/easy-psr7-factory": "^3.0.14", + "eonx-com/easy-utils": "^3.0.14", "auth0/auth0-php": "^5.4", "psr/container": "^1.0", "laravel/lumen-framework": "^5.5", diff --git a/packages/EasyAsync/composer.json b/packages/EasyAsync/composer.json index 445595719..7f5ef075c 100644 --- a/packages/EasyAsync/composer.json +++ b/packages/EasyAsync/composer.json @@ -5,9 +5,9 @@ "license": "MIT", "require": { "php": "^7.2", - "eonx-com/easy-event-dispatcher": "^3.0", - "eonx-com/easy-pagination": "^3.0", - "eonx-com/easy-random": "^3.0", + "eonx-com/easy-event-dispatcher": "^3.0.14", + "eonx-com/easy-pagination": "^3.0.14", + "eonx-com/easy-random": "^3.0.14", "nette/utils": "^3.1", "nesbot/carbon": "^2.22" }, diff --git a/packages/EasyAwsCredentialsFinder/composer.json b/packages/EasyAwsCredentialsFinder/composer.json index 88d1ecba7..5ca43a32d 100644 --- a/packages/EasyAwsCredentialsFinder/composer.json +++ b/packages/EasyAwsCredentialsFinder/composer.json @@ -5,7 +5,7 @@ "license": "MIT", "require": { "php": "^7.2", - "eonx-com/easy-utils": "^3.0", + "eonx-com/easy-utils": "^3.0.14", "symfony/process": "^4.4 || ^5.1.5", "symplify/package-builder": "^8.3.41", "symplify/autowire-array-parameter": "^8.3.41", diff --git a/packages/EasyBankFiles/composer.json b/packages/EasyBankFiles/composer.json index 897f5fc22..7cd386c39 100644 --- a/packages/EasyBankFiles/composer.json +++ b/packages/EasyBankFiles/composer.json @@ -6,7 +6,7 @@ "require": { "php": "^7.2", "nette/utils": "^3.1", - "eonx-com/easy-error-handler": "^3.0", + "eonx-com/easy-error-handler": "^3.0.14", "monolog/monolog": "^2.1" }, "require-dev": { diff --git a/packages/EasyBugsnag/composer.json b/packages/EasyBugsnag/composer.json index a1c510f32..82923f392 100644 --- a/packages/EasyBugsnag/composer.json +++ b/packages/EasyBugsnag/composer.json @@ -6,7 +6,7 @@ "require": { "php": "^7.2", "bugsnag/bugsnag": "^3.19", - "eonx-com/easy-utils": "^3.0", + "eonx-com/easy-utils": "^3.0.14", "nette/utils": "^3.1" }, "require-dev": { diff --git a/packages/EasyDecision/composer.json b/packages/EasyDecision/composer.json index 5ec9d9efe..2c7c1172d 100644 --- a/packages/EasyDecision/composer.json +++ b/packages/EasyDecision/composer.json @@ -5,7 +5,7 @@ "license": "MIT", "require": { "php": "^7.2", - "eonx-com/easy-utils": "^3.0", + "eonx-com/easy-utils": "^3.0.14", "symfony/expression-language": "^4.4 || ^5.1.5" }, "require-dev": { diff --git a/packages/EasyErrorHandler/composer.json b/packages/EasyErrorHandler/composer.json index 98b7146fd..98d00bfef 100644 --- a/packages/EasyErrorHandler/composer.json +++ b/packages/EasyErrorHandler/composer.json @@ -5,12 +5,12 @@ "license": "MIT", "require": { "php": "^7.2", - "eonx-com/easy-logging": "^3.0", - "eonx-com/easy-utils": "^3.0", + "eonx-com/easy-logging": "^3.0.14", + "eonx-com/easy-utils": "^3.0.14", "nesbot/carbon": "^2.22" }, "require-dev": { - "eonx-com/easy-bugsnag": "^3.0", + "eonx-com/easy-bugsnag": "^3.0.14", "phpunit/phpunit": "^8.4 || ^9.5", "laravel/lumen-framework": "^5.5", "symfony/symfony": "^4.4 || ^5.1.5" diff --git a/packages/EasyLogging/composer.json b/packages/EasyLogging/composer.json index 5cfbc5921..401e14542 100644 --- a/packages/EasyLogging/composer.json +++ b/packages/EasyLogging/composer.json @@ -5,7 +5,7 @@ "license": "MIT", "require": { "php": "^7.2", - "eonx-com/easy-utils": "^3.0" + "eonx-com/easy-utils": "^3.0.14" }, "require-dev": { "phpunit/phpunit": "^8.4 || ^9.5", diff --git a/packages/EasyNotification/composer.json b/packages/EasyNotification/composer.json index 33578e010..321288368 100644 --- a/packages/EasyNotification/composer.json +++ b/packages/EasyNotification/composer.json @@ -6,7 +6,7 @@ "require": { "php": "^7.2", "aws/aws-sdk-php": "^3.134", - "eonx-com/easy-utils": "^3.0", + "eonx-com/easy-utils": "^3.0.14", "nette/utils": "^3.1", "symfony/http-client": "^4.4 || ^5.1.5" }, diff --git a/packages/EasyPagination/composer.json b/packages/EasyPagination/composer.json index 574da739a..1c5ec0890 100644 --- a/packages/EasyPagination/composer.json +++ b/packages/EasyPagination/composer.json @@ -7,7 +7,7 @@ "php": "^7.2" }, "require-dev": { - "eonx-com/easy-psr7-factory": "^3.0", + "eonx-com/easy-psr7-factory": "^3.0.14", "phpunit/phpunit": "^8.4 || ^9.5", "laravel/lumen-framework": "^5.5", "vlucas/phpdotenv": "^3.3", diff --git a/packages/EasyRepository/composer.json b/packages/EasyRepository/composer.json index b4083df10..84cdc7464 100644 --- a/packages/EasyRepository/composer.json +++ b/packages/EasyRepository/composer.json @@ -10,7 +10,7 @@ "phpunit/phpunit": "^8.4 || ^9.5", "mockery/mockery": "^1.2", "doctrine/orm": "^2.6", - "eonx-com/easy-pagination": "^3.0", + "eonx-com/easy-pagination": "^3.0.14", "laravel/lumen-framework": "^5.5", "vlucas/phpdotenv": "^3.3" }, diff --git a/packages/EasyRequestId/composer.json b/packages/EasyRequestId/composer.json index 963740025..066758740 100644 --- a/packages/EasyRequestId/composer.json +++ b/packages/EasyRequestId/composer.json @@ -5,8 +5,8 @@ "license": "MIT", "require": { "php": "^7.2", - "eonx-com/easy-random": "^3.0", - "eonx-com/easy-utils": "^3.0" + "eonx-com/easy-random": "^3.0.14", + "eonx-com/easy-utils": "^3.0.14" }, "require-dev": { "ramsey/uuid": "^3.9", diff --git a/packages/EasySchedule/composer.json b/packages/EasySchedule/composer.json index 4652380c9..a83dda3ad 100644 --- a/packages/EasySchedule/composer.json +++ b/packages/EasySchedule/composer.json @@ -8,7 +8,7 @@ "nesbot/carbon": "^2.22", "dragonmantank/cron-expression": "^2.3", "symfony/console": "^4.4 || ^5.1.5", - "eonx-com/easy-lock": "^3.0" + "eonx-com/easy-lock": "^3.0.14" }, "require-dev": { "phpunit/phpunit": "^8.4 || ^9.5", diff --git a/packages/EasySecurity/composer.json b/packages/EasySecurity/composer.json index e8f1b27d9..833801d73 100644 --- a/packages/EasySecurity/composer.json +++ b/packages/EasySecurity/composer.json @@ -6,12 +6,12 @@ "require": { "php": "^7.2", "nette/utils": "^3.1", - "eonx-com/easy-api-token": "^3.0", - "eonx-com/easy-event-dispatcher": "^3.0", - "eonx-com/easy-utils": "^3.0" + "eonx-com/easy-api-token": "^3.0.14", + "eonx-com/easy-event-dispatcher": "^3.0.14", + "eonx-com/easy-utils": "^3.0.14" }, "require-dev": { - "eonx-com/easy-bugsnag": "^3.0", + "eonx-com/easy-bugsnag": "^3.0.14", "phpunit/phpunit": "^8.4 || ^9.5", "laravel/lumen-framework": "^5.5", "symfony/symfony": "^4.4 || ^5.1.5" diff --git a/packages/EasySsm/composer.json b/packages/EasySsm/composer.json index 4d83039f6..f10a20a5d 100644 --- a/packages/EasySsm/composer.json +++ b/packages/EasySsm/composer.json @@ -6,8 +6,8 @@ "require": { "php": "^7.2", "aws/aws-sdk-php": "^3.134", - "eonx-com/easy-aws-credentials-finder": "^3.0", - "eonx-com/easy-random": "^3.0", + "eonx-com/easy-aws-credentials-finder": "^3.0.14", + "eonx-com/easy-random": "^3.0.14", "nette/utils": "^3.1", "symplify/package-builder": "^8.3.41", "symplify/autowire-array-parameter": "^8.3.41" diff --git a/packages/EasyWebhook/composer.json b/packages/EasyWebhook/composer.json index 82d333238..6c7f17088 100644 --- a/packages/EasyWebhook/composer.json +++ b/packages/EasyWebhook/composer.json @@ -5,11 +5,11 @@ "license": "MIT", "require": { "php": "^7.2", - "eonx-com/easy-event-dispatcher": "^3.0", - "eonx-com/easy-lock": "^3.0", - "eonx-com/easy-random": "^3.0", - "eonx-com/easy-pagination": "^3.0", - "eonx-com/easy-utils": "^3.0", + "eonx-com/easy-event-dispatcher": "^3.0.14", + "eonx-com/easy-lock": "^3.0.14", + "eonx-com/easy-random": "^3.0.14", + "eonx-com/easy-pagination": "^3.0.14", + "eonx-com/easy-utils": "^3.0.14", "nesbot/carbon": "^2.22", "nette/utils": "^3.1", "symfony/http-client": "^4.4 || ^5.1.5"