Releases: tjenkinson/sql-cursor-pagination
Releases · tjenkinson/sql-cursor-pagination
4.3.0
4.2.1
What's Changed
- Use async import of
p-map
to make it work with CJS by @tjenkinson in #164
Full Changelog: 4.2.0...4.2.1
4.2.0
4.1.0
4.0.0
What's Changed
- Make the types easier to use, splitting into
withPagination
andwithPaginationNoCursor
by @tjenkinson in #7
Full Changelog: 3.0.1...4.0.0
3.0.1
What's Changed
- Setup
eslint-plugin-redos-detector
by @tjenkinson in #4 - Throw
ErrUnexpected
if assert fails by @tjenkinson in #5 - Export types from query builder by @tjenkinson in #6
Full Changelog: 3.0.0...3.0.1
3.0.0
What's Changed
- Rename
beforeCursor
/afterCursor
tobefore
/after
and movesortFields
tosetup
by @tjenkinson in #3
Full Changelog: 2.1.0...3.0.0
2.1.0
What's Changed
- Include
startCursor
/endCursor
inPageInfo
by @tjenkinson in #2
Full Changelog: 2.0.1...2.1.0
2.0.1
- Clarified what the cursor contains in the readme
Full Changelog: 2.0.0...2.0.1
2.0.0
What's Changed
- Restructure cursor to make it smaller by @tjenkinson in #1
Full Changelog: 1.0.0...2.0.0