Releases: code-distortion/fluent-dotenv
Releases · code-distortion/fluent-dotenv
0.3.3
[0.3.3] - 2023-12-31
Changed
- Updated package tooling
0.3.2
[0.3.2] - 2023-12-27
Fixed
- Changed dependency phpcsstandards/php_codesniffer back to squizlabs/php_codesniffer - Thanks to jrfnl for the update
0.3.1
[0.3.1] - 2023-12-18
Fixed
- Added the ability to load .env files with Windows directory separators (i.e. "\") in the path - thanks to Tomas Nev for identifying the problem
0.3.0
[0.3.0] - 2023-12-16
Changed
- Removed vlusas/phpdotenv from the list of dependencies - the choice of whether to use this or symfony/dotenv is now up to the user
0.2.0
[0.2.0] - 2023-12-16
Added
- Added support for PHP 8.3
- Updated GitHub Actions workflow to improve platform coverage
- Warning in the documentation that putenv() (which isn't thread-safe) is used to change the getenv() variables temporarily during the .env loading process, when using symfony/dotenv < 5.1.0
- Added support for symfony/dotenv ^7.0
Fixed
- Fixed bugs when using symfony/dotenv with old versions of PHP on Windows
Changed
- Removed usage of putenv() temporarily during the .env loading process from all usage of vlucas/phpdotenv (see just below about the new minimum version requirement)
- Removed usage of putenv() temporarily during the .env loading process from usage of symfony/dotenv 5.1.0+
Removed
- Removed support for (very old versions of) vlucas/phpdotenv < 1.1 - to ensure putenv() isn't used during the .env loading process
0.1.6
[0.1.6] - 2022-12-19
Added
- Added support for PHP 8.2
0.1.5
[0.1.5] - 2022-12-06
Fixed
- Updated tests so they run again
0.1.4
[0.1.4] - 2022-01-03
Added
- Added support for symfony/dotenv:^6.0
- Updated GitHub Actions workflow to improve platform coverage
0.1.3
[0.1.3] - 2022-01-01
Fixed
- Changed dependency list to refer to specific versions of PHP - to prevent installation on platforms with future versions of PHP before being tested
0.1.2
[0.1.2] - 2021-12-25
Added
- Added support for PHP 8.1
- Added phpstan ^1.0 to dev dependencies
- Tweaks to documentation