Removed * auto removing reference keys from sorts, overly protective and not necessary
0.0.8
Added * `collection.get_total_count` method
0.0.7
Changed * `target.get()` calls on `Model` and `Collection` changed to `target.collapse()` * `Collection.set_target` wraps targets set with `$in` operator in `NestedDict` to block collapsing when `target.collapse()` is called
0.0.6
Added * case to record `$push` operation to handle nested dicts and wrap them correctly so they are not flattened to delimited notation in `flatten_updates` call * test for `$push` case added
0.0.5
Added * `Collection.total_count` attribute. This gets populated after `find` method is called * test case for `Collection.total_count` changes * test case for `DelimitedDict._collapse_delimited_notation` changes
0.0.4
Changed
* fixed issue with `DelimitedDict._collapse_delimited_notation` that was causing empty dicts as values to be dropped during conversion