jwiki v1.1
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 ofArrayList<Tuple<>>
. This will require a light refactor if you're usingMQuery
a lot. - I have also replaced the clunky
MBot
interface with the more robust and generalized static methods inPTask
.
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.