----------------
- Added support for simplejson package https://pypi.org/project/simplejson/
- Fixed bug in yaml support.
- Added support for pathlib.Path.
(PR, 10, thanks maurosilber)
- Call register_class again when a new format is dynamically added.
(PR 8, thanks jtbraun)
- Change yaml support to support objects using __reduce__
(PR 8, thanks jtbraun)
- Renamed the existing 'yaml' format to 'yaml:legacy'
(PR 8, thanks jtbraun)