Skip to content

v0.6-intX4

Pre-release
Pre-release
Compare
Choose a tag to compare
@CXuesong CXuesong released this 14 Dec 17:29
· 463 commits to master since this release

WCL

  • When composing the request arguments, WCL now supports using pipe character "|" to concatenate the values, if possible, and use alternative multiple-value separator ("\u001F") for values that has pipe character in the string. (400ac35)

Wikibase

  • Snak.RawDataValue is now of type JObject instead of JToken.
  • Added handy constructors for Claim, Snak. Added handly factory overloads for WbTime.
  • Replaced WbUri with System.Uri.
    • To reduce memory consumption, use WikibaseUriFactory for caching Uri instances.
  • Added some well-konwn URIs, including WbTime.JulianCalendar,
    WbTime.GregorianCalendar, and WbQuantity.Unity.
  • Entity.EditAsync supports progressive edits. It can break down the sequence of EntityEditEntry and perform the edits incrementally. In this mode, more detailed edit summary can be left in the revision history.