Skip to content

Releases: fastily/jwiki

jwiki v1.2

05 Apr 10:13
Compare
Choose a tag to compare

v1.2 introduces:

  • An updated specification for the function getImageInfo in Wiki which 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 globalUsage in MQuery, which returns a HashMap<String, ArrayList<Tuple<String, String>>>>. This is a minor breaking change.
  • Handlers for title normalization by MediaWiki which was causing MQuery to return null values in some cases.
  • New additions to the jwiki.util package
  • PTask and CAction are 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

31 Jan 23:26
Compare
Choose a tag to compare

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.

jwiki v1.0

29 Aug 03:25
Compare
Choose a tag to compare

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.