This repository was archived by the owner on Nov 24, 2025. It is now read-only.
Releases: fastily/jwiki
Releases · fastily/jwiki
jwiki v1.2
v1.2 introduces:
- An updated specification for the function
getImageInfoinWikiwhich now returns more than just the first revision (if available) of a file on a Wiki. This is a minor breaking change. - An update to the output format for
globalUsageinMQuery, which returns aHashMap<String, ArrayList<Tuple<String, String>>>>. This is a minor breaking change. - Handlers for title normalization by MediaWiki which was causing
MQueryto return null values in some cases. - New additions to the
jwiki.utilpackage PTaskandCActionare now part of jwiki-extras, as they are out of scope for core jwiki.- Many under-the-hood changes that improve speed, stability, and robustness.
This release comes with:
- Source code with complete comment documentation
- Binary class files
Notes:
- Compiled with
javac 1.8.0_74-b02 - md5 =
ce0fc7fa9d955a661e2df02797b9ddc2 - Ready to use with most IDEs; just add it to your classpath.
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
HashMapinstead ofArrayList<Tuple<>>. This will require a light refactor if you're usingMQuerya lot. - I have also replaced the clunky
MBotinterface 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.
jwiki v1.0
Compiled with javac 1.8.0_51
Included:
- Source code w/ javadocs
- Binary class files
Ready to use with most IDEs; just add it to your classpath.