Skip to content

3.0.0

Compare
Choose a tag to compare
@elifoster elifoster released this 24 May 23:26
· 40 commits to master since this release
692ca27

Breaking changes!

  • Update token system for MediaWiki 1.27+ (#45, #46, #65, #67).
    • login no longer takes a third token parameter.
    • create_account no longer takes a fifth token parameter.
    • create_account_email no longer takes a fifth token parameter.
    • MediaWiki::Query::Properties#get_token has been replaced by MediaWiki::Query::Meta#get_token. This only takes one parameter, as opposed to the old method's two parameters, which is the type of token to receive. Valid types are verified in the MediaWiki::Query::Meta::TOKEN_TYPES array.
  • Remove unnecessary autoparse, header, and override_assertion parameters from post (#68).
    • The returned value is now always a parsed hash, never an HTTPMessage directly.
  • Initialization parameter defaults are more likely what is to be used now (#62, #66).
    • :query_limit_default is now defaulted to 'max'.
    • :use_continuation is now defaulted to true.