mirror of
https://github.com/RobTillaart/Arduino.git
synced 2024-10-03 18:09:02 -04:00
867 B
867 B
Change Log TOPMIN
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.
[0.2.0] - 2023-06-16
- breaking change!
- reverses the order of the minima when requested.
- results in the top one always have index 0
- top position is independent of the size of the TOPMIN object.
- fix boundary bug getValue() / getTag() (index >= count).
- add allocation checks.
- fill() returns bool (true upon success)
- update unit tests
- update readme.md
- minor edits.
[0.1.1] - 2023-06-13
- add TOPMINext, holds a value + tag (e.g. timestamp or counter)
- add examples.
- changed get() into getValue()
- update readme.md
- minor edits.
[0.1.0] - 2023-05-18
- initial version