Releases: CXuesong/WikiClientLibrary
Releases · CXuesong/WikiClientLibrary
v0.4-alpha
- 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) withUnitTestProject1
. 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
withWikiFamily
class.
Major interface changes
- Removed
WikiLink.Interwiki
. - Renamed
Site.UserInfo
toSite.AccountInfo
.
Fixed bugs
v0.3-alpha
v0.2-alpha
New features
- Most of the asynchronous operations are now cancellable, including the implementations of
IAsyncEnumerable
s. (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
Initial release
Perhaps we need a release? So be it.