mirror of
https://github.com/kennethreitz/pydantic.git
synced 2026-06-05 23:00:18 +00:00
17 lines
355 B
ReStructuredText
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
|