2022-09-19
- Feature: Use a standalone npm package for runtime
2019-12-03
- Optimization: Optimized for
x-modelwarning messages
2019-12-01
- Feature: Added
x-classdirective for conditionally joining classNames together - Optimization: Split the runtime into multiple independent files to reduce runtime bundle size
2019-11-23
- Bug: Fix bug that when
x-ifis nested underx-elseandx-else-if, an error is reported
2019-10-20
- Feature: Added
x-model-hookdirective for function component with useState hook, and thex-modelcan only be used in class component now - Optimization: In some cases use the runtime instead of the AST code
- Optimization: Fix some problem of
x-model - Optimization: Improved stability
2019-10-17
- Optimization: Update some documents
2019-10-07
- Feature: Support for
x-ifandx-else-ifandx-else - Feature: Support for
x-show - Feature: Support for
x-for - Feature: Support for
x-model