guerro323 / GameHost

MIT License
0 stars 0 forks source link

Bump ZLogger from 1.2.1 to 1.6.0 #105

Closed dependabot[bot] closed 2 years ago

dependabot[bot] commented 2 years ago

Bumps ZLogger from 1.2.1 to 1.6.0.

Release notes

Sourced from ZLogger's releases.

Ver.1.6.0

  • Improvment: Support Blazor WASM #49, thanks @​WiZLite
  • Breaking changes: generics argument 16 -> 14

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
  • f3d1277 feat: Update package.json to 1.6.0
  • b86f971 Merge pull request #49 from Cysharp/wasm-aot
  • 02f98e9 Reduce log format generic arguments.
  • c4640b6 Update README.md
  • 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
  • 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

Looks like ZLogger is no longer a dependency, so this is no longer needed.