Releases: CSML-by-Clevy/csml-engine
Releases · CSML-by-Clevy/csml-engine
v1.7.0-beta3
fix docker build
v1.7.0-beta2
fix postgres download + test only linux and MacOs + 1.7.0-beta1
v1.7.0-beta1
fix Windows build + 1.7.0-beta1
v1.7.0-beta0
Merge pull request #341 from CSML-by-Clevy/v1.7.0-beta0 v1.7.0-beta0
v1.6.4
v1.6.3
v1.6.2
v1.6.1
v1.6.0
Features
- Add client data management endpoints #265
- Add new
_memory
variable for displaying the full memory #275 - Add new
Time()
helper to manipulate dates and times #263
Improvements
- Allow complex literals in variable
goto
s #244 - Add optional index parameter for iterators #267
- The main branch of this repo is now the dev branch, making the master branch the stable release branch
Bugfixes
v1.5.0
Features
- new variable steps/flows in goto commands #228
- new
_env
global with bot-wide env vars #164 #252 - new Crypto module #191
- add Crypto hash/hmac methods #254
- new JWT module #249
- new Base64/Hex encode/decode #229
- add Array.slice() #233
Improvements
- App() is an alias of Fn() for clarity #235
- allow global use of
_metadata
in nativefn
s - strings are iterable #231