Skip to content

v0.1.1

Compare
Choose a tag to compare
@SpriteOvO SpriteOvO released this 20 Jan 06:52
· 274 commits to main since this release

Normal changes:

  • Added a sink WinDebugSink.
  • Allowed to configure level filters of loggers via environment variable SPDLOG_RS_LEVEL.
  • Implemented AsRef<OsStr> for FlexibleString.
  • Extracted FlexibleString to a separate crate flexible-string.

Breaking changes:

  • Logger struct removed new function and Default trait.
  • Logger names no longer allow any of these characters: , = * ? $ { } " ', and cannot start or end with a whitespace.
  • Marked non_exhaustive attribute for Error enum.

Known issues:

  • This release has breaking changes that do not respect the SemVer Compatibility of Cargo. You may consider switching to v0.2.