You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
- Updated deploy Action to use more modern processes.
12
+
- Updated `PaginatedList` to be type-aware, showing which class is included in the response. (Thanks [@HandcartCactus](https://github.com/HandcartCactus))
13
+
14
+
## [3.3.0] - 2023-08-27
15
+
16
+
### General
17
+
18
+
- Added documentation for PaginatedList
19
+
- Rework requester URLs to accommodate graphql and new quizzes endpoints (Thanks, [@bennettscience](https://github.com/bennettscience))
20
+
21
+
### Bugfixes
22
+
23
+
- Fixed PaginatedList not respecting new quizzes endpoints (Thanks, [@jonespm](https://github.com/jonespm))
24
+
25
+
### Backstage
26
+
27
+
- Updated codecov action
28
+
5
29
## [3.2.0] - 2023-05-25
6
30
7
31
### New Endpoint Coverage
@@ -621,7 +645,8 @@ Huge thanks to [@liblit](https://github.com/liblit) for lots of issues, suggesti
621
645
- Fixed some incorrectly defined parameters
622
646
- Fixed an issue where tests would fail due to an improperly configured requires block
0 commit comments