Skip to content

v1.4.0

Compare
Choose a tag to compare
@gentee gentee released this 04 Nov 07:31
· 300 commits to master since this release
  • Added work with objects in variables. You can access object fields and elements. For example, #myobj.param#, #val[field]#, #val[#i#]#, #list[10].size#.
  • Added File(str) str, SetVar(str, obj), GetVarObj(str), ResultVar(str,obj) functions.
  • Added substitution of file contents in values. For example, </home/user/#mypath#/settings.json>.
  • Added the File List, Foreach and Parse JSON commands.
  • Added Split Text, Join Text commands.
  • Added constants for line feed, carriage return, tab and space characters.
  • Error processing on correct completion of the task has been removed.