Skip to content

Commit caba3b7

Browse files
committed
### [1.0.0] - 2024-02-14
- Added automatic call limiting/retrying to `BaseApi` and `DjangoApi` - Ability to choose amount of time - Created `BaseApiResponseHandler` and `DjangoApiResponseHandler` for more functionality - Much more modular and customizable - Cleaned up `DjangoApiResponseHandler` error handling - General support for `BaseApi` improved - `DjangoApi.post` - `extraHeaders` param fixed - Added `loading` property to `BaseApi` and `DjangoApi` for loading state - `TypeFilter` added to `BaseApi` and `DjangoApi` for type filtering - Moved 'up' from method level to class level - Improved linting to help prevent some errors - Added `prettier` to help with code formatting
1 parent 6756b96 commit caba3b7

File tree

2 files changed

+16
-19
lines changed

2 files changed

+16
-19
lines changed

CHANGELOG.md

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

1515
## [Released]
1616

17+
### [1.0.0] - 2024-02-14
18+
- Added automatic call limiting/retrying to `BaseApi` and `DjangoApi`
19+
- Ability to choose amount of time
20+
- Created `BaseApiResponseHandler` and `DjangoApiResponseHandler` for more functionality
21+
- Much more modular and customizable
22+
- Cleaned up `DjangoApiResponseHandler` error handling
23+
- General support for `BaseApi` improved
24+
- `DjangoApi.post` - `extraHeaders` param fixed
25+
- Added `loading` property to `BaseApi` and `DjangoApi` for loading state
26+
- `TypeFilter` added to `BaseApi` and `DjangoApi` for type filtering
27+
- Moved 'up' from method level to class level
28+
- Improved linting to help prevent some errors
29+
- Added `prettier` to help with code formatting
30+
31+
1732
### [0.2.5] - 2023-05-01
1833
- URL query param fix for `undefined` or `falsey` values
1934

TODO.md

Lines changed: 1 addition & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -33,27 +33,9 @@
3333
- add nextjs project? idk dont want to limit this to a specific framework
3434

3535

36-
-----
37-
### 1.0.0
38-
39-
40-
41-
4236

4337

44-
### [1.0.0] - 2024-02-14
45-
- Added automatic call limiting/retrying to `BaseApi` and `DjangoApi`
46-
- Ability to choose amount of time
47-
- Created `BaseApiResponseHandler` and `DjangoApiResponseHandler` for more functionality
48-
- Much more modular and customizable
49-
- Cleaned up `DjangoApiResponseHandler` error handling
50-
- General support for `BaseApi` improved
51-
- `DjangoApi.post` - `extraHeaders` param fixed
52-
- Added `loading` property to `BaseApi` and `DjangoApi` for loading state
53-
- `TypeFilter` added to `BaseApi` and `DjangoApi` for type filtering
54-
- Moved 'up' from method level to class level
55-
- Improved linting to help prevent some errors
56-
- Added `prettier` to help with code formatting
38+
### [1.1.0] - 2024-MM-DD
5739
#### TODO
5840

5941
-------------------------------------------------------

0 commit comments

Comments
 (0)