GY-63_MS5611/libraries/Stopwatch_RT/CHANGELOG.md
2023-01-11 20:05:21 +01:00

72 lines
1.3 KiB
Markdown

# Change Log StopWatch_RT
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/).
## [0.3.4] - 2023-01-11
- update GitHub actions
- update license
- fix constructor - initialize all private variables.
- add getUnits()
- add isStopped() + isReset() convenience
- update unit tests
## [0.3.3] - 2022-11-25
- Add RP2040 support to build-CI.
- Add CHANGELOG.md
- declare value() obsolete
- reordered .cpp file to match .h
## [0.3.2] - 2021-12-28
- update library.json
- update readme.md
- update license
- minor edits
## [0.3.1] - 2021-01-25
- support Printable interface
## [0.3.0] - 2021-01-08
- Arduino-CI + unit tests
----
## [0.2.2] - 2020-07-14
- fix #3 ESP support
## [0.2.1] - 2020-06-19
- fix library.json
## [0.2.0] - 2020-05-07
- update metadata
- remove pre 1.0 support
- add setResolution
- add minutes
----
## [0.1.5] - 2017-09-13
- removed const from functions
## [0.1.4] - 2017-07-16
- refactored
## [0.1.03] - 2012-01-22
- Added several improvements by mromani & Rob Tillaart
## [0.1.02] - 2011-06-15
- add state()
- add #defines
- add lib version
## [0.1.01] - 2011-01-04
- Added better state
## [0.1.00] - 2011-01-04
- initial version