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

63 lines
1.4 KiB
Markdown
Raw Normal View History

2022-04-15 14:19:05 -04:00
# Change Log Temperature
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/).
2022-11-26 07:09:08 -05:00
## [0.3.5] - 2022-11-26
- added RP2040 to build-CI
- simplified changelog
- optimized Steadman's formula (HeatIndex).
- update readme.md
2022-04-15 14:19:05 -04:00
2022-11-26 07:09:08 -05:00
## [0.3.4] - 2022-04-15
2022-04-15 14:19:05 -04:00
- fix #16 Split .h in .h and .cpp
## [0.3.3] - 2022-01-09
2022-11-26 07:09:08 -05:00
- added working limits to windChill() and heatIndex()
2022-04-15 14:19:05 -04:00
## [0.3.2] - 2022-01-08
- added a TempConvertor class for more exotic scales.
- added baroToSeaLevel() - kudos to RobertDB59
2022-11-26 07:09:08 -05:00
- Renamed Celcius to Celsius.
2022-04-15 14:19:05 -04:00
## [0.3.1] - 2022-01-07
2022-11-26 07:09:08 -05:00
- fix adjustments which were incorrectly added.
2022-04-15 14:19:05 -04:00
## [0.3.0] - 2022-01-05
- fix #10 update HeatIndex function
compared with https://www.calculator.net/heat-index-calculator.html
2022-11-26 07:09:08 -05:00
----
2022-04-15 14:19:05 -04:00
## [0.2.5] - 2021-12-28
- Arduino-CI, library.json, readme.md, license, minor edits
## [0.2.4] - 2021-01-08
- Arduino-CI + unit tests
## [0.2.3] - 2020-08-27
- fix #5 order of functions, typo, fixed 1 example
## [0.2.2] - 2020-06-19
- fix library.json
## [0.2.1] - 2020-05-26
- added wind-chill formulas
## [0.2.0] - 2020-04-04
- #pragma once, removed WProgram.h, readme.md, comments
- replaced obsolete links with new ones,
- tested and removed some code
## [0.1.1] - 2017-07-26
- double to float (issue #33)
## [0.1.0] - 2015-03-29
- initial version