Skip to content

Releases: barrust/mediawiki

Version 0.7.4

06 Jan 16:55
Compare
Choose a tag to compare
  • Add typing support

Version 0.7.3

28 Jul 17:28
b326b64
Compare
Choose a tag to compare
  • 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

05 Sep 15:54
ce173de
Compare
Choose a tag to compare
  • 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

19 Oct 03:47
Compare
Choose a tag to compare
  • 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

23 Dec 01:26
Compare
Choose a tag to compare
  • 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

10 Dec 00:59
Compare
Choose a tag to compare

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

25 Oct 23:30
70c6ef9
Compare
Choose a tag to compare
  • Fix a bug using find_all() on newer versions of BeautifulSoup4

Version 0.6.5

24 Oct 23:19
c329f8f
Compare
Choose a tag to compare

Version 0.6.4

22 Apr 03:24
Compare
Choose a tag to compare
  • Add ability to login during initialization issue #79

Version 0.6.3

27 Feb 01:17
Compare
Choose a tag to compare
  • Capture timeout exception
  • minor bug fixes