v0.6-intX7
Pre-release
Pre-release
- Removed members that have been marked with
[Obsolete]
. - Multi-targeted
WikiClientLibrary
package to .NET Standard 1.1/2.0. This can eliminate the dependency to System.Reflection.Emit since .NET Standard 2.0.
WCL
- Added predefined
LogTypes
&LogActions
. - Use
WikiReadOnlyDictionary
instead ofdynamic
for RecentChangeItem.LogParams .- You can access
LogParams
in a more convenient way.
- You can access
- Added
LogEventsList
. You may query for MW log events now. - Moved
FileRevision
& upload-related classes fromPages
toFiles
namespace. - Add
ParsingOptions.DisableEditSection
&ParsingOptions.DisableTidy
. You can parse wikitext without generating TOC nor "Edit section" links now.
Wikibase
- Added
Entity.IdsFromSiteLinksAsync
to query for entity IDs from sitelinks. - Fixed
InvalidCastException
when progressive editingEntitySiteLink
.