Releases: makinacorpus/easydict
Releases · makinacorpus/easydict
1.13
- Fix handling of optional default value for .pop() (#47)
1.12
- Fix #22: Do not convert tuple attributes to list (#44)
1.11
- Fix #39: RecursionError when dict in class member (#41)
- Minor changes in README
1.10
- Make tests compatible with python2 and python3 (thanks @JackLangerman)
- Dictify input
- Fix license metadata
1.7
- Prevent copying sub-EasyDicts on assignment to fix unpickling (#7, thanks @Chronos-Sk)