Skip to content

v0.1.1

Choose a tag to compare

@github-actions github-actions released this 30 Aug 19:17
· 50 commits to main since this release
v0.1.1
9924e3f

Fixed

  • A search query containing a backslash directly before a pipe no longer breaks
    the analytics table. escapeCell escaped the pipe but not the backslash, so
    shoes \| nike came out as shoes \\| nike — an escaped backslash followed by
    a live column separator, which is exactly the row split the escaping prevents.