mirror of
https://github.com/usebruno/bruno.git
synced 2026-06-27 22:54:07 +00:00
* fix: quote values containing hash (#) in .env file serialization Values containing # characters were being truncated when saved to .env files because the dotenv parser interprets # as a comment character. This fix adds a shared jsonToDotenv utility in bruno-common that properly quotes values containing special characters (#, \n, ", ', \) to ensure they are preserved through serialization and parsing. - Add jsonToDotenv utility with comprehensive test coverage - Update bruno-electron and bruno-app to use shared utility - Remove duplicate serialization logic from multiple locations Fixes https://github.com/usebruno/bruno/issues/7375 Fixes https://github.com/usebruno/bruno/issues/7327 * fix: escape carriage returns in .env file serialization for Windows CRLF handling --------- Co-authored-by: Chirag Chandrashekhar <cchirag85@gmail.com>
bruno-common
A collection of common utilities used across Bruno App, Electron and CLI packages.
Publish to Npm Registry
npm publish --access=public