Releases: 107-systems/107-Arduino-littlefs
Releases · 107-systems/107-Arduino-littlefs
0.6.0
0.5.2
0.5.1
0.5.0
What's Changed
- Bump carlosperate/download-file-action from 2.0.0 to 2.0.1 by @dependabot in #9
- Add support for ArduinoCore-renesas. by @aentinger in #10
New Contributors
- @dependabot made their first contribution in #9
Full Changelog: 0.4.0...0.5.0
0.4.0
What's Changed
- Only return an error in case of error, and only error codes. by @aentinger in #8
Full Changelog: 0.3.0...0.4.0
0.3.0
What's Changed
- Hide C struct lfs_config_c via C++ object. by @aentinger in #6
- Add missing keywords to keywords.txt. by @aentinger in #7
Full Changelog: 0.2.0...0.3.0
0.2.0
What's Changed
- Using std::variant<> as return type allows for a less stateful API. by @aentinger in #4
- Overloading the bitwise OR operator allows for a smoother 'open' API. by @aentinger in #5
Full Changelog: 0.1.1...0.2.0
0.1.1
What's Changed
- Fix: lfs returns negative return codes, hence we need to check for < …not !=. by @aentinger in #3
Full Changelog: 0.1.0...0.1.1
0.1.0
What's Changed
- CI: Change arduino-lint to update. by @aentinger in #2
- Provide a convenient C++ layer on top of the littlefs C API by @aentinger in #1
New Contributors
- @aentinger made their first contribution in #2
Full Changelog: 0.0.1...0.1.0
0.0.1
Initial release. Works for littlefs on EEPROM. No C++ wrapper yet. A formal 1.0.0 release will follow when the C++ wrapper is in place.
Full Changelog: https://github.com/107-systems/107-Arduino-littlefs/commits/0.0.1