v0.6-intX4
Pre-release
Pre-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 typeJObject
instead ofJToken
.- Added handy constructors for
Claim
,Snak
. Added handly factory overloads forWbTime
. - Replaced
WbUri
withSystem.Uri
.- To reduce memory consumption, use
WikibaseUriFactory
for cachingUri
instances.
- To reduce memory consumption, use
- Added some well-konwn URIs, including
WbTime.JulianCalendar
,
WbTime.GregorianCalendar
, andWbQuantity.Unity
. Entity.EditAsync
supports progressive edits. It can break down the sequence ofEntityEditEntry
and perform the edits incrementally. In this mode, more detailed edit summary can be left in the revision history.