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
bar: Bar = field(metadata={'serde_flatten': True})
23
+
```
24
+
25
+
* feat: Print Tips in serde.inspect ([62c74f3](https://github.com/yukinarit/pyserde/commit/62c74f3))
26
+
* fix: "Cannot instantiate type" type error ([6b3afbd](https://github.com/yukinarit/pyserde/commit/6b3afbd))
27
+
* ci: Use [email protected] ([45a999c](https://github.com/yukinarit/pyserde/commit/45a999c))
28
+
* build: Parallel test execution ([#148](https://github.com/yukinarit/pyserde/pull/148))
29
+
* build: Migrate to poetry ([#144](https://github.com/yukinarit/pyserde/pull/144))
30
+
31
+
This release had contributions from 1 person: [@alexmisk](https://github.com/alexmisk). Thank you so much! :tada::joy:
32
+
1
33
## `0.4.0` (2021-06-17)
2
34
3
35
* feat: add support for lazy annotations PEP563 (#112) ([f7f6996](https://github.com/yukinarit/pyserde/commit/f7f6996)), closes [#112](https://github.com/yukinarit/pyserde/issues/112)
@@ -61,7 +93,7 @@ class Foo:
61
93
* fix: pass convert_sets argument to union functions ([ab40cc9](https://github.com/yukinarit/pyserde/commit/ab40cc9))
62
94
* 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)
63
95
64
-
This release had contibutions from 1 person: [@ydylla](https://github.com/ydylla). Thank you so much! :tada::joy:
96
+
This release had contributions from 1 person: [@ydylla](https://github.com/ydylla). Thank you so much! :tada::joy:
65
97
66
98
## `0.3.2` (2021-05-07)
67
99
@@ -76,7 +108,7 @@ This release had contibutions from 1 person: [@ydylla](https://github.com/ydylla
76
108
* ci: Don't cache pip to workaround pip error ([c912429](https://github.com/yukinarit/pyserde/commit/c912429))
77
109
* refactor: Remove self class from scope ([da81f1f](https://github.com/yukinarit/pyserde/commit/da81f1f))
78
110
79
-
This release had contibutions from 1 person: [@ydylla](https://github.com/ydylla). Thank you so much! :tada::joy:
111
+
This release had contributions from 1 person: [@ydylla](https://github.com/ydylla). Thank you so much! :tada::joy:
80
112
81
113
## `0.3.1` (2021-03-21)
82
114
@@ -122,7 +154,7 @@ You can get the code completion from the class with `serialize` and `deserialize
122
154
* build: setup pre-commit as formatting tool ([2876de4](https://github.com/yukinarit/pyserde/commit/2876de4))
This release had contibutionsfrom2 people: [@ydylla](https://github.com/ydylla), [@alexmisk](https://github.com/alexmisk). Thank you so much! :tada: :joy:
157
+
This release had contributionsfrom2 people: [@ydylla](https://github.com/ydylla), [@alexmisk](https://github.com/alexmisk). Thank you so much! :tada: :joy:
126
158
127
159
## `0.2.2` (2021-01-19)
128
160
@@ -142,7 +174,7 @@ This release had contibutions from 1 person: [@adsharma](https://github.com/adsh
142
174
* Rename testing step for better readability
143
175
* Change Python 3.9-dev to 3.9in test matrix
144
176
145
-
This release had contibutionsfrom2 people: [@alexmisk](https://github.com/alexmisk), [@pranavvp10](https://github.com/pranavvp10). Thank you so much! :turkey: :joy:
177
+
This release had contributionsfrom2 people: [@alexmisk](https://github.com/alexmisk), [@pranavvp10](https://github.com/pranavvp10). Thank you so much! :turkey: :joy:
146
178
147
179
## `0.2.0` (2020-10-31)
148
180
@@ -153,7 +185,7 @@ Please note this release has a breaking change, where `pip install pyserde` no l
153
185
* Migrate from Travis to Github Action ([#45](https://github.com/yukinarit/pyserde/pull/45))
154
186
* Make data format dependencies optional ([4a130ab](https://github.com/yukinarit/pyserde/commit/4a130ab))
155
187
156
-
This release had contibutionsfrom2 people: [@alexmisk](https://github.com/alexmisk), [@andreymal](https://github.com/andreymal). Thank you so much! :tada: :joy:
188
+
This release had contributionsfrom2 people: [@alexmisk](https://github.com/alexmisk), [@andreymal](https://github.com/andreymal). Thank you so much! :tada: :joy:
0 commit comments