Skip to content

Latest commit

 

History

History
27 lines (19 loc) · 873 Bytes

File metadata and controls

27 lines (19 loc) · 873 Bytes

Changes Logs

v0.3.0

  • chore: updated to TypeScript v6.
  • chore: updated all dependencies to latest version.
  • build: switched to monorepo structure.
  • refactor: migrate to ESM module system.
  • refactor: full new API design.
  • feat: added stage 3 decorators support by @litert/decorator or @litert/decorator/modern.
  • feat: added stage 2 decorators support by @litert/decorator/legacy.
  • feat: added compatible layer for both stage 2 and stage 3 decorators by @litert/decorator/compatible.
  • test: added full coverage test cases for the project.
  • doc: new website with tutorials and API reference.
  • doc: added AI agent skill "litert-js-decorator-library"

v0.2.2

  • fix(typings): fixed definition of IGeneralDecorator adapting to TS5.0.

v0.2.1

  • fix(typings): fixed definition of IClassDecorator.

v0.2.0

  • feat(api): added composite API.