GY-63_MS5611/libraries/DistanceTable/CHANGELOG.md

78 lines
1.3 KiB
Markdown
Raw Normal View History

2022-11-02 06:24:05 -04:00
# Change Log DistanceTable
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-09-25 14:41:00 -04:00
## [0.3.3] - 2023-09-25
- update changelog
- update readme.md
2022-11-02 06:24:05 -04:00
## [0.3.2] - 2022-11.02
- add changelog.md
- add rp2040 to build-CI
- update readme.md
## [0.3.1] - 2022-07-22
- fix set() get() test order
- set() returns bool on success.
- adds sum() and average()
- add Pascal Triangle example.
## [0.3.0] - 2022-01-06
- add invert flag, add unit tests
- add countAbove(), countBelow()
- fix allocation + # elements
----
## [0.2.2] - 2021-12-17
- update license
- update readme.md
- minor edits
## [0.2.1] - 2021-10-26
- update build-CI
- update readme.md
- default value in constructor
## [0.2.0] - 2021-01-19
- refactor
- properly named functions,
- add setAll()
- add minimum(), maximum()
- add count()
----
## [0.1.6] - 2020-12-20
- Arduino-CI + unit test
## [0.1.5] - 2020-06-07
- fix library.json
- minor edits
## [0.1.4] - 2019-01-10
- add size()
## [0.1.3] - 2017-07-27
- Fix issue #33
2023-09-25 14:41:00 -04:00
## [0.1.2] - 2017-07-15
2022-11-02 06:24:05 -04:00
- fix overflow
- add some error detection
- revert float to float to memory
2023-09-25 14:41:00 -04:00
## [0.1.01] - 2015-06-19
2022-11-02 06:24:05 -04:00
- refactor
2023-09-25 14:41:00 -04:00
## [0.1.00] - 2015-06-18
2022-11-02 06:24:05 -04:00
- initial version