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
* feat: Support typing.any ([988a621](https://github.com/yukinarit/pyserde/commit/988a621))
6
+
* feat: Support typing.NewType for primitives ([731ed79](https://github.com/yukinarit/pyserde/commit/731ed79))
7
+
* build: add pre-commit to test requirements ([a88ea40](https://github.com/yukinarit/pyserde/commit/a88ea40))
8
+
* fix: correctly render single element tuples ([a8a6456](https://github.com/yukinarit/pyserde/commit/a8a6456))
9
+
* fix: pass convert_sets argument to union functions ([ab40cc9](https://github.com/yukinarit/pyserde/commit/ab40cc9))
10
+
* fix: support unions with nested unions in containers (#113) ([c26e828](https://github.com/yukinarit/pyserde/commit/c26e828)), closes [#113](https://github.com/yukinarit/pyserde/issues/113)
11
+
* ci: Don't cache pip to workaround pip error ([c912429](https://github.com/yukinarit/pyserde/commit/c912429))
12
+
* refactor: Remove self class from scope ([da81f1f](https://github.com/yukinarit/pyserde/commit/da81f1f))
13
+
14
+
This release had contibutions from 1 person: [@ydylla](https://github.com/ydylla). Thank you so much! :tada::joy:
15
+
16
+
## `0.3.1` (2021-03-21)
2
17
3
18
* fix: Add type annotation to serde decorators ([f885a27](https://github.com/yukinarit/pyserde/commit/f885a27))
4
19
5
20
You can get the code completion from the class with `serialize` and `deserialize` decorators. I would recommend everyone to upgrade to v0.3.1.
6
21
7
-
## 0.3.0 (2021-03-20)
22
+
## `0.3.0` (2021-03-20)
8
23
9
24
* feat: Support PEP585 type hint annotation ([81d3f4f](https://github.com/yukinarit/pyserde/commit/81d3f4f))
10
25
```python
@@ -44,14 +59,14 @@ You can get the code completion from the class with `serialize` and `deserialize
44
59
45
60
This release had contibutions from2 people: [@ydylla](https://github.com/ydylla), [@alexmisk](https://github.com/alexmisk). Thank you so much! :tada: :joy:
46
61
47
-
## 0.2.2 (2021-01-19)
62
+
## `0.2.2` (2021-01-19)
48
63
49
64
* Support inference of types on deserialization ([8c4efb2](https://github.com/yukinarit/pyserde/commit/8c4efb2))
This release had contibutions from1 person: [@adsharma](https://github.com/adsharma). Thank you so much! :tada: :joy:
53
68
54
-
## 0.2.1 (2020-11-29)
69
+
## `0.2.1` (2020-11-29)
55
70
56
71
* feat: Allow enum compatible value for enum field ([14006ee](https://github.com/yukinarit/pyserde/commit/14006ee))
57
72
* fix: Support optional extended types ([d0418fc](https://github.com/yukinarit/pyserde/commit/d0418fc))
@@ -64,7 +79,7 @@ This release had contibutions from 1 person: [@adsharma](https://github.com/adsh
64
79
65
80
This release had contibutions from2 people: [@alexmisk](https://github.com/alexmisk), [@pranavvp10](https://github.com/pranavvp10). Thank you so much! :turkey: :joy:
66
81
67
-
## 0.2.0 (2020-10-31)
82
+
## `0.2.0` (2020-10-31)
68
83
69
84
Please note this release has a breaking change, where `pip install pyserde` no longer installs `msgpack`, `pyyaml`and`toml`. If you want the same behavior asin0.1.5, use `pip install pyserde[all]`.
70
85
@@ -75,23 +90,23 @@ Please note this release has a breaking change, where `pip install pyserde` no l
75
90
76
91
This release had contibutions from2 people: [@alexmisk](https://github.com/alexmisk), [@andreymal](https://github.com/andreymal). Thank you so much! :tada: :joy:
77
92
78
-
## 0.1.5 (2020-10-05)
93
+
## `0.1.5` (2020-10-05)
79
94
80
95
* fix: Type error ([2a271ac](https://github.com/yukinarit/pyserde/commit/2a271acf32bb7b37546d0037ac5b62f39cdc5bb3))
81
96
* feat: Now supports Optional of Enum/IntEnum class ([e3618e5](https://github.com/yukinarit/pyserde/commit/e3618e5daea30cb787e80a0f3df23438c8bffcef))
82
97
83
-
## 0.1.4 (2020-09-25)
98
+
## `0.1.4` (2020-09-25)
84
99
85
100
* feat: Enum support ([6dca279](https://github.com/yukinarit/pyserde/commit/6dca2792c32ceadbfdbd6e8aa50c0ac511661e7d))
86
101
87
-
## 0.1.3 (2020-09-12)
102
+
## `0.1.3` (2020-09-12)
88
103
89
104
* fix: Fix "has no attribute 'mangle'" error ([c71cb3b](https://github.com/yukinarit/pyserde/commit/c71cb3b5aaad16d008d0220a72c119ee0fbddc1a))
90
105
91
-
## 0.1.2 (2020-08-01)
106
+
## `0.1.2` (2020-08-01)
92
107
93
108
* feat: Add support for pathlib.Path fields ([28c8c1a](https://github.com/yukinarit/pyserde/commit/28c8c1a))
0 commit comments