Skip to content

Latest commit

 

History

History
44 lines (33 loc) · 1.45 KB

CHANGELOG.md

File metadata and controls

44 lines (33 loc) · 1.45 KB

Changelog

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

The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.

Added

  • Async variant of the trait. This should be seen as an addition to the synchronous implementation

0.3.0 - 2024-01-12

Added

  • serde feature for enabling serde support for the color types

Modified

  • Moved from Iterator to IntoIterator, so slices can be used directly

0.2.1 - 2020-09-07

Added

  • Some basic documentation
  • Add some common impls to White, making it easier to use

0.2.0 - 2019-05-01

Added

  • Add an RGBW alias and a White type

Changed

  • Make the SmartLedsWrite color parameter generic, to support e.g. RGBW leds

0.1.1 - 2019-03-24

Changed

  • Use rgb type from the rgb crate

0.1.0 - 2019-03-05

Added

  • Initial release