Revision history for MediaWiki-API
0.09 2008-07-13
Automatically encode API parameter values to utf-8.
0.08 2008-06-30
A lot of releases for one day I know. Minor stuff again, but some dependencies had been left out
of the makefile which mean't the module was failing some automatic testing. Also made the config
options a bit more clear in the documentation.
0.07 2008-06-30
Fixed a bug in some of the example code which was written when using XML::Simple (which meant
a lightly different returned hash structure).
0.06 2008-06-30
Fixed documentation to pass pod test.
0.05 2008-06-29
Various code cleanups and fixes. Documentation improvements. Addition of download function.
0.04 2008-06-27
Switched to json api and JSON::XS module. Faster than using XML. Added GZIP header/support.
0.03 2008-06-18
First version. Includes some documentation for functions and probably lots of bugs.