1. Checking for extension type in loadfn and dumpfn now relies on ".json", ".yaml" or ".mpk". Further, now ".yml" and ".yaml" are both recognized as YAML files. (clegaspi) 2. A fmt kwarg is now supported in loadfn and dumpfn to specify the format explicitly. (clegaspi)
2.0.4
1. Bug fix for invert MSON caused by `version`.
2.0.3
1. Support for nested MSONAble objects with MontyEncoder and dumpfn. (davidwaroquiers) 2. Add version to MSONAble. (mkhorton)
2.0.0
1. Support for Path object in zopen.
1.0.5
1. Bug fix for io.reverse_readfile to ensure txt or binary string.
1.0.4
1. monty.shutil.remove which allows symlinks removal. Also improved monty.tempfile.ScratchDir cleanup. (shyamd)