Skip to content

2.1.3 (Fast-forward)

Latest
Compare
Choose a tag to compare
@tarreislam tarreislam released this 16 Sep 08:57

Bug Fixes

  • SmartCache did not properly update the final file if working on 2 different projects at the same time, this is now resolved.
  • The Constructor would fail if multiple variable defaults were set, like this $MyConstruct(Construct, $a = $const_a + $const_b, $b = $some_global_var, $c =null) this is now resolved.
  • Fixed inheritance bug when some features would not get parsed if between other regular autoit functions
  • Directories with dashes would not be included in some cases, this is now resolved

Changes

  • @WorkingDir was previously set to TeenyScript dir, forcing the user to always use @ScriptDir, this is now resolved by setting the @WorkingDir to the same as @ScriptDir.

New features

  • Global variables can now be assigned in the global scope and will inherit the file's current Namespace, the variables are accessed like any other function . See more here