2023-10-17 08:54:53 -04:00
|
|
|
# Change Log AnalogKeypad
|
2022-10-27 11:49:36 -04:00
|
|
|
|
|
|
|
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/).
|
|
|
|
|
|
|
|
|
2024-04-06 04:03:42 -04:00
|
|
|
## [0.2.5] - 2024-04-06
|
|
|
|
- update GitHub actions
|
|
|
|
|
2023-10-17 08:54:53 -04:00
|
|
|
## [0.2.4] - 2023-10-17
|
|
|
|
- update readme.md (badges)
|
|
|
|
|
2023-01-22 05:41:01 -05:00
|
|
|
## [0.2.3] - 2023-01-21
|
|
|
|
- update GitHub actions
|
|
|
|
- update license 2023
|
|
|
|
- move code to .cpp
|
|
|
|
- update readme.md
|
|
|
|
- add performance example for **read()**
|
|
|
|
- minor edits
|
|
|
|
|
2022-10-27 11:49:36 -04:00
|
|
|
## [0.2.2] - 2022-10-27
|
|
|
|
- Add RP2040 support to build-CI.
|
|
|
|
- Add CHANGELOG.md
|
|
|
|
|
|
|
|
## [0.2.1] - 2021-12-12
|
|
|
|
- update library.json, license
|
|
|
|
- add test_constants to unit test.
|
|
|
|
|
|
|
|
## [0.2.0] - 2021-10-17
|
|
|
|
- update build-CI, readme,
|
|
|
|
- add bits as parameter in constructor.
|
|
|
|
|
|
|
|
----
|
|
|
|
|
|
|
|
## [0.1.6] - 2021-05-27
|
|
|
|
- fix Arduino-lint
|
|
|
|
|
|
|
|
## [0.1.5] - 2020-12-09
|
|
|
|
- add Arduino-CI
|
|
|
|
|
|
|
|
## [0.1.4] - 2020-05-27
|
|
|
|
- update library.json
|
|
|
|
|
|
|
|
## [0.1.3] - 2020-03-25
|
|
|
|
- minor refactoring
|
|
|
|
|
|
|
|
## [0.1.2] - 2019-02-01
|
|
|
|
- refactored rawRead(), first stable version
|
|
|
|
|
|
|
|
## [0.1.1] - 2019-02-01
|
|
|
|
- add pressed() event() last()
|
|
|
|
|
|
|
|
## [0.1.0] - 2019-01-31
|
|
|
|
- initial version
|