### v1.7.1
- Only add to window if window exists [#42](https://github.com/tristen/suggestions/pull/42)

### v1.7.0
- [feature] Add `hideOnBlur` option [#30](https://github.com/tristen/suggestions/pull/30)

### v1.6.0
- Add `renderError` method to enable messages with arbitrary text [#29](https://github.com/tristen/suggestions/pull/29)

### v1.5.0
- Add wrapper around ul.suggestions [#28](https://github.com/tristen/suggestions/pull/28)

### v1.4.0
- [feature] Add custom html rendering function [#25](https://github.com/tristen/suggestions/pull/25)

### v1.3.4

- [bug] Enable usage of tab to focus next element after selection [#24](https://github.com/tristen/suggestions/pull/24)

### v1.3.3

- [bug] permit special characters [#21](https://github.com/tristen/suggestions/pull/21)

### v1.3.2

- [bug] prevent form submission on selecting a result from the list [#15](https://github.com/tristen/suggestions/pull/15)
- [bug] ensure paste events open list [#17](https://github.com/tristen/suggestions/pull/17)
- [bug] use mouseup rather than mousedown for list selection [#18](https://github.com/tristen/suggestions/pull/18)

### v1.3.1

- [bug] Fix update method [#12](https://github.com/tristen/suggestions/pull/12)

### v1.3.0

- [featurel] filter option [#11](https://github.com/tristen/suggestions/pull/11)

### v1.2.0

- [featurel] clear method [#10](https://github.com/tristen/suggestions/pull/10)

### v1.1.3

- Passing tests

### v1.1.2

- [bug] Clear container when update is called [#9](https://github.com/tristen/suggestions/pull/9)
- [bug] Export Suggestions as class [#8](https://github.com/tristen/suggestions/issues/8)

### v1.1.1

- [bug] Account for mousedown selection of value [#7](https://github.com/tristen/suggestions/pull/7)

### v1.1.0

- Adds fuzzy filtering [#5](https://github.com/tristen/suggestions/pull/5).
- Removed `call` want `bind` was already employed [#2](https://github.com/tristen/suggestions/issues/2)
