# Changelog

All notable changes to this project will be documented in this file.

The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [Unreleased]


## [1.1.0] - 2021-05-29

### Added

- Emulate a retriggerable one-shot flip-flop for key presses, for a minimum event length of 100ms,
  for the `proceed` and `keypress` events. This is important on mobile devices and for mouseup
  events which come too quickly after mousedown events to be picked up by the underlying
  AGC emulation.
- CHANGELOG.md

### Changed

- Clarified source code comments.


## [1.0.2] - 2021-05-22

### Changed

- Fixed package.json keywords.


## [1.0.1] - 2021-05-21

### Added

Initial release.
