GY-63_MS5611/libraries/AverageAngle/CHANGELOG.md
2023-02-01 13:53:15 +01:00

1.2 KiB

Change Log AverageAngle

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-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