Skip to content

Commit

Permalink
ci: release 5.4.3
Browse files Browse the repository at this point in the history
  • Loading branch information
killme2008 committed Jun 10, 2024
1 parent 1c2cc52 commit 5cfe9fd
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README-EN.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,9 +30,9 @@ It compiles script to java byte code and evaluate it on the fly.

# News

* [5.4.3](https://github.com/killme2008/aviatorscript/releases/tag/aviator-5.4.3),add the `enableSandboxMode` to enable sandbox mode etc.
* [5.4.2](https://github.com/killme2008/aviatorscript/releases/tag/aviator-5.4.2),add the `getFunctionNames` method to retrieve a list of functions and set the evaluation timeout, etc.
* [5.4.1](https://github.com/killme2008/aviatorscript/releases/tag/aviator-5.4.1),Fixed recursive function can't work, fixed function can't be serialized etc.
* [5.4.0](https://github.com/killme2008/aviatorscript/releases/tag/aviator-5.4.0),Fixed `elsif` parser errors,supports expression serialization([example](https://github.com/killme2008/aviatorscript/blob/master/src/test/java/com/googlecode/aviator/example/SerializeExample.java)) etc.

# Dependency

Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,9 +35,9 @@

# News

* [5.4.3](https://github.com/killme2008/aviatorscript/releases/tag/aviator-5.4.3),增加安全沙箱一键启用方法以及修复 bug 等。
* [5.4.2](https://github.com/killme2008/aviatorscript/releases/tag/aviator-5.4.2),增加 `getFunctionNames` 方法用于获取函数列表以及设置求值超时时间等。
* [5.4.1](https://github.com/killme2008/aviatorscript/releases/tag/aviator-5.4.1),修复递归函数无法工作的 bug,修复函数无法序列化的 bug 等。
* [5.4.0](https://github.com/killme2008/aviatorscript/releases/tag/aviator-5.4.0),修复 `elsif` 语法解析错误,增加编译表达式序列化支持([例子](https://github.com/killme2008/aviatorscript/blob/master/src/test/java/com/googlecode/aviator/example/SerializeExample.java))等。

# Dependency

Expand Down
2 changes: 1 addition & 1 deletion bin/aviator
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
#Modified from leiningen:https://raw.github.com/technomancy/leiningen/preview/bin/lein
#License: Eclipse Public License,same as leiningen and clojure.

export AVIATOR_VERSION="5.4.2"
export AVIATOR_VERSION="5.4.3"

case $AVIATOR_VERSION in
*SNAPSHOT) SNAPSHOT="YES" ;;
Expand Down

0 comments on commit 5cfe9fd

Please sign in to comment.