GY-63_MS5611/libraries/AverageAngle/CHANGELOG.md
2024-04-09 10:32:29 +02:00

81 lines
1.5 KiB
Markdown

# Change Log AverageAngle
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/).
## [0.2.2] - 2024-04-08
- update GitHub actions
- fix version number
- refactored **getAverage()** early singularity detection.
- add **float getSumX()** and **float getSumY()**
- add example
- update keywords.txt
- add unit test
- minor edits
## [0.2.1] - 2023-10-17
- update readme.md
- update keywords.txt
## [0.2.0] - 2023-02-01
- add experimental OVERFLOW detection in **add()**
- add **lastError()**
- OK, OVERFLOW, SINGULARITY
- update GitHub actions
- update license 2023
- update readme.md
- update keywords.txt
----
## [0.1.9] - 2022-12-07
- fix #7 update readme.md
## [0.1.8] - 2022-10-29
- add RP2040 support to build-CI.
- add CHANGELOG.md
- minor edit unit test
- update readme.md
- change setType() to return bool (false on error)
## [0.1.7] - 2021-12-13
- update library.json
- fix badges
- update license
- update readme.md
## [0.1.6] - 2021-10-18
- update Arduino-CI
- add GRADIANS
## [0.1.5] - 2020-12-12
- add Arduino-CI
- add unit tests
- minor refactor
## [0.1.4] - 2020-05-27
- update library.json
## [0.1.3] - 2020-03-26
- #pragma once
- removed pre 1.00 support
- update readme.md
## [0.1.2] - 2018-03-30
- add getAverageLength()
- add getTotalLength()
- add zero-test
## [0.1.1] - 2017-12-09
- fixed negative values of average
## [0.1.0] - 2017-11-21
- initial version