Skip to content
This repository was archived by the owner on Jul 10, 2024. It is now read-only.

Release 1.1.0

Latest

Choose a tag to compare

@oezingle oezingle released this 24 Feb 05:53
· 14 commits to main since this release

Changelog
1.1.0

  • simplified Spider behavior
    • breaks: any recursive use of spider
  • improved dependency ranking
    • switched from tree depth rating to topigraphical sort
  • script now removes unused modules
    • bootstrapped file is smaller
    • any module that doesn't take part in a global variable is stripped from the dependency tree
  • fixed a bug detecting object syntax
  • renamed the built file 'Scriptable (built).js'