Releases: cziter15/ksIotFrameworkLib
Releases · cziter15/ksIotFrameworkLib
1.0.49
1.0.48
1.0.47
1.0.46
Release 1.0.46
✨ Features
- add [[maybe_unused]] attribute to unused function parameters (#82)
🐛 Bug Fixes
- mark app parameter as unused in ksLed::loop
- add [[maybe_unused]] attribute to isA parameter
- missing space
- formatting of getInstanceType method declaration
♻️ Code Refactoring
- standardize ksApplication* parameter name to 'app' (#83)
- replace C includes with C++ equivalents for consistency (#80)
- remove redundant inline keywords from internal functions (#76)
🔨 Chores
- bump version to 1.0.46
- add stricter compilation warnings for better code quality (#78)
📝 Other Changes
1.0.45
1.0.44
Release 1.0.44
✨ Features
- implement conventional commits specification (#72)
🔨 Chores
- bump version to 1.0.44
📝 Other Changes
- (fix) Remove basic-config example and update build workflow (#71)
- (fix) Add chore prefix to version bump commit message
- (feat) Add MQTT-controllable LED example app (#70)
- (feat) Add LED blink example with config-defined interval (#69)
- Update header image in README.md
- Update badge colors and styles in README.md
- Update header image in README.md
- Enhance README with badges and documentation links
- Change header image in README
- Update image in README.md to new header
1.0.43
Release 1.0.43
Fixes
- Remove test_final.o file
Other changes
- Bump version to 1.0.43
1.0.42
1.0.41
Release 1.0.41
Fixes
- Fix generateAuthToken compilation errors - missing type and template parameter (#63)
Documentation
- Clarify commit format and types in CONTRIBUTING.md
Performance
- Optimize string operations and fix critical undefined behavior in MQTT connector (#61)
Refactors
- Rename platformio directory to scripts and libsetup.py to setup_library_env.py (#62)
Other changes
- Bump version to 1.0.41
- Format commit message guidelines in CONTRIBUTING.md
1.0.40
Release 1.0.40
Fixes
- Remove snprintf from json_escape
Other changes
- Bump version to 1.0.40