Releases: barrust/mediawiki
Releases · barrust/mediawiki
Version 0.7.5
- Move configuration items to a configuration data class
- Will allow for the deprication of some top level properties in lieu of changing against the
Configuration
class
- Added HTTPAuthenticator for web server authentication; PR #141 Thanks gbenson
Version 0.7.3
- Add
unordered_options
to the DisambiguationError
to attempt to get options in the order presented on the page; issue #124
- Add verify SSL support by passing info directly to the requests library.
Version 0.7.2
- Add
page_preview
property to simulate the page preview hover PR #114
- Add
available_languages
property PR #116
- PEP 517 support PR #117
- Fix rate_limit rounding down PR #120
Version 0.7.1
- Add
page.wikitext
support for pulling the page contents as wikitext
- Add proxy support by passing info directly to the requests library.
Version 0.7.0
- Remove support for python 2.7!
- Add files to
categorymembers()
pull PR #100 Thanks tbm
- Better support calls to limit results to the maximum 500 results per query (per API documentation) PR #99 Thanks tbm
Version 0.6.7
NOTE: Last planed support for Python 2.7
- Cache results of
BeautifulSoup
parsing of page.html
PR #90 Thanks ldorigo
- Add ability to pull links from the header section; Thanks to ldorigo for example code!
- Add ability to pull the header section text
- Move to GitHib Actions and CodeCov for testing
Version 0.6.6
- Fix a bug using
find_all()
on newer versions of BeautifulSoup4
Version 0.6.4
- Add ability to login during initialization issue #79