Skip to content

v1.2.5

Latest
Compare
Choose a tag to compare
@cschreib cschreib released this 09 May 11:16
· 51 commits to main since this release
86d18cb

Small changes and bug fixes:

  • Fixed #158: Add option to disable multi-threading support for embedded use.
  • Fixed #158: Compilation would fail if SNITCH_MAX_MESSAGE_LENGTH and SNITCH_MAX_EXPR_LENGTH were not the same.
  • Fixed #158 and #18: Use std::to_chars to avoid using std::snprintf which is not always fully implemented. If std::to_chars isn't available, fallback to our own (slower but portable) implementation.
  • Fixed #164: Escaped characters could sometimes be truncated incorrectly if hitting the max message length.