mirror of
https://github.com/plausible/analytics.git
synced 2024-12-24 01:54:34 +03:00
604dde99fd
* Rename matches/does_not_match filters internally These have never been exposed to the frontend/user directly, only via APIv1 filtering syntax. As such we are free to rename these without breaking things * Rename function arguments for consistency, simplify * Add support for `match`/`not_match` operators for query apiv2 These match the string against a regular expression, as defined in https://github.com/google/re2/wiki/Syntax * not_match -> match_not * does_not_contain -> contains_not Note that for backwards compatibility: - Browser handles does_not_contain in URL - Backend will handle does_not_contain in queries for a day where we will remove it for better autocompletion * not_matches_wildcard -> matches_wildcard_not * prettier * match -> matches * Fix and test fix for matches_wildcard against prop when prop is missing * Custom properties support for matches/matches_not * Restore contains_not * Test contains and contains_not behavior for custom properties |
||
---|---|---|
.. | ||
css | ||
js | ||
test-utils | ||
.eslintrc.json | ||
.prettierignore | ||
.prettierrc.json | ||
.stylelintrc.json | ||
jest.config.json | ||
package-lock.json | ||
package.json | ||
tailwind.config.js | ||
tsconfig.json |