Skip to content
This repository has been archived by the owner on Jan 1, 2025. It is now read-only.

Bump Serilog.Expressions from 1.0.0 to 1.1.1 #200

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Mar 13, 2021

Bumps Serilog.Expressions from 1.0.0 to 1.1.1.

Release notes

Sourced from Serilog.Expressions's releases.

v1.1.1

v1.1.0

  • #16 - README updates (@​nblumhardt)
  • #20 - easier compatibility with CLEF formats, other improvements (@​nblumhardt)
    • Added @i and @r properties that mirror the CLEF built-ins with those names
    • Added UtcDateTime(d), Now(), ToString(x, f) (fixes #18)
    • Fixed wildcard comprehensions with unary conditions - IsDefined(@p[?]) now works as expected (e.g. expresses "any property is defined")
    • Spotted some instances of #19 and marked with comments
    • Re-targeted tests to net5.0
  • #25 - support for netstandard2.0 targets (@​f2calv)
  • #26 - fixes for several wildcard ?/* and like clause evaluation bugs (@​nblumhardt)
Commits
  • 0d76d22 Merge pull request #29 from serilog/dev
  • 7380c24 Merge pull request #28 from nblumhardt/more-wildcard-tests
  • abc976a Additional wildcard comprehension test case and fix
  • f8c1247 Dev version bump [skip ci]
  • 6975368 Merge pull request #27 from serilog/dev
  • 81bcc69 Merge pull request #26 from nblumhardt/wildcard-assoc-fix
  • 8d7c1a0 More translation tests
  • 6ad474f Fix wildcard semantics; fix like clause anchoring
  • e10eae6 Merge pull request #25 from f2calv/feature/netstandard2comp
  • 9a85d87 implemented feedback
  • 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 dependabot bot added the dependencies Pull requests that update a dependency file label Mar 13, 2021
@VelvetToroyashi VelvetToroyashi merged commit 8faacbe into development Mar 19, 2021
@dependabot dependabot bot deleted the dependabot/nuget/development/Serilog.Expressions-1.1.1 branch March 19, 2021 00:22
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
dependencies Pull requests that update a dependency file
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[Question] Timestamp format on json template
1 participant