Releases: tiny-blocks/environment-variable
Releases · tiny-blocks/environment-variable
v1.2.0
- Bump PHP requirement to 8.5 in composer.json and Docker image.
- Update dependencies and scripts for compatibility and performance.
- Refactor Makefile for clarity, add help and colorized output.
- Improve .gitignore and .gitattributes handling.
- Add dependabot and CodeQL configuration for automated security and dependency checks.
- Refactor CI workflow, introduce build artifact, optimize job dependencies, and update actions versions
- Refactor exception constructors for readonly properties.
- Update
EnvironmentVariableAPI for nullable default values.
v1.1.1
- Fixes execution of composer scripts and updates dependencies.
v1.1.0
- Introduced the
fromOrDefaultmethod to allow retrieving environment variables with a default value.
v1.0.0
- Adds methods for access, type conversions (string, integer, boolean), and validation.