Skip to content

v0.7.0-int.8

Pre-release
Pre-release
Compare
Choose a tag to compare
@CXuesong CXuesong released this 25 Dec 16:44
· 294 commits to master since this release

New features

  • Added LanguageLinksPropertyProvider. Now you can enumerate the language links on a MediaWiki page.
  • Now WikiPagePropertyProvider supports pagination. You will be able to fetch for language links on multiple pages without worrying about some page may have too many language links. WCL will take care of that for you.

Other changes

  • Moved WikiClientLibrary.Pages.Parsing.InterlanguageInfo to WikiClientLibrary.Pages.Queries.Properties.LanguageLinkInfo.
  • Deprecated LanguageLinkInfo.PageTitle in favor of LanguageLinkInfo.Title.
  • Deprecated ParsedContentInfo.Interlanguages in favor of ParsedContentInfo.LanguageLinks.
  • Now RequestHelper.RefreshPages won't send rvlimit=1 anymore, as this is superfluous and can cause uncessary prop list pagination.