Guess what? It's another release focused on text probes! π
Main features:
- Support for "bumped" type queries. A text probe query can now start with "^" to reference a node on a previous line. Multiple lines in a row with "^" extends the query multiple lines.
- Made preparations for a breaking change in text probe syntax. The feature is currently disabled, but will be made default in the future. The main change is that expected values are no longer implicitly cast to strings, so instead of
[[A.b=foo]], you have to type[[A.b="foo"]]. See commit a8b2387 for more details. - Restored support for combining
--testand--concurrent
Full Changelog: 0.0.15...0.0.16