Skip to content

Commit 00106e7

Browse files
committed
(feat) update readme
1 parent 32f57c7 commit 00106e7

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

README-EN.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,13 +21,14 @@ It compiles script to java byte code and evaluate it on the fly.
2121
5. Lightweight [module system](https://www.yuque.com/boyan-avfmj/aviatorscript/rqra81?translate=en)
2222
6. [Call Java methods](https://www.yuque.com/boyan-avfmj/aviatorscript/xbdgg2?translate=en) conveniently,supports Java [Scripting API](https://www.yuque.com/boyan-avfmj/aviatorscript/bds23b?translate=en)
2323
7. A wide range of customization options to be used as a secure runtime scripting sandbox or full-featured scripting language.
24-
8. Lightweight and high performance.
24+
8. Lightweight and high performance. ASM mode compile script into JVM bytecode on fly ,and [interpreter mode](https://www.yuque.com/boyan-avfmj/aviatorscript/ok8agx?translate=en) make it run on Android platform etc.
2525

2626

2727
**Recommend version 5.2.6 and above.**
2828

2929
# News
3030

31+
* [5.3.0-beta2](https://github.com/killme2008/aviatorscript/releases/tag/aviator-5.3.0-beta2)[interpreter mode](https://www.yuque.com/boyan-avfmj/aviatorscript/ok8agx?translate=en) to run on Android etc.
3132
* [5.2.7](https://github.com/killme2008/aviator/releases/tag/aviator-5.2.7),fixed a concurrent issue in `Expression#getVariableNames` and `Expression#getVariableFullNames` etc.
3233
* [5.2.6](https://github.com/killme2008/aviator/releases/tag/aviator-5.2.6)**A strongly recommended upgrading**,fixed `continue` statement not work with if/else or nested if statements etc.
3334

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
5. 轻量化的[模块系统](https://www.yuque.com/boyan-avfmj/aviatorscript/rqra81)
2020
6. 多种方式,方便地[调用 Java 方法](https://www.yuque.com/boyan-avfmj/aviatorscript/xbdgg2),完整支持 Java [脚本 API](https://www.yuque.com/boyan-avfmj/aviatorscript/bds23b)(方便从 Java 调用脚本)。
2121
7. 丰富的定制选项,可作为安全的语言沙箱和全功能语言使用。
22-
8. 轻量化,高性能,通过直接将脚本翻译成 JVM 字节码,AviatorScript 的基础性能较好
22+
8. 轻量化,高性能,ASM 模式下通过直接将脚本翻译成 JVM 字节码,[解释模式](https://www.yuque.com/boyan-avfmj/aviatorscript/ok8agx)可运行于 Android 等非标 Java 平台
2323

2424
使用场景包括:
2525
1. 规则判断及规则引擎
@@ -32,6 +32,7 @@
3232

3333
# News
3434

35+
* [5.3.0-beta2](https://github.com/killme2008/aviatorscript/releases/tag/aviator-5.3.0-beta2)[解释器模式](https://www.yuque.com/boyan-avfmj/aviatorscript/ok8agx) 可运行于 Android 等非标准 Java 平台。
3536
* [5.2.7](https://github.com/killme2008/aviator/releases/tag/aviator-5.2.7),修复 `Expression#getVariableNames``Expression#getVariableFullNames` 方法存在的并发 bug等。
3637
* [5.2.6](https://github.com/killme2008/aviator/releases/tag/aviator-5.2.6)**强烈推荐升级**,修复 continue 语句无法在 if/else 或者嵌套 if 语句里正常工作的 work,增加 `partial(f, &args)` 函数等。
3738

0 commit comments

Comments
 (0)