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.
- ...
- Support import for encrypted configuration values (see #74) by @Maksold
- Add support for keeping and not overwriting configuration values in specific environments (see #75) by @vpodorozh
- Fix theme import behavior where theme names containing a dash could not be resolved (see #72) by @Morgy93
- Export: Specify export file path through a new command option, refactor export file name and file path logic by @bluec and @therouv
- Allow numbers in environment variables by @therouv
- Interactive env var support for local environments by @peterjaap
- Option to delete config values by @DavidLambauer
- Added some validation checks for environment variables by @peterjaap
- Added support and documentation for using environment variables by @peterjaap
- Added documentation for previously undocumented base feature by @peterjaap
- PHP 8.1 compatibility changes when using YAML export (handling of null values) @therouv
- Allow PHP 8.1 for Magento 2.4.4 compatibility @therouv
- Add compatibility to new
symfony/yaml
releases to fix config export command when using--hierarchical=y
option @therouv - Allow
symfony/yaml:^6.0
@therouv
- Use
\Magento\Framework\Console\CommandListInterface
instead of\Magento\Framework\Console\CommandList
(#40) @therouv
- Update dependency version constraints @therouv
- Remove trailing comma for PHP 7.2 compatibility @therouv
- Add
no-cache
option to config import @therouv
- Add support for PHP 7.4 and Magento 2.4 (@DavidLambauer
- Improve docs and code style @therouv