Skip to content

Latest commit

 

History

History
33 lines (22 loc) · 835 Bytes

CHANGELOG.md

File metadata and controls

33 lines (22 loc) · 835 Bytes

Change Log Smooth

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.

[1.6.1] - 2023-06-28

  • add Arduino build-CI
  • add unit test
  • add LINT
  • add badges to readme.md

[1.6.0] - 2023-06-20

  • add changelog.md
  • improved performance add()
  • add smooth_performance.ino
  • changed type count to uint32_t - to extend the range.
  • changed type set_size to uint16_t - to prevent signed/unsigned comparison.
  • add parameters to reset(int const window, int const c = 0, double const a = 0.0) to match behavior constructor.
  • add missing cbchange = 0; in constructor
  • minor edits readme.md

[1.5.0] - ??

[1.0.0] - ??

  • initial version