Skip to content

Releases: rust-windowing/keyboard-types

v0.8.3

02 Oct 17:06

Choose a tag to compare

Fixed

  • Fixed building documentation on docs.rs: #93

Full Changelog: v0.8.2...v0.8.3

v0.8.2

30 Sep 13:12

Choose a tag to compare

Added

  • Added convenience constructors KeyboardEvent::key_down and KeyboardEvent::key_up: #89

Fixed

  • Fixed NumpadEqual and Pause code and Numpad location for WebDriver: #87

Full Changelog: v0.8.1...v0.8.2

v0.8.1

06 Aug 19:18

Choose a tag to compare

Added

  • Added impl From<NamedKey> for Key: #81

Full Changelog: v0.8.0...v0.8.1

v0.8.0

29 Apr 11:40

Choose a tag to compare

Added

  • Added PartialOrd and Ord implementations: #52
  • Added Code::KeyboardBacklightToggle: #57
  • Improved documentation in a bunch of places (including adding documentation aliases/alternatives and fixing spelling errors).
  • Added #![no_std] support: #69
  • Added KeyState::is_down and KeyState::is_up: #53

Changed

  • BREAKING: Separate Key into Character and NamedKey: #50
  • Bumped MSRV to 1.61: #55
  • Marked legacy modifier keys and codes as deprecated: #49

Removed

  • BREAKING: Removed Display impl on CompositionState: #54
  • BREAKING: Removed Display impl on KeyState: #53
  • BREAKING: Removed serde and webdriver from default features: #67

Full Changelog: v0.7.0...v0.8.0