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
- Register nested model wildcard fields in docs (:pr:`24`)
11
+
- Pin werkzeug version to <=0.16.1 due to incompatibilities with version 1.0.0 (:pr:`39`)
12
+
13
+
0.1.0 (2020-01-21)
14
+
------------------
15
+
16
+
- Ensure that exceptions raised in error handler, including programming errors, are logged
17
+
- Import the ABCs from 'collections.abc' instead of 'collections' by default as it is deprecated since Python3.7, and in 3.8 it will stop working. Python2.7 is still supported though.
18
+
- Fix illegal characters in JSON references to model names
19
+
- Support ``envelope`` parameter in Swagger documentation
20
+
- Fix wildcard support for fields.Nested and fields.List
0 commit comments