Skip to content

Latest commit

 

History

History
138 lines (75 loc) · 2.73 KB

CHANGELOG.md

File metadata and controls

138 lines (75 loc) · 2.73 KB

Change Log

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

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