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

102 lines
1.7 KiB
Markdown
Raw Normal View History

2022-11-24 08:10:52 -05:00
# Change Log SHT31
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-12-09 11:38:29 -05:00
## [0.5.0] - 2023-12-09
- refactor API, constructor and begin()
- add **getAddress()**
- update readme.md
- update examples
- minor edits
----
2023-09-21 10:39:19 -04:00
## [0.4.0] - 2023-09-21
- fix #38 support for Wire1 for ESP32
- update examples
- update readme.md
----
2023-03-22 16:52:02 -04:00
## [0.3.8] - 2023-03-23
- prepare for derived class SHT31_SW
- update readme.md
- update GitHub actions
- update license 2023
- minor edits
2022-11-24 08:10:52 -05:00
## [0.3.7] - 2022-11-24
- Add RP2040 support to build-CI.
- Add CHANGELOG.md
- update readme.md
## [0.3.6] - 2022-01-18
- sync with SHT85 lib
## [0.3.5] - 2021-12-28
- update library.json
- update readme
- update license
- minor edits
## [0.3.4] - 2021-09-19
- update build-CI
## [0.3.3] - 2021-08-24
- fix #22 prevent heater to switch on too fast.
- update readme
## [0.3.2] - 2021-08-05
- expose raw data from sensor
## [0.3.1] - 2021-05-27
- arduino-lint fixes
## [0.3.0] - 2021-01-04
- arduino-ci
----
## [0.2.6] - 2021-01-01
- patch version 0.2.6
## [0.2.5] - 2020-12-02
- add isHeaterOn()
- add unittest
- arduino-ci
## [0.2.4] - 2020-11-29
- added isConnected()
## [0.2.3] - 2020-07-19
- added CRC by PetrDa (thanks)
- cleanup
## [0.2.2] - 2020-07-05
- fix compiling for ESP
## [0.2.1] - 2020-06-19
- fix library.json
## [0.2.0] - 2020-05-12
- made humidity & temperature private;
- support ESP32 I2C
----
## [0.1.2] - 2019-03-05
- fix issue #123 - error in humidity
- stable version
## [0.1.1] - 2019-02-18
- add description readStatus(),
- async interface
## [0.1.0] - 2019-02-08
- initial version