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

72 lines
1.3 KiB
Markdown
Raw Normal View History

2022-10-29 06:45:36 -04:00
# Change Log Angle
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-10-17 09:08:05 -04:00
## [0.1.15] - 2023-10-17
- update readme (badges)
2023-01-31 09:29:30 -05:00
## [0.1.14] - 2023-01-31
- update GitHub actions
- update license 2023
- update readme.md
- add performance sketch (initial version)
2022-10-29 06:45:36 -04:00
## [0.1.13] - 2022-10-12
- Add RP2040 support to build-CI
- Add CHANGELOG.md
- minor change unit test
- minor edits (comments)
- Add zero tests to two constructors (zero is not negative)
## [0.1.12] - 2021-12-12
- update library.json
- update license
- minor edits
## [0.1.11] - 2021-10-17
- update build-CI
## [0.1.10] - 2021-01-16
- update readme.md
- minor refactor
## [0.1.9] - 2020-12-10
- Add build Arduino CI
## [0.1.8] - 2020-05-27
- update library.json
## [0.1.7] - 2020-03-26
- refactor #pragma once
## [0.1.06]
- fixed bug negative values
## [0.1.05] 2015-03-03
- added AngleFormat
- proxy added 03/03/15 by Christoper Andrews
## [0.1.04]
- changed thousands in tenthousands
- add string constructor
## [0.1.03]
- added URL
- fromRadians (test)
## [0.1.02]
- added toRadians()
- fix compare()
## [0.1.01]
- clean up a bit
## [0.1.00]
- initial version