docs: JSRunner log update

This commit is contained in:
ZiuChen 2023-05-08 17:47:01 +08:00
parent d919667484
commit 0ecfc886c5
2 changed files with 10 additions and 1 deletions

View File

@ -39,4 +39,4 @@ navbar: false
- `Ctrl/Command+R` 快速运行代码 - `Ctrl/Command+R` 快速运行代码
- 支持代码回溯 实时记录代码运行历史 - 支持代码回溯 实时记录代码运行历史
- 支持手动触发代码运行/实时运行代码 - 支持手动触发代码运行/实时运行代码
- 适配深色模式 - 支持顶层await 适配深色模式

View File

@ -1,5 +1,14 @@
# 更新日志 # 更新日志
## v1.0.4
`2023-05-08`
- feat: 支持顶层await调用
- fix: 修正控制台日志循环引用输出
- refactor: 调整NodeJS下代码执行实现
- chore: 更新依赖版本
## v1.0.3 ## v1.0.3
`2023-04-28` `2023-04-28`