File tree 1 file changed +21
-0
lines changed
1 file changed +21
-0
lines changed Original file line number Diff line number Diff line change 1
1
# Changelog
2
2
3
+ ## v1.5.0 2024-10-19
4
+
5
+ * Adding ` readOnly ` properties validation for requests.
6
+
7
+ ## v1.4.0 2024-06-10
8
+
9
+ * Adding support for Django Ninja test client.
10
+
11
+ ## v1.3.2 2024-05-07
12
+
13
+ * Fixing serialization for date values.
14
+ * Adding support for validation of string type schemas with numerical values.
15
+ * Refactor tests and serialization - disabling (temporarily) codecov checks.
16
+
17
+ ## v1.3.1 2024-04-04
18
+
19
+ * Adding support for Django 5.0 (it was limited at the dependency configuration)
20
+ * Improving error messages.
21
+ * Serializing json requests data when application/json header is passed.
22
+ * Replacing black and isort linters with ruff (https://github.com/astral-sh/ruff )
23
+
3
24
## v1.2.0 2024-03-01
4
25
5
26
* Adding support for Django Ninja.
You can’t perform that action at this time.
0 commit comments