You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README-EN.md
+4-2Lines changed: 4 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -23,11 +23,13 @@ It compiles script to java byte code and evaluate it on the fly.
23
23
7. A wide range of customization options to be used as a secure runtime scripting sandbox or full-featured scripting language.
24
24
8. Lightweight and high performance.
25
25
26
+
27
+
**Recommend version 5.2.6 and above.**
28
+
26
29
# News
27
30
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.
28
32
*[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.
0 commit comments