Skip to content

1.1.5

Latest
Compare
Choose a tag to compare
@marcusjwhelan marcusjwhelan released this 01 Mar 19:46
· 1 commit to master since this release

Change Log:

  • New Load module
    • Ability to load a single module from external .js file
    • load.Function('/User/username/.js')
    • Ability to load entire directory of external .js files
    • load.Directory('/User/usersname/')
    • load.Show() to show all loaded modules in the context
    • load.Help() to show all functions available on the new module
  • README update for new load module.