34 lines
867 B
Markdown
Raw Normal View History

2023-05-18 21:21:08 +02:00
# Change Log TOPMAX
All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](http://keepachangelog.com/)
and this project adheres to [Semantic Versioning](http://semver.org/).
2023-06-17 18:01:24 +02:00
## [0.2.0] - 2023-06-16
- breaking change!
- reverses the order of the maxima when requested.
- results in the top one always have index 0
- top position is independent of the size of the TOPMAX 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.
----
2023-06-13 19:16:10 +02:00
## [0.1.1] - 2023-05-20
- add **TOPMAXext**, holds a value + tag (e.g. timestamp or counter)
- add examples.
- changed **get()** into **getValue()**
- update readme.md
- minor edits.
2023-05-18 21:21:08 +02:00
## [0.1.0] - 2023-05-18
- initial version