0.19.1
0.19.1 contains
Full Changelog: v0.19.0...0.19.1
To update the prebuilt executable you can run ./pocketbase update.
Fixed tokenizer.Scan()/ScanAll() to ignore the separators from the default trim cutset.
An option to return also the empty found tokens was also added via Tokenizer.KeepEmptyTokens(true).
This should fix the parsing of whitespace characters around view query column names when no quotes are used (#3616).
Fixed the :excerpt(max, withEllipsis?) fields query param modifier to properly add space to the generated text fragment after block tags.