Skip to content

Releases: arduino-libraries/Arduino_DebugUtils

1.4.0

02 Nov 08:25
Compare
Choose a tag to compare

What's Changed

Full Changelog: 1.3.0...1.4.0

1.3.0

23 Jun 04:52
8bfebae
Compare
Choose a tag to compare

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

15 Jun 04:50
Compare
Choose a tag to compare

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

Full Changelog: 1.1.0...1.2.0

1.1.0

25 Aug 13:33
Compare
Choose a tag to compare
Release v1.1.0 (since release 0.1.0 already had a version number of 1…

0.1.3

21 Aug 04:54
Compare
Choose a tag to compare

Changelog

  • Improve documention(#3)
  • Add support for strings stored in flash (#4)

0.1.2

22 Jul 14:20
Compare
Choose a tag to compare

changes:
fixed version number on release

initial public release

22 Jul 10:27
Compare
Choose a tag to compare
0.1.1

- astyle on source

Initial release

29 Jun 10:46
Compare
Choose a tag to compare
Initial release Pre-release
Pre-release
0.1.0

- added `setDebugMessageLevel` augmented function (should be deprecated)