udpated :lower modifier to apply after all other normalizations

This commit is contained in:
Gani Georgiev
2024-12-06 22:09:29 +02:00
parent 6a4e04533c
commit c91d889da3
4 changed files with 18 additions and 21 deletions

View File

@@ -2,6 +2,10 @@
- Added `@yesterday` and `@tomorrow` date filter macros (@todo docs).
- Added `:lower` filter modifier (e.g. `title:lower = "lorem"`).
- Added `tests.NewTestAppWithConfig(config)` helper if you need more control over the test configurations like `IsDev`, the number of allowed connections, etc.
## v0.23.5 (WIP)