Skip to content

Latest commit

 

History

History
87 lines (55 loc) · 2.8 KB

CHANGELOG.md

File metadata and controls

87 lines (55 loc) · 2.8 KB

Changelog

Release (2024-09-19)

decorator-transforms 2.2.0 (minor)

🚀 Enhancement

  • decorator-transforms

Committers: 1

  • Edward Faulkner (@ef4)

Release (2024-09-17)

decorator-transforms 2.1.0 (minor)

🚀 Enhancement

  • decorator-transforms
    • #30 Offer an explicit import path for esm vs cjs runtime (@ef4)

Committers: 1

  • Edward Faulkner (@ef4)

Release (2024-04-27)

decorator-transforms 2.0.0 (major)

💥 Breaking Change

  • decorator-transforms
    • #26 Implement runEarly for arbitrary browser compatibility (@ef4)

🏠 Internal

  • decorator-transforms
    • #19 Test interop with template-colocation-plugin (@ef4)

Committers: 1

  • Edward Faulkner (@ef4)

Release (2024-04-16)

decorator-transforms 1.2.1 (patch)

🐛 Bug Fix

  • decorator-transforms
    • #24 add a prepare script to make sure it builds (@mansona)

Committers: 1

Release (2024-04-16)

decorator-transforms 1.2.0 (minor)

🚀 Enhancement

  • decorator-transforms

🏠 Internal

Committers: 2

1.1.0 (2024-01-15)

  • ENHANCEMENT: implement field and method decorators on plain javascript objects
  • BUGFIX: fix naming collisions with existing private fields

1.0.3 (2024-01-04)

  • BUGFIX: v1.0.2 was not runtime-compatible with prior 1.x releases, so mixing versions would cause errors. This restores the stable API between them.

1.0.2 (2024-01-03)

  • BUGFIX: support decorating static fields and static methods

1.0.1 (2023-11-20)

  • BUGFIX: support fields and methods with names that are string literals, numeric literals, bigint literals, or computed expressions
  • BUGFIX: pass initializer: null to field decortors when there is no initial value, for consistency with older implementation.

1.0.0 (2023-11-18)

  • First feature-complete release