Release Notes
Added
- Enhance json support:
- jsonc:
// dotenv.public.key: xxxxx
- json: a key named
dotenv.public.key with string value, no matter where it is.
{
"metadata": {
"dotenv.public.key": "02e8d78f0da7fc3b529d503edd933ed8cd"
},
"data": {
"password": "encrypted:BODKXo7WSG++r5DmD/uUe3n3ZpGm2BnUUxWGgXpbTML7BLRFYg=="
}
}
Install dotenvx-rs 0.4.24
Install prebuilt binaries via shell script
curl --proto '=https' --tlsv1.2 -LsSf https://github.com/linux-china/dotenvx-rs/releases/download/v0.4.24/dotenvx-rs-installer.sh | sh
Install prebuilt binaries via Homebrew
brew install linux-china/tap/dotenvx-rs
Download dotenvx-rs 0.4.24