* Fixed library objects pickling. * Fixed checking of length within ``List`` validator.
0.3
---
* Fixed handling of default values and length validation within ``Dict`` validator.
0.2
---
* Added support of timezones into ``Date`` and ``Datetime`` validators. * Added support of custom parsers into ``Date``, ``Time``, and ``Datetime`` validators. * Added ``Type`` validator for custom types.