- in `edict.LazyLoad`
- changed `ignore_prefixes` -> `ignore_regexes` for greater flexibility
- added logging (at debug level) for each file parsed (helpful for longer loading times)
- added better exception handling for file parsing (to help with debugging)
- added `edict.dump` in order to better mirror standard `json` module (its exactly the same as `edict.to_json`)