- 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/decoratoror@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"
- fix(typings): fixed definition of
IGeneralDecoratoradapting to TS5.0.
- fix(typings): fixed definition of
IClassDecorator.
- feat(api): added
compositeAPI.