mirror of
https://github.com/TryGhost/Ghost.git
synced 2025-01-20 22:42:53 -05:00
e97abeceb5
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` |
||
---|---|---|
.. | ||
tpl | ||
asset.js | ||
author.js | ||
authors.js | ||
body_class.js | ||
cancel_link.js | ||
concat.js | ||
content.js | ||
date.js | ||
encode.js | ||
excerpt.js | ||
facebook_url.js | ||
foreach.js | ||
get.js | ||
ghost_foot.js | ||
ghost_head.js | ||
has.js | ||
img_url.js | ||
is.js | ||
lang.js | ||
link.js | ||
link_class.js | ||
match.js | ||
meta_description.js | ||
meta_title.js | ||
navigation.js | ||
page_url.js | ||
pagination.js | ||
plural.js | ||
post_class.js | ||
prev_post.js | ||
price.js | ||
products.js | ||
raw.js | ||
reading_time.js | ||
t.js | ||
tags.js | ||
title.js | ||
twitter_url.js | ||
url.js |