0
Fork 0
mirror of https://github.com/TryGhost/Ghost.git synced 2025-02-03 23:00:14 -05:00
ghost/test/unit/frontend
Simon Backx e97abeceb5
Added >, <, >=, and <= operators to match helper (#14215)
refs https://github.com/TryGhost/Team/issues/1386

- The current match handler supports normal (in)equality operators, but no numeric comparisons (<, >, <=, >=)
- A use case for these new operators is to show the latest post in a separate way from other posts

Includes unit tests to check the new behaviour.
Run via `yarn test test/unit/frontend/helpers/match.test.js`
2022-03-03 15:43:47 +01:00
..
apps Moved URL service to backend 2021-10-19 07:29:09 +13:00
helpers Added >, <, >=, and <= operators to match helper (#14215) 2022-03-03 15:43:47 +01:00
meta 🐛 Fixed AssetHelper not working with svg (#13978) 2022-02-07 15:07:18 +00:00
services Updated tests to handle visibility tier 2022-02-01 11:13:51 +05:30
web/middleware Updated servePublicFile to honor v= cache keys 2021-11-23 12:49:53 +00:00