-----
*Released on January 29th, 2019*
- Support conversion between CBOR. (`40`_, `74`_)
- Remove fields and validators that were moved to `serde-ext`_ package. (`66`_,
`71`_)
- Container fields now properly call inner ``Field`` methods. (`70`_)
- Add ``equal()`` and ``length()`` validators. (`67`_, `69`_)
- Add ``basestring`` and ``unicode`` to built-in ``Field`` map. (`68`_)
.. _serde-ext: https://github.com/rossmacarthur/serde-ext
.. _74: https://github.com/rossmacarthur/serde/pull/74
.. _71: https://github.com/rossmacarthur/serde/pull/71
.. _70: https://github.com/rossmacarthur/serde/pull/70
.. _69: https://github.com/rossmacarthur/serde/pull/69
.. _68: https://github.com/rossmacarthur/serde/pull/68
.. _67: https://github.com/rossmacarthur/serde/issues/67
.. _66: https://github.com/rossmacarthur/serde/issues/66
.. _40: https://github.com/rossmacarthur/serde/issues/40