Userscripter v0.5.0
This version introduces some substantial changes:
-
Preferences can now be easily added to a userscript thanks to the
ts-preferenceslibrary. Example code demonstrating this has been added to the example code base. -
A log level option has been added to the build script, e.g.
./build --log-level WARNING. More info in readme. -
A check has been added to ensure that no operation can have fewer dependency selectors than the number of elements it actually depends on.
Some smaller changes have also been made.