v0.9.0
Pre-release
Pre-release
What's Changed
Full Changelog: v0.8.1...v0.9.0
Reversing cursors
It is now possible to get a reversed page-request from a cursor pointing to a page. This means e.g. page.self().toReversed()
will give a page-request to same content as the previous page, and page.next().toReversed()
should give the same results as this page.
The feature should be considered to be Beta, not all corner cases are covered with test right now.