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
* refactor: Remove type references from SerdeScope ([bdd8784](https://github.com/yukinarit/pyserde/commit/bdd8784))
7
+
* refactor: Speficy correct type bound for serde.core.fields ([c3b555c](https://github.com/yukinarit/pyserde/commit/c3b555c))
8
+
* fix: Add types in typing module to scope ([e12e802](https://github.com/yukinarit/pyserde/commit/e12e802))
9
+
* fix: Never use default value for from_tuple ([3ce4f6b](https://github.com/yukinarit/pyserde/commit/3ce4f6b))
10
+
* fix: Use default value only if key isn't present ([3fa4ab6](https://github.com/yukinarit/pyserde/commit/3fa4ab6))
11
+
* Fix typo in README ([5f957d0](https://github.com/yukinarit/pyserde/commit/5f957d0))
12
+
13
+
This release had contributions from 2 people: [@rnestler](https://github.com/rnestler), [@mauvealerts](https://github.com/mauvealerts). Thank you so much! :tada::joy:
14
+
1
15
## `0.5.2` (2021-10-21)
2
16
3
17
* feat: (de)serialize non dataclass types correctly ([0ffb9ea](https://github.com/yukinarit/pyserde/commit/0ffb9ea))
0 commit comments