Skip to content

Releases: makinacorpus/easydict

1.13

04 Mar 12:05
1.13
6df258e
Compare
Choose a tag to compare
  • Fix handling of optional default value for .pop() (#47)

1.12

04 Mar 12:05
1.12
6007cbf
Compare
Choose a tag to compare
  • Fix #22: Do not convert tuple attributes to list (#44)

1.11

08 Feb 14:34
1.11
7a977f5
Compare
Choose a tag to compare
  • Fix #39: RecursionError when dict in class member (#41)
  • Minor changes in README

1.10

28 Sep 11:21
1.10
baef1ea
Compare
Choose a tag to compare
  • Make tests compatible with python2 and python3 (thanks @JackLangerman)
  • Dictify input
  • Fix license metadata

1.7

27 Apr 08:04
6149abc
Compare
Choose a tag to compare
1.7
  • Prevent copying sub-EasyDicts on assignment to fix unpickling (#7, thanks @Chronos-Sk)