# Release Notes

## 2.2.1 (2018-01-09)
### Fixed
- Umd template for Node.

## 2.2.0 (2018-12-26)
### Added
- Keys parameter can now be omitted and configuration can be passed along in it's place.

## 2.1.0 (2018-06-07)
### Changed
- Allow empty haystacks

## 2.0.1 (2017-10-17)
### Changed
- Make it really zero dependencies again (https://github.com/wouter2203/fuzzy-search/pull/30)

### Fixed
- Travis CI (https://github.com/wouter2203/fuzzy-search/pull/29)

## 2.0.0 (2017-09-15)
### Changed
- The way it sorts
  - It now boosts scores of items that are exact matches
  - It now boosts scores of items that start with they query

## 1.5.0 (2017-09-15)
### Changed
- Update build tool
- Update eslinter

### Removed
- Uncompressed compiled JavaScript

## v1.4.0 (2016-11-20)

### Added
- ESLint to check code style.

### Fixed
- Errors reported by ESLint.

## v1.3.8 (2016-11-20)

### Fixed
- Hide my saucelabs api key.

## v1.3.7 (2016-11-20)

### Fixed
- Fix readme file.

## v1.3.6 (2016-11-20)

### Added
- A changelog.

### Changed
- Show the build status of the master branch.
- Improved README.
