Skip to content

v1.1.0

Compare
Choose a tag to compare
@serilog-build serilog-build released this 07 Mar 23:17
6975368
  • #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)