Files
pydantic/HISTORY.rst
T
2017-06-07 22:40:09 +01:00

17 lines
355 B
ReStructuredText

.. :changelog:
History
-------
v0.2.0 (TBC)
............
* **breaking change**: ``values()`` on a model is now a method not a property,
takes ``include`` and ``exclude`` arguments
* allow annotation only fields to support mypy
* add pretty ``to_string(pretty=True)`` method for models
v0.1.0 (2017-06-03)
...................
* add docs
* add history