- Updated README with more detailed feature overview.
- Updated Todo example. Made it simpler and more useful.
- Minor optimizations to the sorting routine. Sorting now only occurs when the iterator is reset and if changes have occurred that affect the values in the sort.
- New feature. Sort collection by property. I.e. sortBy{PropertyName}, e.x. $collection->sortByName()->sortAsc().
- Initial release.