Releases: arduino-libraries/Arduino_DebugUtils
Releases · arduino-libraries/Arduino_DebugUtils
1.4.0
What's Changed
- Bump geekyeggo/delete-artifact from 1 to 2 by @dependabot in #30
- Provide debug macros for debug prints. by @aentinger in #31
- Bump carlosperate/download-file-action from 1 to 2 by @dependabot in #32
Full Changelog: 1.3.0...1.4.0
1.3.0
What's Changed
- Adding API to retrieve the debug level. by @aentinger in #24
- Adding note explaining that there is no printf/float support on AVR. by @aentinger in #26
- Provide API for printing the debug level as a string. by @aentinger in #27
- Enable conditional formatting of timestamp. by @aentinger in #28
Full Changelog: 1.2.0...1.3.0
1.2.0
What's Changed
- Modernize continuous integration system by @per1234 in #10
- Fix: va_start(va_list ap, paramN) needs to be parametrized with the latest named parameter in the parameter list. by @aentinger in #13
- Add GitHub Actions workflow to synchronize with shared repository labels by @per1234 in #16
- add "newlineOn" and "newlineOff" methods by @whyameye in #18
- Bump actions/checkout from 2 to 3 by @dependabot in #19
- Remove hardcoded line length limit by @abhaybd in #20
- Bump actions/upload-artifact from 2 to 3 by @dependabot in #22
- Bump actions/download-artifact from 2 to 3 by @dependabot in #21
New Contributors
- @whyameye made their first contribution in #18
- @dependabot made their first contribution in #19
- @abhaybd made their first contribution in #20
Full Changelog: 1.1.0...1.2.0
1.1.0
0.1.3
0.1.2
initial public release
0.1.1 - astyle on source
Initial release
0.1.0 - added `setDebugMessageLevel` augmented function (should be deprecated)