Skip to content

v0.6.5

Compare
Choose a tag to compare
@CXuesong CXuesong released this 21 Nov 15:24
· 399 commits to master since this release
  • Removed WikiClient.Referer property as it is not actually used in the library.
  • Removed [Obsolete] APIs.
  • Use InvariantCulture for stringify page IDs, as well as gscoord in GeoSearchGenerator. (#46)
  • Now MediaWikiHelper.ParseJsonAsync throws UnexpectedDataException when it cannot parse the Stream as JSON. (600d62a)
    • Added a link for troubleshooting in the Exception message when receives HTML content.
  • Typo fix. Renamed WikiaJsonResonseParser to WikiaJsonResponseParser.