Skip to content

Commit c312152

Browse files
committed
### [1.0.2] - 2024-03-17
- Fix for `DjangoGet` APIs related to paginated APIs - Wasn't handling `next` and `previous` links correctly
1 parent d0b574e commit c312152

File tree

2 files changed

+5
-8
lines changed

2 files changed

+5
-8
lines changed

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,11 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
1414

1515
## [Released]
1616

17+
### [1.0.2] - 2024-03-17
18+
- Fix for `DjangoGet` APIs related to paginated APIs
19+
- Wasn't handling `next` and `previous` links correctly
20+
21+
1722
### [1.0.1] - 2024-02-15
1823
- Improved `retry/duplicate` logic
1924
- `retryIfNecessary` -> `catchDuplicates`

TODO.md

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -59,14 +59,6 @@
5959
#### TODO
6060

6161

62-
---
63-
64-
65-
66-
### [1.0.2] - 2024-03-17
67-
- Fix for `DjangoGet` APIs related to paginated APIs
68-
- Wasn't handling `next` and `previous` links correctly
69-
7062
-------------------------------------------------------
7163

7264
##### [https://danielnazarian.com](https://danielnazarian.com)

0 commit comments

Comments
 (0)