All Versions
47
Latest Version
Avg Release Cycle
21 days
Latest Release
-

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
  • v3.3.0 Changes

    • โž• Adding BoxObject (thanks to Brandon Gomes)
  • 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)
  • v3.1.1 Changes

    • Fixing __contains__ (thanks to Jiang Chen)
    • ๐Ÿ›  Fixing get could return non box objects