Skip to content

jwiki v1.1

Compare
Choose a tag to compare
@fastily fastily released this 31 Jan 23:26
· 213 commits to master since this release

v1.1 introduces:

  • A ton of under-the-hood optimizations which will improve handling of larger datasets.
  • New functionality such as log fetching, redirect resolution, server-side template parsing.
  • This also includes some minor breaking changes, such as using HashMap instead of ArrayList<Tuple<>>. This will require a light refactor if you're using MQuery a lot.
  • I have also replaced the clunky MBot interface with the more robust and generalized static methods in PTask.

Includes:

  • Source code w/ javadocs
  • Binary class files

Notes:

  • Compiled with javac 1.8.0_66
  • md5 = fc1d56f6cbcc1b1a4aae8b5769b0d08b
  • Ready to use with most IDEs; just add it to your classpath.