Releases: fabianoriccardi/ESPLogger
Releases · fabianoriccardi/ESPLogger
2.0.0
1.4.0
New features:
- add isFull() method
Minor:
- getActualSize() does not create log file
More:
- add PlatformIO config to develop the library with VScode + PlatformIO
- add github CI to test examples through Arduino CLI
- add library.json for PlatformIO registry
1.3.0
Changelog:
- add zero-copy append() method
- fix for esp32
- example and docs refinements
1.2.0
Support to LittleFS
1.1.2
Bug fix
1.1.1
Fixed missing declaration in Arduino ESP8266 core v2.5.2
1.1.0
New features:
- Enum to select verbosity level
- flush() returns value
1.0.0
First version is out