v0.1.1
🐛 Bug Fixes
- Fixed quoted keys parsing in KEY=VALUE format: Environment variables with quoted keys (e.g.,
"ENV"=development) were being stored with quotes as part of the key name. Keys are now properly parsed to remove quotes, making them accessible via the expected unquoted key name (env["ENV"]instead ofenv["\"ENV\""]).
🧪 Testing
- Added comprehensive test coverage for quoted keys handling in various formats
- All existing tests continue to pass
Full Changelog: 0.1.0...0.1.1