feat(core): Added new method getEnvVarOnDemandStrict to throw error for unset env vars

This commit is contained in:
2024-11-22 18:47:50 +01:00
parent 5b1e3a184b
commit e25406662f
5 changed files with 7757 additions and 3940 deletions

View File

@@ -1,5 +1,11 @@
# Changelog
## 2024-11-22 - 6.1.0 - feat(core)
Added new method getEnvVarOnDemandStrict to throw error for unset env vars
- Introduced getEnvVarOnDemandStrict method in Qenv class for strict retrieval of environment variables.
- Upgraded various @git.zone and @push.rocks dependencies for improved functionality and security.
## 2024-11-18 - 6.0.8 - fix(Qenv)
Fix environment file path initialization logic.