http_pagination 0.2.2 http_pagination: ^0.2.2 copied to clipboard
Http headers pagination. Parses a link header (web links) into useful models
0.2.2 #
- Make RegExp for link parsing
0.2.1 #
- Provide documenation
- Update pub.dev description
0.2.0 #
- Rename HttpPagination -> HttpPaginationParser
- Make factory constructor for PagesPagination -> PagesPagination.fromHeaders(headers)
- Make factory constructor for CursorPagination -> CursorPagination.fromHeaders(headers)
- Make HttpPaginationParser private class
- Add simple README.md docs
- Add tests
0.1.3 #
- Remove isEmpty getter
- Add hasNext getter
0.1.2 #
- Make Pagination interface with isEmpty method for CursorPagination PagesPagination
0.1.1 #
- Implement paginated lists for cursor and pages pagination
0.1.0 #
- Implement pages headers pagination
- Implement cursor headers pagination