guerro323 / GameHost

MIT License
0 stars 0 forks source link

Bump ZLogger from 1.2.1 to 1.5.1 #97

Closed dependabot[bot] closed 2 years ago

dependabot[bot] commented 3 years ago

Bumps ZLogger from 1.2.1 to 1.5.1.

Release notes

Sourced from ZLogger's releases.

Ver.1.5.1

Supporting Console Coloring, see #console-coloring section.

  • Add .NET 5.0 target framework
  • Add AddZLoggerConsole(..., bool configureEnableAnsiEscapeCode = false) overload

Ver.1.5.0

  • Update ZString dependency
  • Strong-name signed

Ver.1.4.1

Update Unity's package.json version

Ver.1.4.0

  • Update ZString dependency
  • Add ZLoggerOptions.FlushRate

Ver.1.3.0

  • Improv: custom state message format immediately(to avoid lose scope when state has HttpContext)
  • Update ZString dependency
  • Fix for Unity, logger provider freeze when dispose on quitting
  • Breaking Changes: InternalErrorLogger changes Action<Exception> to Action<LogInfo, Exception>
Commits
  • e438912 Merge remote-tracking branch 'origin/master'
  • da20a54 fix unity compile error
  • 2cfb213 feat: Update package.json to 1.5.1
  • 3d4cd29 docs: update TOC
  • d3fba13 AddZLoggerConsole(bool configureEnableAnsiEscapeCode)
  • cee7fc3 Merge pull request #44 from Cysharp/chore/setup_dotnet
  • dec4a4a Merge pull request #47 from kokeiro001/fix/readme_snippet_code
  • 5d54e6b fix snippet code
  • e8ecee5 chore: remove setup-dotnet
  • 9125e40 shore: skip ci supported by default
  • Additional commits viewable in compare view


Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
dependabot[bot] commented 2 years ago

Superseded by #105.