forked from justanr/marshmallow-annotations
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathCHANGELOG
43 lines (26 loc) · 930 Bytes
/
CHANGELOG
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
Change Log
==========
Version 2.4.0 (2018-12-12)
--------------------------
* Dict field converter (see docs for details and cavaets) (#21)
* Fixed issue with AttrsConverter that would treat non-attrs based classes
in containers as if they were attrs based (#25)
* Retain metadata attached to attr.ib fields when generating schema (#26)
Version 2.3.0 (2018-08-05)
--------------------------
* Python 3.7 support
Version 2.2.0 (2018-07-14)
--------------------------
* Specialized extension handling for attrs based classes
Version 2.1.0 (2018-07-01)
--------------------------
* Specialized extension handling for typing.NamedTuple
Version 2.0.0 (2018-05-02)
--------------------------
* Build schema from annotated class definitions
* Register custom types and handlers to generate fields
* Documentation
Version 1.0.0 (2017-06-17)
--------------------------
* It lives
* Create schemas using type annotations