enven 1.0.1 enven: ^1.0.1 copied to clipboard
Generate environment variables from a .env file at compile time with optional obfuscation.
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:const
annotation to generate asconst
variables - 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.