Skip to content

Latest commit

 

History

History
217 lines (118 loc) · 4.32 KB

CHANGELOG.md

File metadata and controls

217 lines (118 loc) · 4.32 KB

Change Log

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

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