## 1.0.0 / 2019-11-05 The wdio-mediawiki library now requires webdriverio 5 and Node 10 (or later). * The global `username` and `password` config keys have been renamed to `mwUser` and `mwPwd`. These are used as the defaults for `Api` and `LoginPage` methods that require user credentials. * Api: The `api.edit()` and `api.delete()` methods were removed as they encouraged an anti-pattern where each user action was preceded by its own API login sequence. Use the `bot.edit()` and `bot.delete()` methods directly instead, and re-use the `bot` object where possible. See [README](./README.md) for a usage example. ## 0.5.0 / 2019-09-18 * Api: Added `bot()` method. ## 0.4.0 / 2019-07-18 * Util: Added a `waitForModuleState()` method. * Api: Added optional `username`, `password` and `baseUrl` parameters to `edit()` method. * RunJobs: Unpublished `getJobCount()`, `log()`, `runThroughMainPageRequests()` methods. ## 0.3.0 / 2019-01-25 * RunJobs: Added initial version. * Page: Added a `fragment` parameter to `openTitle()`. * Api: Added `blockUser()` and `unblockUser()` methods. * Util: Changed `getTestString()` to include U+2603 (Snowman). * (All): Fixed internal `require()` calls to use relative paths. ## 0.2.0 / 2018-06-25 * Util: Added getTestString(). ## 0.1.0 / 2018-05-02 * Api: Added initial version. * Page: Added initial version. * BlankPage: Added initial version. * LoginPage: Added initial version.