Skip to content

Latest commit

 

History

History
38 lines (22 loc) · 844 Bytes

CHANGELOG.md

File metadata and controls

38 lines (22 loc) · 844 Bytes

changelog

0.2.2

  • Support initializer params with touch events (#13)

0.2.1

  • Allow simulant.fire() to be called with no arguments (#11)
  • Add all keyboard event params (#11)
  • Update build process

0.2.0

  • Compile ES module build to ES5
  • Spring clean repo

0.1.5

  • Fix package.json (#7)

0.1.4

  • handle beforeunload and similar events (#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