2022-11-14 14:50:36 -05:00
|
|
|
# Change Log lineFormatter
|
|
|
|
|
|
|
|
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-01-31 07:39:06 -05:00
|
|
|
## [0.2.0] - 2023-01-30
|
|
|
|
- add **removeTab(pos)**
|
|
|
|
- add **existTab(pos)** (prevent double addition).
|
|
|
|
- made lineCount uint32_t to support long running logs.
|
|
|
|
- set default parameter 1 for **setAutoNewLine()**
|
|
|
|
- update unit tests
|
|
|
|
- update GitHub actions
|
|
|
|
- update license 2023
|
|
|
|
- update keywords.txt
|
|
|
|
- update readme.md
|
|
|
|
- move code to .cpp
|
|
|
|
|
|
|
|
----
|
|
|
|
|
2022-11-14 14:50:36 -05:00
|
|
|
## [0.1.5] - 2022-11-14
|
|
|
|
- Add RP2040 support to build-CI.
|
|
|
|
- Add CHANGELOG.md
|
|
|
|
- update readme.md
|
|
|
|
- minor edits unit tests
|
|
|
|
- bump version to 0.1.5.
|
|
|
|
- fix build-CI for examples.
|
|
|
|
|
|
|
|
## [0.1.4] - 2021-12-20
|
|
|
|
- not released (why?)
|
|
|
|
- update library.json
|
|
|
|
- update license
|
|
|
|
- minor edits
|
|
|
|
|
|
|
|
## [0.1.3] - 2021-11-06
|
|
|
|
- update Arduino-CI, badges
|
|
|
|
- update readme.md
|
|
|
|
- add reset();
|
|
|
|
|
|
|
|
## [0.1.2] - 2020-12-30
|
|
|
|
- Arduino-ci + unit tests
|
|
|
|
|
|
|
|
## [0.1.1] - 2020-06-19
|
|
|
|
- fix library.json
|
|
|
|
|
|
|
|
## [0.1.0] - 2020-05-14
|
|
|
|
- initial version
|
|
|
|
|
|
|
|
|