Merge "StringUtils: Add a utility for checking if a string is a valid regex"
[lhc/web/wiklou.git] / tests / selenium / wdio-mediawiki / CHANGELOG.md
1 ## 0.5.0 / 2019-09-18
2
3 * Api: Added `bot()` method.
4
5 ## 0.4.0 / 2019-07-18
6
7 * Util: Added a `waitForModuleState()` method.
8 * Api: Added optional `username`, `password` and `baseUrl` parameters to `edit()` method.
9 * RunJobs: Unpublished `getJobCount()`, `log()`, `runThroughMainPageRequests()` methods.
10
11 ## 0.3.0 / 2019-01-25
12
13 * RunJobs: Added initial version.
14 * Page: Added a `fragment` parameter to `openTitle()`.
15 * Api: Added `blockUser()` and `unblockUser()` methods.
16 * Util: Changed `getTestString()` to include U+2603 (Snowman).
17 * (All): Fixed internal `require()` calls to use relative paths.
18
19 ## 0.2.0 / 2018-06-25
20
21 * Util: Added getTestString().
22
23 ## 0.1.0 / 2018-05-02
24
25 * Api: Added initial version.
26 * Page: Added initial version.
27 * BlankPage: Added initial version.
28 * LoginPage: Added initial version.