Skip to content

Commit efffdb5

Browse files
committed
(feat) release 5.2.7
1 parent 8b239f0 commit efffdb5

File tree

4 files changed

+9
-5
lines changed

4 files changed

+9
-5
lines changed

README-EN.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,11 +23,13 @@ It compiles script to java byte code and evaluate it on the fly.
2323
7. A wide range of customization options to be used as a secure runtime scripting sandbox or full-featured scripting language.
2424
8. Lightweight and high performance.
2525

26+
27+
**Recommend version 5.2.6 and above.**
28+
2629
# News
2730

31+
* [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.
2832
* [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.
29-
* [5.2.5](https://github.com/killme2008/aviator/releases/tag/aviator-5.2.5),auto convert boxing types into aviator number types when invoking java methods and bug fixes etc.
30-
* [5.2.4](https://github.com/killme2008/aviator/releases/tag/aviator-5.2.4),unpacking arguments, define anonymous by `fn` and improve `for` statement etc.
3133

3234
# Dependency
3335

README.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,11 +28,13 @@
2828
4. 集合数据 ELT 等
2929
……
3030

31+
**推荐使用版本 5.2.6 及以上**
32+
3133
# News
3234

35+
* [5.2.7](https://github.com/killme2008/aviator/releases/tag/aviator-5.2.7),修复 `Expression#getVariableNames``Expression#getVariableFullNames` 方法存在的并发 bug等。
3336
* [5.2.6](https://github.com/killme2008/aviator/releases/tag/aviator-5.2.6)**强烈推荐升级**,修复 continue 语句无法在 if/else 或者嵌套 if 语句里正常工作的 work,增加 `partial(f, &args)` 函数等。
34-
* [5.2.5](https://github.com/killme2008/aviator/releases/tag/aviator-5.2.5),调用 java 方法数值装箱类型自动转换、修复 bug 等。
35-
* [5.2.4](https://github.com/killme2008/aviator/releases/tag/aviator-5.2.4),unpacking arguments(类 python 语法)、使用 `fn` 定义匿名函数和改进 for 语句支持索引、KV 键值等。
37+
3638

3739
# Dependency
3840

bin/aviator

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
#Modified from leiningen:https://raw.github.com/technomancy/leiningen/preview/bin/lein
44
#License: Eclipse Public License,same as leiningen and clojure.
55

6-
export AVIATOR_VERSION="5.2.6"
6+
export AVIATOR_VERSION="5.2.7"
77

88
case $AVIATOR_VERSION in
99
*SNAPSHOT) SNAPSHOT="YES" ;;

downloads/aviator-5.2.7.jar

584 KB
Binary file not shown.

0 commit comments

Comments
 (0)