Skip to content

Commit 873c756

Browse files
committed
chore: updating changelog
1 parent 6a57486 commit 873c756

File tree

1 file changed

+21
-0
lines changed

1 file changed

+21
-0
lines changed

CHANGELOG.md

+21
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,26 @@
11
# Changelog
22

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+
324
## v1.2.0 2024-03-01
425

526
* Adding support for Django Ninja.

0 commit comments

Comments
 (0)