enven 1.1.0
enven: ^1.1.0 copied to clipboard
Generate environment variables from a .env file at compile time with optional obfuscation.
1.1.0 #
- feat: handle multiline strings that start with a quote (
'or") - fix: correctly type values as bool, int, or double if they contain a comment (e.g.
VAR=1 # comment)
1.0.1 #
- fix: parse values with equals sign
1.0.0 #
- mark as stable
0.3.0 #
- feat: make variables mockable
- feat: add
#enven:constannotation to generate asconstvariables - feat: support nullable types (e.g.
#enven:type=String?)
0.2.0 #
- feat: add
#enven:seed=<seed>for consistent obfuscation
0.1.0 #
- Initial version.