Skip to content

v1.2.0

Compare
Choose a tag to compare
@d5 d5 released this 01 Feb 19:37
· 158 commits to master since this release
0d99cca

Changes

  • Added Compiled.Set function so the value of global variables can be replaced after the script is compiled. The compiled script can be re-run using the replaced values.

Changelog

0d99cca Merge pull request #72 from d5/compiledset
4f46460 Update documentation for compiled scripts
6a663c6 add script.Compiled.Set function so compiled script can replace value of global variables