Changed * `NestedContainer.__init__` changed to allow for subclasses of self to be used as data on instantiation
0.0.14
Added * `func` arg added to `NestedContainer.ref` method, test cases
0.0.13
Added * `clear` method moved from `NestedSequence` to `NestedContainer` to allow mapping and sequences types access to this method
0.0.12
Changed * `NestedContainer.__call__` changed to accept instance of self for data on instantiation, test case
0.0.11
Changed * `NestedContainer._wrap` method changed to handle non dict, list arg * `NestedContainer._unwrap` method changed to handle also mapping, items arg
Added * `NestedContainer._collapse` now checks for existence of `_collapse_func` on self and uses that if set, test case
0.0.10
Changed * fixed bug introduced to `NestedContainer._collapse` method