- Added a simple dict flattener utility class
- Fixed tests and published
- Added ListPlus and ListDict
- Updated TODO.md
- Added some funcs to Iterable()
- Reorganized internal import structure, external imports should work the same
- Fixed PyPi stuff
- Fixed .get not behaving as expected
- Fixed .update() for internal dict
- Made .pop() respect None alt arg
- Fixed recursive typing in SortedDict
- Added changelog
- Refactored to work with recursive dictionaries
- Made KeyValuePair and Elements typed to superclass
- Added SortedIterableIndex, SortedDict
- Bugfixes and more tests
- Python 2.7 Support
- Bugfixes
- Added insensitive subclass dicttypes