π§ EnvironmentLoader Cleanup & Behavior Stabilization
This release removes the outdated logic responsible for "restoring" the original
$_ENV values after .env loading.
The behavior previously caused unexpected overrides when applications passed their
own environment variables β especially during tests, workers, or containerized flows.
β What Changed
- Removed the environment "rollback" loop.
- Loader now respects the final evaluated environment without forced preservation.
- Internal flow is simpler, faster, and more predictable.
β Why This Matters
- Fixes several edge cases where variables appeared to "disappear" after loading.
- Avoids unintended overrides in multi-stage environment setups.
- Ensures consistency across Bootstrap + DataAdapters + all Maatify libraries.
π Version
1.0.4