Releases: antifree/json-to-variables
Releases · antifree/json-to-variables
v1.2.0
1.1.2 patch release
This patch contains fix in support optional prefixes. See #8.
1.1.1 patch release
This patch contains fix for bug in parsing the key
1.1.0 minor release
With this release, prefix parameter becomes optional and can be an empty string.
1.0.1 patch release
Fix array env variables generating.
"array": [
{
"value": "val"
}
]
Before:
env.array_0__value
Now:
env.array_0_value
1.0.0 initial release
v1.0.0 Add branding