# changelog

## 0.2.2

* Support initializer params with touch events ([#13](https://github.com/Rich-Harris/simulant/pull/13))

## 0.2.1

* Allow `simulant.fire()` to be called with no arguments ([#11](https://github.com/Rich-Harris/simulant/pull/11))
* Add all keyboard event params ([#11](https://github.com/Rich-Harris/simulant/pull/11))
* Update build process

## 0.2.0

* Compile ES module build to ES5
* Spring clean repo

## 0.1.5

* Fix package.json ([#7](https://github.com/Rich-Harris/simulant/issues/7))

## 0.1.4

* handle `beforeunload` and similar events ([#6](https://github.com/Rich-Harris/simulant/issues/6))
* internal: moved test suite to JSDOM

## 0.1.3

* `simulant.fire()` returns the event that was fired
* Rewrote as ES6 modules, updated build process

## 0.1.1, # 0.1.2

* fix manifest files

## 0.1.0

* first release
