Skip to content

Latest commit

 

History

History
17 lines (12 loc) · 430 Bytes

CHANGELOG.md

File metadata and controls

17 lines (12 loc) · 430 Bytes

0.2.3 [2024.10.22]

  • Drop support for pre-8.0 versions of GHC.

0.2.2

  • Add isKeyCode function [ryantrinkle]

0.2.1

  • Bugfix: the keycodes for - and = were swapped on Gecko-based browsers (e.g., Firefox)

0.2

  • Add Data, Typeable, Generic, and Lift instances for Key when possible

0.1.1

  • Bugfix involving keycode 74 (should be J, was incorrectly giving K) [roboguy13]

0.1

  • Initial commit