All Versions
59
Latest Version
Avg Release Cycle
82 days
Latest Release
117 days ago
Changelog History
Page 3
Changelog History
Page 3
-
v5.1.1 Changes
August 20, 2020- โ Adding testing for Python 3.9
- 0๏ธโฃ Fixing #165
box_dotsto work withdefault_box
-
v5.1.0 Changes
July 23, 2020- โ Adding #152
dottedoption foritemsfunction (thanks to ipcoder) - ๐ Fixing #157 bug in box.set_default where value is dictionary, return the internal value and not detached temporary (thanks to Noam Graetz)
- โ Removing warnings on import if optional libraries are missing
- โ Adding #152
-
v5.0.1 Changes
July 13, 2020- ๐ Fixing #155 default box saving internal method calls and restricted options (thanks to Marcelo Huerta)
-
v5.0.0 Changes
July 12, 2020- Adding support for msgpack converters
to_msgpackandfrom_msgpack - โ Adding support for comparision of
Boxto other boxes or dicts via the-sub operator #144 (thanks to Hitz) - โ Adding support to
|union boxes like will come default in Python 3.9 from PEP 0584 - โ Adding
mypytype checking,blackformatting and other checks on commit - โ Adding new parameter
box_classfor cleaner inheritance #148 (thanks to David Aronchick) - โ Adding
dottedoption forkeysmethod to return box_dots style keys (thanks to ipcoder) - ๐ Fixing box_dots to properly delete items from lists
- ๐ Fixing box_dots to properly find items with dots in their key
- ๐ Fixing that recast of subclassses of
BoxorBoxListwere not fed box properties (thanks to Alexander Kapustin) - Changing that sub boxes are always created to properly propagate settings and copy objects #150 (thanks to ipcoder)
- 0๏ธโฃ Changing that default_box will not raise key errors on
pop#67 (thanks to Patrock) - Changing
to_csvandfrom_csvto have same string and filename options as all other transforms - Changing back to no required external imports, instead have extra requires like [all] (thanks to wim glenn)
- Changing from putting all details in README.rst to a github wiki at https://github.com/cdgriffith/Box/wiki
- Changing
BoxList.box_classto be stored inBoxList.box_optionsdict asbox_class - Changing
delwill raiseBoxKeyError, subclass of bothKeyErrorandBoxError - ๐ Removing support for single level circular references
- Removing readthedocs generation
- Removing overrides for
keys,valuesanditemswhich will return views again
- Adding support for msgpack converters
-
v5.0.0.a3
July 05, 2020 -
v5.0.0.a2 Changes
July 03, 2020- ๐ Fixing that recast of subclassses of
BoxorBoxListwere not fed box properties (thanks to Alexander Kapustin)
- ๐ Fixing that recast of subclassses of
-
v5.0.0.a1 Changes
June 15, 2020- โ Adding
dottedandflatoption forkeysmethod to return box_dots style keys (thanks to ipcoder) - ๐ Fixing box_dots to properly delete items from lists
- ๐ Fixing box_dots to properly find items with dots in their key
- โ Adding
-
v5.0.0.a0 Changes
April 27, 2020- Adding support for msgpack coverters
to_msgpackandfrom_msgpack - โ Adding support for comparision of
Boxto other boxes or dicts via the-sub operator #144 (thanks to Hitz) - โ Adding support to
|union boxes like will come default in Python 3.9 from PEP 0584 - โ Adding
mypytype checking,blackformatting and other checks on commit - โ Adding new parameter
box_classfor cleaner inheritance #148 (thanks to David Aronchick) - Changing that sub boxes are always created to properly propagate settings and copy objects #150 (thanks to ipcoder)
- 0๏ธโฃ Changing that default_box will not raise key errors on
popordel#67 (thanks to Patrock) - Changing
to_csvandfrom_csvto have same string and filename options as all other transforms - Changing back to no required external imports
- Changing from putting all details in README.rst to a github wiki at https://github.com/cdgriffith/Box/wiki
- Changing
BoxList.box_classto be stored inBoxList.box_optionsdict asbox_class - ๐ Removing support for single level circular references
- Removing readthedocs generation
- Removing overrides for
keys,valuesanditemswhich will return views again
- Adding support for msgpack coverters
-
v4.2.3 Changes
April 27, 2020 -
v4.2.2 Changes
March 11, 2020- ๐ Fixing
default_boxdoesn't first look for safe attributes before falling back to default (thanks to Pymancer) - Changing from TravisCI to Github Actions
- 0๏ธโฃ Changing that due to
default_boxfix,popordelno longer raise BoxKeyErrors on missing items (UNCAUGHT BUG)
- ๐ Fixing