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
-Camelize would capitalize words starting with an underscore. It now leaves them unchanged.
8
8
9
-
## [1.0.1] - 2024-04-30
9
+
- Old: `"_special"` -> `"Special"`
10
+
- Now: `"_special"` -> `"_special"`
10
11
11
-
Changes:
12
+
- Improve test coverage
13
+
- Update README
12
14
13
-
- Upgrade dependencies
15
+
## [2.0.0] - 2025-07-16
14
16
15
-
## [1.0.2] - 2024-09-08
17
+
Breaking changes:
18
+
19
+
- The API error response now **always** includes the keys: `title`, `detail`, and `invalid_param`. The `title` key is always populated, while `detail` and `invalid_param` may be `null` depending on the error source.
20
+
- Drop support for python 3.8
16
21
17
22
Changes:
18
23
19
-
- Add docstrings
20
-
- Improve Makefile
21
-
- Improve README
24
+
- Improve code modularity and readability
25
+
- Split tests in unittest and integration tests
26
+
- Improve test coverage
27
+
- Update Makefile
28
+
- Update README
22
29
23
30
## [1.0.3] - 2025-03-16
24
31
@@ -28,17 +35,22 @@ Changes:
28
35
- Improve tests
29
36
- Update README
30
37
31
-
## [2.0.0] - 2025-07-11
38
+
## [1.0.2] - 2024-09-08
39
+
40
+
Changes:
32
41
33
-
Breaking changes:
42
+
- Add docstrings
43
+
- Improve Makefile
44
+
- Improve README
34
45
35
-
- The API error response now **always** includes the keys: `title`, `detail`, and `invalid_param`. The `title` key is always populated, while `detail` and `invalid_param` may be `null` depending on the error source.
0 commit comments