Skip to content

v0.3-alpha

Pre-release
Pre-release
Compare
Choose a tag to compare
@CXuesong CXuesong released this 15 Feb 13:52
· 771 commits to master since this 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)