### 2.0.7

* Touch & zoom will work on platforms that lack `e.scale`, including Chrome
  Desktop

### 2.0.6

* Touch handlers now work on Android

## 2.0.5

* .optimal() properly handlers interrupting running animations

## 2.0.4

* Remove unused onHold function
* Fix touch handler

## 2.0.3

* Dispatches "zoomed" when zoom level changes
* Touch handler now able to pinch more than one zoom level
* Several optimizations

## 2.0.2

* Fix bug breaking `easey.optimal()`

## 2.0.1

* `from` and `to` are now set to the map center by
  default.

## 2.0.0

* `easey` handlers are now moved to `easey_handlers`
  instead of the `easey` function/object.

## 1.0.3

* Adds API.md document

## 1.0.2

* Fix concatenated files by beginning source with `;`
* Fix style issues
