Releases: serilog/serilog-expressions
Releases · serilog/serilog-expressions
v2.0.0
- #30 -
{#if ...} {#else if ...} {#else} {#end}
conditions,{#each ... in ...} {#delimit} {#else} {#end}
repetition (@nblumhardt) - #31 - make the
format
argument ofToString(x, format)
optional (@nblumhardt)
v1.1.1
- #28 - fix expansion of paths with multiple wildcard indexers (@nblumhardt)
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
- Added
- #25 - support for
netstandard2.0
targets (@f2calv) - #26 - fixes for several wildcard
?
/*
andlike
clause evaluation bugs (@nblumhardt)
v1.0.0
🎉