Ghost/core/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
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
public
services 🐛 Fixed missing index page from pages sitemaps 2022-02-28 22:23:11 +07:00
src/cards
views Updated wording on unsubscribe confirmation with paid conditional 2022-02-02 12:36:41 +00:00
web Added the last_seen_at update on member page view 2022-03-02 13:58:26 +01:00