Skip to content

Releases: CXuesong/WikiClientLibrary

v0.4-alpha

02 Mar 09:43
Compare
Choose a tag to compare
v0.4-alpha Pre-release
Pre-release
  • Retargeted the package to .NET Standard 1.1
    • If you feel uncomfortable about this, please open an issue.
  • Downgraded System.Interactive.Async from 3.1.x to 3.0.0 due to Issue#299 on Rx.NET. Sadly I come across unsolvable FileNotFoundException (Cannot find System.Interactive.Async of version 3.0.0, even when I was using 3.1.x) with UnitTestProject1. Hope they will ameliorate it in a later release.

New features

  • Automatic account assertion for logged-in users/bots. You won't need to worry about accidentally losing your logged-in status.
  • Basic wiki family (a set of wiki sites) support. You can resolve interwiki links using WikiLink.ParseAsync with WikiFamily class.

Major interface changes

  • Removed WikiLink.Interwiki.
  • Renamed Site.UserInfo to Site.AccountInfo.

Fixed bugs

v0.3-alpha

15 Feb 13:52
Compare
Choose a tag to compare
v0.3-alpha Pre-release
Pre-release
  • Compatible with MW 1.28 .

New features

  • Preliminary read-only support for Flow extension API. (0cbbd63)
  • Enhanced page revision-listing with RevisionGenerator. Now you can specify the ordering, time range, revision id range, etc. when querying the revisions of a page. (dbde0b6)

Fixed bugs

  • Fixed the bug in RequestHelper.EnumRevisionsAsync that it won't enumerate any revisions. (95c59c5)
  • WikiClient now supports requests with longer body (namely, more than 65520 characters). (015840b)

v0.2-alpha

06 Dec 04:04
Compare
Choose a tag to compare
v0.2-alpha Pre-release
Pre-release

New features

  • Most of the asynchronous operations are now cancellable, including the implementations of IAsyncEnumerables. (c56d778)

Site

  • OpenSearchAsync supports defaultNamespaceId argument. (2af0aa3)
  • Added ParsingOptions.DisableLimitReport. ParserLimitReport now has more simple members. (79d010a)

Page generators

  • Added RecentChangesGenerator.ExcludedUserName. (00b153b)

Fixed bugs

  • Fixed the potential assertion failure caused by redirect on Page. (eba69ed)
  • Fixed some typos. (f2ef7f4)

Initial release

10 Nov 09:18
Compare
Choose a tag to compare
Initial release Pre-release
Pre-release

Perhaps we need a release? So be it.