Skip to content

Latest commit

 

History

History
12 lines (9 loc) · 489 Bytes

CHANGELOG.md

File metadata and controls

12 lines (9 loc) · 489 Bytes

0.2.2 / 2013-01-06

  • 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().

0.2.0 / 2013-01-05

  • Initial release.