2022-11-26 14:28:31 +01:00
|
|
|
# Change Log timing
|
|
|
|
|
|
|
|
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-02-11 13:26:57 +01:00
|
|
|
## [0.2.5] - 2023-02-10
|
|
|
|
- update readme.md
|
|
|
|
- implement **toSeconds()** -> 45.123 or 45.123456
|
|
|
|
- add **add()** to adjust the offset.
|
|
|
|
- update keywords.txt
|
|
|
|
- test on ESP32.
|
|
|
|
- update GitHub actions
|
|
|
|
- update license 2023
|
|
|
|
|
|
|
|
|
2022-11-26 14:28:31 +01:00
|
|
|
## [0.2.4] - 2022-11-26
|
|
|
|
- Add RP2040 support to build-CI.
|
|
|
|
- Add CHANGELOG.md
|
|
|
|
- update readme.md
|
|
|
|
|
|
|
|
## [0.2.3] - 2021-12-29
|
|
|
|
- update library.json
|
|
|
|
- update license
|
|
|
|
- minor edits
|
|
|
|
|
|
|
|
## [0.2.2] - 2021-05-27
|
|
|
|
- added Arduino-lint
|
|
|
|
|
|
|
|
## [0.2.1] - 2021-01-09
|
|
|
|
- added Arduino-CI + unit test
|
|
|
|
|
|
|
|
## [0.2.0] - 2020-07-07
|
|
|
|
- renamed to timing.h
|
|
|
|
|
|
|
|
----
|
|
|
|
|
|
|
|
## [0.1.02] - 2015-03-02
|
|
|
|
- move all to mymillis.h file so compiler can optimize
|
|
|
|
|
|
|
|
## [0.1.01] - 2011-07-19
|
|
|
|
- add lib version
|
|
|
|
|
|
|
|
## [0.1.00] - 2011-01-04
|
|
|
|
- initial version
|