Move `FieldOverrides` outside of function as a perf optimization (225). Thanks justinaustin
0.5.0
**BREAKING CHANGE** The optional `encode_json` parameter has been removed from to_dict(). It should not have been exposed in the first place, and I don't expect many to be affected. Nonetheless, this is a breaking change, and hence the minor version bump (see note on [versioning](https://github.com/lidatong/dataclasses-json#versioning) in the docs).
0.4.5
Fix deprecation warning (216). Thanks stevenj
0.4.4
Add config option to exclude fields with a predicate (221). Thanks arusahni
Fix bug with `mm_field` config when processing overrides