Releases: nbgrp/env-bundle
Releases · nbgrp/env-bundle
v3.0.0
v2.1.2
What's Changed
- Minor improvements by @a-menshchikov in #11
- Minor improvements by @a-menshchikov in #12
Full Changelog: v2.1.1...v2.1.2
v2.1.1
What's Changed
- Bump actions/checkout from 2 to 3 by @dependabot in #4
- Bump actions/cache from 2 to 3 by @dependabot in #5
- Bump actions/checkout from 3 to 4 by @dependabot in #7
Bump codecov/codecov-action from 3 to 4 by @dependabot in #8- Update static analyse rules by @a-menshchikov in #9
- Update static analyse rules (2.x) by @a-menshchikov in #10
Full Changelog: v2.1.0...v2.1.1
v1.2.2
v1.2.1
v2.1.0
Merge pull request #3 from nbgrp/dependabot/composer/symfony/phpunit-…
v1.2.0
Merge pull request #2 from a-menshchikov/1.x base64_array and base64url_array + Dependabot
v2.0.0
- Dropped Symfony support prior v5.2.
- Changes in env processors: underscores ("_") replaced by dashes ("-"), as it was before v1.1.
v1.1.0
BC Break Release
Since v1.1 bundle supports only Symfony 4.4. For newer Symfony versions use v2.
- Changes in env processors: dashes ("-") replaced by underscores ("_").
- Bundle namespace changed; need to update bundles.php in your projects.
- Configuration root node name changed from "nbgroup_env" to "nbgrp_env".
v1.0.3
Redundant ignoreExtraKeys (see #1)