All Versions
47
Latest Version
Avg Release Cycle
21 days
Latest Release
-
Changelog History
Page 4
Changelog History
Page 4
-
v3.4.2 Changes
July 05, 2019- โ Adding license, changes and authors files to source distribution
-
v3.4.1 Changes
June 06, 2019- ๐ Fixing copy of inherited classes (thanks to pwwang)
- ๐ Fixing
get
when used with default_box
-
v3.4.0 Changes
April 26, 2019- Adding
box_intact_types
that allows preservation of selected object types (thanks to pwwang) - โ Adding limitations section to readme
- Adding
-
v3.3.0 Changes
- โ Adding
BoxObject
(thanks to Brandon Gomes)
- โ Adding
-
v3.2.4 Changes
February 01, 2019- ๐ Fixing recursion issue #68 when using setdefault (thanks to sdementen)
- Fixing ordered_box would make 'ordered_box_values' internal helper as key in sub boxes
-
v3.2.3 Changes
November 13, 2018๐ Fixing pickling with default box (thanks to sdementen)
-
v3.2.2 Changes
October 31, 2018- โ Adding hash abilities to new frozen BoxList
- ๐ Fixing hashing returned unpredictable values (thanks to cebaa)
- ๐ Fixing update to not handle protected words correctly (thanks to deluxghost)
- ๐ Removing non-collection support for mapping and callable identification
-
v3.2.1 Changes
- ๐ Fixing pickling on python 3.7 (thanks to Martijn Pieters)
- ๐ Fixing rumel loader error (thanks to richieadler)
- ๐ Fixing frozen_box does not freeze the outermost BoxList (thanks to V.Anh Tran)
-
v3.2.0 Changes
- โ Adding
ordered_box
option to keep key order based on insertion (thanks to pwwang) - Adding custom
__iter__
,__revered__
,pop
,popitems
- Fixing ordering of camel_case_killer vs default_box (thanks to Matan Rosenberg)
- ๐ Fixing non string keys not being supported correctly (thanks to Matt Wisniewski)
- โ Adding
-
v3.1.1 Changes
- Fixing
__contains__
(thanks to Jiang Chen) - ๐ Fixing
get
could return non box objects
- Fixing