Skip to content

Latest commit

 

History

History
174 lines (86 loc) · 2.59 KB

CHANGELOG.md

File metadata and controls

174 lines (86 loc) · 2.59 KB

Change Log

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

2024-02-21

Changes


Packages with breaking changes:

  • There are no breaking changes in this release.

Packages with other changes:


lyell_gen - v1.3.1

  • FIX: header colliding with code because of missing newlines.

2024-02-01

Changes


Packages with breaking changes:

  • There are no breaking changes in this release.

Packages with other changes:


lyell_gen - v1.3.0

  • FEAT: add header for generated files.

2024-01-23

Changes


Packages with breaking changes:

  • There are no breaking changes in this release.

Packages with other changes:


lyell_gen - v1.2.4+1

2024-01-14

Changes


Packages with breaking changes:

  • There are no breaking changes in this release.

Packages with other changes:


lyell_gen - v1.2.4

  • FIX: fix support for enums, by using InterfaceElement instead of ClassElement.

2024-01-14

Changes


Packages with breaking changes:

  • There are no breaking changes in this release.

Packages with other changes:


lyell_gen - v1.2.3

  • FIX: support named constructors.

2023-12-14

Changes


Packages with breaking changes:

  • There are no breaking changes in this release.

Packages with other changes:


lyell_gen - v1.2.2

  • REFACTOR: remove unused imports and fix alias naming.
  • FIX: edge-cases where top level functions aren't resolved correctly.

2023-12-11

Changes


Packages with breaking changes:

  • There are no breaking changes in this release.

Packages with other changes:


lyell_gen - v1.2.1

  • FIX: handle strings with content that requires escapes.

2023-11-24

Changes


Packages with breaking changes:

  • There are no breaking changes in this release.

Packages with other changes:


lyell_gen - v1.2.0

  • FIX: remove UnsupportedError for now implemented feature.
  • FEAT: handle functions in toSource.
  • FEAT: handle variable references in toSource.
  • FEAT: add getLibraryAlias.