# Change Log

All notable changes to this project will be documented in this file.

## [2.0.0] - 2015-05-01
### Changed

- Returns array of rankings in rank order
- No longer puts 'rank' property on each item

## [1.1.0] - 2015-05-01
### Added

- rankBy can also be a function which takes an item and returns value to rank by

## [1.0.0] - 2014-11-29
### Added

- Pass in property name to rank items by
- Initial impl