Skip to content

v0.4-alpha

Pre-release
Pre-release
Compare
Choose a tag to compare
@CXuesong CXuesong released this 02 Mar 09:43
· 717 commits to master since this 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