Skip to content

Latest commit

 

History

History
484 lines (258 loc) · 9.15 KB

File metadata and controls

484 lines (258 loc) · 9.15 KB

Change Log

All notable changes to this project will be documented in this file. See Conventional Commits for commit guidelines.

2026-03-22

Changes


Packages with breaking changes:

  • There are no breaking changes in this release.

Packages with other changes:

envied - v1.3.4

  • CHORE: add support for analyzer 12.0.0 (#179)

envied_generator - v1.3.4

  • CHORE: add support for analyzer 12.0.0 (#179)

2026-02-04

Changes


Packages with breaking changes:

  • There are no breaking changes in this release.

Packages with other changes:

envied - v1.3.3

  • CHORE: add support for analyzer 10.0.0 (#177)

envied_generator - v1.3.3

  • CHORE: add support for analyzer 10.0.0 (#177)

2025-11-23

Changes


Packages with breaking changes:

  • There are no breaking changes in this release.

Packages with other changes:

envied - v1.3.2

  • CHORE: add support for analyzer 9.0.0 (#172)

envied_generator - v1.3.2

  • CHORE: add support for analyzer 9.0.0 (#172)

2025-09-26

Changes


Packages with breaking changes:

  • There are no breaking changes in this release.

Packages with other changes:

envied - v1.3.1

  • CHORE: remove dart:io import

envied_generator - v1.3.1

  • CHORE: require envied version ^1.3.0

2025-09-15

Changes


Packages with breaking changes:

  • There are no breaking changes in this release.

Packages with other changes:

envied - v1.3.0

  • CHORE: broaden version constraints for build and source_gen dependencies

envied_generator - v1.3.0

  • CHORE: broaden version constraints for build and source_gen dependencies

2025-08-20

Changes


Packages with breaking changes:

  • There are no breaking changes in this release.

Packages with other changes:


envied - v1.2.1

  • CHORE: update analyzer dependency to >=7.4.0 <9.0.0

envied_generator - v1.2.1

  • CHORE: update analyzer dependency to >=7.4.0 <9.0.0

2025-07-26

Changes


Packages with breaking changes:

  • There are no breaking changes in this release.

Packages with other changes:


envied - v1.2.0

  • CHORE: migrate to analyzer Element2 model (#151)

envied_generator - v1.2.0

  • CHORE: migrate to analyzer Element2 model (#151)

2025-02-06

Changes


Packages with breaking changes:

  • There are no breaking changes in this release.

Packages with other changes:


envied - v1.1.1

  • FIX: multiple generations for same class (#136)

envied_generator - v1.1.1

  • FIX: multiple generations for same class (#136)

2025-01-21

Changes


Packages with breaking changes:

  • There are no breaking changes in this release.

Packages with other changes:


envied - v1.1.0

  • CHORE: update dependencies (#130)

envied_generator - v1.1.0

  • CHORE: update dependencies (#130)

2025-01-14

Changes


Packages with breaking changes:

  • There are no breaking changes in this release.

Packages with other changes:


envied - v1.0.1

  • FEAT: multiple generations for same class (#124)
  • FEAT: allow reading System env key from .env files (#120)

envied_generator - v1.0.1

  • FEAT: multiple generations for same class (#124)
  • FEAT: allow reading System env key from .env files (#120)

2024-11-06

Changes


Packages with breaking changes:

  • There are no breaking changes in this release.

Packages with other changes:


envied - v1.0.0

  • FEAT: add support for custom seed when using Random during the obfuscation. (#116)

envied_generator - v1.0.0

  • FEAT: add support for custom seed when using Random during the obfuscation. (#116)

2024-04-03

Changes


Packages with breaking changes:

  • There are no breaking changes in this release.

Packages with other changes:


envied - v0.5.4+1

  • FIX: fix parsing lines with multiple equal signs (#100)

envied_generator - v0.5.4+1

  • FIX: fix parsing lines with multiple equal signs (#100)

2024-03-11

Changes


Packages with breaking changes:

  • There are no breaking changes in this release.

Packages with other changes:


envied - v0.5.4

  • FEAT: add support for raw strings and no interpolation (#95)
  • FEAT: add @envied annotation with default options (#92)

envied_generator - v0.5.4

  • FEAT: add support for raw strings and no interpolation (#95)

2024-01-03

Changes


Packages with breaking changes:

  • There are no breaking changes in this release.

Packages with other changes:


envied - v0.5.3

  • FEAT: optional path build.yaml option (#83)
  • CHORE: update readme regarding #6 (#79)

envied_generator - v0.5.3

  • FEAT: optional path build.yaml option (#83)
  • REFACTOR: replace Code blocks with dedicated Expression.operatorBitwiseXor (#81)
  • REFACTOR: use TypeReference instead of raw refer for Lists (#81)

2023-11-14

Changes


Packages with breaking changes:

  • There are no breaking changes in this release.

Packages with other changes:


envied - v0.5.2

  • FEAT: add ability to convert field name from camelCase to CONSTANT_CASE (#42)

envied_generator - v0.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)

2023-11-04

Changes


Packages with breaking changes:

  • There are no breaking changes in this release.

Packages with other changes:


envied - v0.5.1

  • FEAT: add null value support (#66)

envied_generator - v0.5.1

  • FEAT: add null value support (#66)

2023-09-22

Changes


Packages with breaking changes:

  • There are no breaking changes in this release.

Packages with other changes:


envied - v0.5.0

  • REFACTOR: facelift both Envied and EnviedGenerator to Dart 3.0 (#46).

envied_generator - v0.5.0

  • REFACTOR: facelift both Envied and EnviedGenerator to Dart 3.0 (#46).

2023-05-11

Changes


Packages with breaking changes:

  • There are no breaking changes in this release.

Packages with other changes:


envied - v0.3.0+3

  • FIX: revert dependencies to v0.3.0 (#34).

envied_generator - v0.3.0+3

  • FIX: revert dependencies to v0.3.0 (#34).

2023-05-11

Changes


Packages with breaking changes:

  • There are no breaking changes in this release.

Packages with other changes:


envied - v0.3.0+1

  • FIX: CI workflow and dependency updates (#31).

envied_generator - v0.3.0+1

  • FIX(envied_generator): build extensions setting (#30).
  • FIX: CI workflow and dependency updates (#31).