96 lines
2.0 KiB
Markdown
Raw Normal View History

2023-10-19 12:07:06 +02:00
# Change Log Cozir
2022-02-21 19:40:59 +01:00
2023-10-19 12:07:06 +02:00
All notable changes to this project will be documented in this file.
2022-02-21 19:40:59 +01:00
2023-10-19 12:07:06 +02:00
The format is based on [Keep a Changelog](http://keepachangelog.com/)
and this project adheres to [Semantic Versioning](http://semver.org/).
2022-02-21 19:40:59 +01:00
2023-10-19 12:07:06 +02:00
## [0.3.7] - 2023-10-19
- update readme.md (badges)
- redo changelog.md layout
## [0.3.6] - 2022-10-30
2022-10-30 20:10:57 +01:00
- add RP2040 to build-CI
- minor edits
2023-10-19 12:07:06 +02:00
## [0.3.5] - 2022-02-25
2022-03-04 15:07:12 +01:00
- added capturing mode 'K' field in the COZIRParser class
- added all known fields in the COZIRParser class
- added sending commands in stream parser example to test.
- added example with adaptive timing depending on CO21 level.
2022-10-30 20:10:57 +01:00
- verify requested field in **\_request()**
2022-03-04 15:07:12 +01:00
- minor edits.
2023-10-19 12:07:06 +02:00
## [0.3.4] - 2022-02-22
2022-02-25 12:16:35 +01:00
- added COZIRParser class for streaming mode
- added streaming examples
- minor edits
2023-10-19 12:07:06 +02:00
## [0.3.3] - 2022-02-21
2022-10-30 20:10:57 +01:00
- update readme.md
2022-02-21 19:40:59 +01:00
- update + add examples
- tested with GC0034
- changed return value of **setOperatingMode()** to bool.
- refactor
2023-10-19 12:07:06 +02:00
## [0.3.2] - 2021-12-14
2022-02-21 19:40:59 +01:00
- update library.json
- license, minor edits
2023-10-19 12:07:06 +02:00
## [0.3.1] - 2021-10-20
2022-10-30 20:10:57 +01:00
- update Arduino-CI
2022-02-21 19:40:59 +01:00
- badges in readme.md
2023-10-19 12:07:06 +02:00
## [0.3.0] - 2021-08-08
2022-02-21 19:40:59 +01:00
- Major update - breaks interface (names mainly)
- add **isInitialized()**
- add **getOperatingMode()**
- add **getOutputFields()**
- add **inOutputFields()**
- add **kelvin()**
- add EEPROM functions
- class methods camelCase
- extend unit tests
2022-10-30 20:10:57 +01:00
----
2022-02-21 19:40:59 +01:00
2023-10-19 12:07:06 +02:00
## [0.2.6] - 2021-01-31
2022-02-21 19:40:59 +01:00
- fix #4 use Mode0 for versions and configuration
2023-10-19 12:07:06 +02:00
## [0.2.5] - 2020-12-26
2022-02-21 19:40:59 +01:00
- fix software Serial + version number (oops)
2023-10-19 12:07:06 +02:00
## [0.2.2] - 2020-12-17
2022-02-21 19:40:59 +01:00
- add Arduino-CI + unit tests
2023-10-19 12:07:06 +02:00
## [0.2.1] - 2020-06-05
2022-02-21 19:40:59 +01:00
- fix library.json
2023-10-19 12:07:06 +02:00
## [0.2.0] - 2020-03-30
2022-02-21 19:40:59 +01:00
- some refactor and own repo
2022-10-30 20:10:57 +01:00
-----
2023-10-19 12:07:06 +02:00
## [0.1.06]
2022-02-21 19:40:59 +01:00
- added support for HardwareSerial for MEGA
- removed support for NewSoftSerial
- stop pre 1.0 support)
2023-10-19 12:07:06 +02:00
## [0.1.05]
2022-02-21 19:40:59 +01:00
- fixed bug uint16_t request() to uint32_t request() in .h file
2023-10-19 12:07:06 +02:00
## [0.1.04]
2022-10-30 20:10:57 +01:00
- changed CO2 to support larger values
2022-02-21 19:40:59 +01:00
2023-10-19 12:07:06 +02:00
## [0.1.03]
2022-02-21 19:40:59 +01:00
- added setOperatingMode
2023-10-19 12:07:06 +02:00
## [0.1.02]
2022-02-21 19:40:59 +01:00
- added support Arduino 1.x
2023-10-19 12:07:06 +02:00
## [0.1.01] - 2012-??-??
2022-02-21 19:40:59 +01:00
- initial version