scriban v5.4.0 Release Notes

Release Date: 2022-02-06 // about 2 years ago
    • ๐Ÿ›  Fix async when accessing variables (#382)
    • ๐Ÿ›  Fix doc for object.kind (#394)
    • ๐Ÿ›  Fix comparison between ulong and int (#395)
    • โž• Add a notice for html.strip that it can fail/timeout in case of malformed HTML (#406)
    • ๐ŸŒฒ Log an error instead of an exception in an invalid syntax with for/if/else (#393)

Previous changes from v5.1.0

    • ๐Ÿ›  Fix accessing null?.property when EnableRelaxedMemberAccess == False (#401)
    • โœ… Migrate tests to net6.0 (#410)
    • โž• Add support for anykind of expressions in when clauses (#409)