Skip to content

0.19.1

Compare
Choose a tag to compare
@miguelgargallo miguelgargallo released this 29 Oct 17:26
· 76 commits to main since this release
4843b44

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.