We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ebe7228 commit 3b00a1fCopy full SHA for 3b00a1f
CHANGES.md
@@ -1,3 +1,10 @@
1
+## Version 2.1.0
2
+
3
+* `PaginateMixin` removed, this functional moved to `ReadMixin`.
4
+* Add parameter `deserialize` to `CreateMixin`, `ReadMixin` and `UpdateMixine`.
5
+* Improved docstrings.
6
7
8
## Version 2.0.0
9
10
* Refactoring of the module has been carried out. Improved class and method interfaces.
pyproject.toml
@@ -25,7 +25,7 @@ license = {file = "LICENSE"}
25
name = "DB-First"
26
readme = "README.md"
27
requires-python = ">=3.9"
28
-version = "2.0.0"
+version = "2.1.0"
29
30
[project.optional-dependencies]
31
dev = [
0 commit comments