Releases: sesamecare/multi-source-pager
Releases · sesamecare/multi-source-pager
v4.0.2
4.0.2 (2024-04-01)
Bug Fixes
- cursor: optimization was wrong, can't use empty cursor for completion (3d66c4e)
v4.0.1
4.0.1 (2024-04-01)
Bug Fixes
- cursor: record completion of a datasource as an empty string cursor (724ff53)
v4.0.0
4.0.0 (2024-04-01)
Features
- empty-results: support empty non-terminal pages (05227ac)
BREAKING CHANGES
- empty-results: Data sources must return a final cursor value
for the result set.
v3.0.0
3.0.0 (2024-03-23)
Bug Fixes
- files: untangle file names (9b6f095)
Features
- filter: add a filtering data source function (72fd2a0)
- queue: add a priority queue based pager to beat all the rest (83edbc1)
- refactor: rewrite to a single queue-based pager (b415680)
BREAKING CHANGES
- refactor: All collapsed into a single pager type
v2.0.0
2.0.0 (2024-03-20)
Features
- min-fetch: allow a minimum fetch size for stateful pager (a5ba6b9)
- stateful: add a stateful pager that pulls data as necessary (34b3d15)
BREAKING CHANGES
- stateful: function names have changed
v1.1.0
1.1.0 (2024-03-20)
Features
- types: do some more magic with the return type (3c91230)
v1.0.0
1.0.0 (2024-03-19)
Bug Fixes
- deps: remove unnecessary dependency (2807a8a)