Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | global expect | Shin'ya Ueoka | 2018-05-05 | 1 | -1/+0 |
| | |||||
* | pagination tweaks and fixes: | chocolateboy | 2017-11-23 | 1 | -3/+3 |
| | | | | | | | | - fallback links: - select the last matching link rather than the first - use `innerText` rather than `textContent` - use a single regex for each pattern rather than an array - fix markup typo in test | ||||
* | improve #linkPrev and #linkNext: | chocolateboy | 2017-11-17 | 1 | -37/+119 |
| | | | | | | - add support for <link> elements - match if there's more than one rel e.g. <a rel="nofollow next">...</a> - more tests | ||||
* | fix imports in test | Shin'ya Ueoka | 2017-10-05 | 1 | -1/+1 |
| | |||||
* | implement go-parent command | Shin'ya Ueoka | 2017-09-17 | 1 | -3/+9 |
| | |||||
* | pagenate by prev/next links | Shin'ya Ueoka | 2017-09-17 | 1 | -0/+50 |