Skip to content

0.0.16

Latest

Choose a tag to compare

@Kevlanche Kevlanche released this 05 Mar 14:53
· 12 commits to master since this release

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 --test and --concurrent

Full Changelog: 0.0.15...0.0.16