Skip to content

v0.9.0

Pre-release
Pre-release
Compare
Choose a tag to compare
@p3t p3t released this 30 Aug 12:49
· 28 commits to main since this release
f961d7a

What's Changed

  • Feature for reversing a cursor by @p3t in #34

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.