Skip to content

1.1.0

Compare
Choose a tag to compare
@psemiletov psemiletov released this 06 Feb 13:09
· 216 commits to main since this release

What's new?
The new release is slighty faster. Two new macros were added: @meta and @seq. All of them are described at the documentation, here in a short - @meta allows to combine several macros into one, so we can use more than one macro at the simple (non-sequenced) variable value. And @seq can be used to use sequences at macro, as in the usual variable value.

Example 001:

$logstring=hello, $test```

Example 002:

```$test=@meta:foo (@str:12) bar (@int:12:16) (@ip)
$logstring=hello, $test```