scriban v5.4.0 Release Notes
Release Date: 2022-02-06 // about 3 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)