Skip to content

Releases: Cysharp/ZLogger

Ver.2.5.7

12 Sep 09:08
Compare
Choose a tag to compare

What's Changed

  • Capture caller's thread information into LogInfo by @nmosafi in #180

New Contributors

Full Changelog: 2.5.6...2.5.7

Ver.2.5.6

06 Sep 03:26
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: 2.5.5...2.5.6

Ver.2.5.5

30 Jul 03:22
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: 2.5.4...2.5.5

Ver.2.5.4

23 Jul 09:03
Compare
Choose a tag to compare

What's Changed

  • Fix NativeAOT and remove warnings by @xoofx in #171

New Contributors

Full Changelog: 2.5.3...2.5.4

Ver.2.5.3

17 Jul 08:05
Compare
Choose a tag to compare

What's Changed

  • Bump technote-space/toc-generator from 2.4.0 to 4.3.1 by @dependabot in #166
  • Bump actions/checkout from 3 to 4 by @dependabot in #167
  • Bump System.Text.Json from 8.0.0 to 8.0.4 in /src/ZLogger by @dependabot in #168
  • Fixed language version for props file by @JackD83 in #169
  • Fix ZLoggerUnityDebugLoggerProvider is not thread safe #170

New Contributors

Full Changelog: 2.5.2...2.5.3

Ver.2.5.2

05 Jul 03:27
Compare
Choose a tag to compare
  • parameter JsonSerialize serialize by defined Type

Full Changelog: 2.5.1...2.5.2

Ver.2.5.1

04 Jul 10:51
Compare
Choose a tag to compare

All ReadMe documentation has been written!

Changes

  • Prioritize IFormattable/ISpanFormattable when argument is IEnumerable

Full Changelog: 2.5.0...2.5.1

Ver.2.5.0

01 Jul 09:51
Compare
Choose a tag to compare

What's Changed

  • ci: change upload-artifact & download-artifact to Cysharp/Actions by @guitarrapc in #160
  • ci: add depndabot.yaml to update github-actions by @guitarrapc in #159
  • Breaking changes: PlainTextFormatter format Enum as string representation
  • Standard Log(logger.Log) message format immediately in default

Full Changelog: 2.4.1...2.5.0

Ver.2.4.1

22 Feb 10:26
Compare
Choose a tag to compare

Breaking Changes

Performance improvement for LogInfo passing but some breaking changes at formatter configuration.

PlainText SetPrefixFormatter/SetSuffixFormatter requires type and in
formatter.SetPrefixFormatter($"", (template, info) => -> formatter.SetPrefixFormatter($"", (in MessageTemplate template, in LogInfo info) =>

Json AdditionalFormatter requires type and in
formatter.AdditionalFormatter(writer, info) => -> formatter.AdditionalFormatter(Utf8JsonWriter writer, in LogInfo info)

Full Changelog: 2.4.0...2.4.1

Ver.2.4.0

22 Feb 09:55
Compare
Choose a tag to compare

What's Changed

  • Make sure that resources.dat files are included in the build by @hadashiA in #151
  • ci: Cysharp/Actions/.github/workflows/create-release.yaml by @guitarrapc in #150
  • ZLogger.ZLog supports object? context and can get context from LogInfo.Context
  • Add IZLoggerEntry.GetOriginalFormat/WriteOriginalFormat

Full Changelog: 2.3.1...2.4.0