envied_generator 1.0.0 envied_generator: ^1.0.0 copied to clipboard
Generator for the Envied package. See https://pub.dev/packages/envied.
1.0.0 #
- FEAT: add support for custom seed when using Random during the obfuscation.
0.5.4+1 #
- FIX: fix parsing lines with multiple equal signs (#100)
0.5.4 #
- FEAT: add support for raw strings and no interpolation (#95)
0.5.3 #
- FEAT: optional path build.yaml option (#83)
- REFACTOR: replace
Code
blocks with dedicatedExpression.operatorBitwiseXor
(#81) - REFACTOR: use
TypeReference
instead of rawrefer
forList
s (#81)
0.5.2 #
- FEAT: add ability to convert field name from camelCase to CONSTANT_CASE (#42)
- FEAT: generated files are now ignored in the coverage report (#62)
- FEAT: add support for Uri fields (#70)
- FEAT: add support for DateTime fields (#70)
- FEAT: add support for obfuscated double fields (#72)
- FEAT: add support for obfuscated num fields (#72)
- FEAT: add support for enum fields (#73)
0.5.1 #
- FEAT: add null value support (#61)
0.5.0 #
- REFACTOR: facelift both Envied and EnviedGenerator to Dart 3.0 (#46).
0.3.0+3 #
- FIX: revert dependencies to v0.3.0 (#34).
0.3.0+2 #
- FIX: downgrade analyzer to 5.11.1 and lints 2.0.0.
0.3.0+1 #
- FIX(envied_generator): build extensions setting (#30).
- FIX: CI workflow and dependency updates (#31).
0.3.0 #
Note: This release has breaking changes.
- FEAT: generator tests were added for defaultValue.
- FEAT: defaultValue assignment added on generator side.
- FEAT: default decorator was removed.
- FEAT: add per-field obfuscation.
- FEAT: add obfuscation option.
- FEAT: add name parameter to Envied annotation.
- FEAT: Pulls variable from Platform.environment if it doesn't exist in the .env.
- DOCS: remove docs directory in the packages.
- DOCS: update readmes, pub listing and add readme propagation script.
- DOCS: added docs and docs melos command.
- DOCS: fixed errors in readme.md.
- BREAKING FIX: Changed EnviedField parameter envName to varName to closer align meaning.
- BREAKING FIX: Envied now runs build.
0.2.3+1 #
- DOCS: remove docs directory in the packages.
0.2.3 #
- FEAT: add per-field obfuscation.
- FEAT: add obfuscation option.
0.2.2 #
- FEAT: add name parameter to Envied annotation.
0.2.1 #
- FEAT: Pulls variable from Platform.environment if it doesn't exist in the .env.
0.2.0 #
Note: This release has breaking changes.
- DOCS: update readmes, pub listing and add readme propagation script.
- BREAKING FIX: Changed EnviedField parameter envName to varName to closer align meaning.
0.1.0+1 #
- DOCS: added docs and docs melos command.
0.1.0 #
Note: This release has breaking changes.
- DOCS: fixed errors in readme.md.
- BREAKING FIX: Envied now runs build.
0.0.1 #
- Initial version.