- Support initializer params with touch events (#13)
- Allow
simulant.fire()
to be called with no arguments (#11) - Add all keyboard event params (#11)
- Update build process
- Compile ES module build to ES5
- Spring clean repo
- Fix package.json (#7)
- handle
beforeunload
and similar events (#6) - internal: moved test suite to JSDOM
simulant.fire()
returns the event that was fired- Rewrote as ES6 modules, updated build process
- fix manifest files
- first release