All Versions
47
Latest Version
Avg Release Cycle
21 days
Latest Release
-
Changelog History
Page 5
Changelog History
Page 5
-
v3.1.0 Changes
- ➕ Adding
copy
anddeepcopy
support that with return a Box object - ➕ Adding support for customizable safe attr replacement
- ➕ Adding custom error for missing keys
- 🚀 Changing that for this 3.x release, 2.6 support exists
- Fixing that a recursion loop could occur if
_box_config
was somehow removed - 🛠 Fixing pickling
- ➕ Adding
-
v3.0.1 Changes
- 🛠 Fixing first level recursion errors
- 🛠 Fixing spelling mistakes (thanks to John Benediktsson)
- 🛠 Fixing that list insert of lists did not use the original list but create an empty one
-
v3.0.0 Changes
- 0️⃣ Adding default object abilities with
default_box
anddefault_box_attr
kwargs - Adding
from_json
andfrom_yaml
functions to bothBox
andBoxList
- ➕ Adding
frozen_box
option - ➕ Adding
BoxError
exception for custom errors - ➕ Adding
conversion_box
to automatically try to find matching attributes - Adding
camel_killer_box
that converts CamelCaseKeys to camel_case_keys - Adding
SBox
that hasjson
andyaml
properties that map to defaultto_json()
andto_yaml()
- Adding
box_it_up
property that will make sure all boxes are created and populated like previous version - Adding
modify_tuples_box
option to recreate tuples with Boxes instead of dicts - Adding
to_json
andto_yaml
forBoxList
- Changing how the Box object works, to conversion on extraction
- Removing
__call__
for compatibly with django and to make more like dict object - 👍 Removing support for python 2.6
- Removing
LightBox
- 0️⃣ Removing default indent for
to_json
- 0️⃣ Adding default object abilities with
-
v2.2.0 Changes
- ➕ Adding support for
ruamel.yaml
(Thanks to Alexandre Decan) - ➕ Adding Contributing and Authors files
- ➕ Adding support for
-
v2.1.0 Changes
- ➕ Adding
.update
and.set_default
functionality - ➕ Adding
dir
support
- ➕ Adding
-
v2.0.0 Changes
- ➕ Adding
BoxList
to allow for anyBox
to be recursively added to lists as well - Adding
to_json
andto_yaml
functions - Changing
Box
original functionality toLightBox
,Box
now searches lists - Changing
Box
callable to return keys, not values, and they are sorted - 👀 Removing
tree_view
as near same can be seen with YAML
- ➕ Adding
-
v1.0.0 Changes
- 🎉 Initial release, copy from
reusables.Namespace
- Original creation, 2\13\2014
- 🎉 Initial release, copy from