mirror of
https://github.com/msojocs/wx-compiler.git
synced 2025-07-19 00:00:04 +08:00
19 lines
429 B
Markdown
19 lines
429 B
Markdown
## 🌈 v0.0.3 / 2023-08-31
|
|
|
|
🐞 Bug Fixes
|
|
|
|
- `NSASTParse::make_call_or_just_expression`: 修复括号缺失的错误
|
|
- `NSASTParse::ast_obj_op`: 修复比较字符串地址错误
|
|
- `NSASTParse::ast_call`: 修复忘记赋值的问题
|
|
|
|
🚧 Others
|
|
- 优化发生异常时,没有输出的问题
|
|
|
|
## 🌈 v0.0.2 / 2023-08-31
|
|
|
|
🚀Features
|
|
- feat: 添加非懒加载模式的支持
|
|
|
|
🐞 Bug Fixes
|
|
- fix: 修复一些逻辑错误
|