- Merged in Brandon's fix for twig 3.12 breaking
{% return %}
- Updated to craftcms/cms
^5.0
- Added
is array
test
- Added
{% while %}
loop. - Added
is string
test
- Removed
json_decode
filter entirely
- Updated to require craftcms/cms
3.1.29
(Whereloop.parent.loop
started to work)
- Removed json_decode filter for craft version later than 3.1.6
- Added
<=>
operator. (spaceship operator)
- Added
===
, and!==
operators.
- Added
string
,float
,int
, andbool
typecast filters.
- Pull support for
get_class
quick before anyone uses it (use Craft's nativeclassName
instead)
- Added
get_class
filter
- Added
array_splice
filter
- Updated to require craftcms/cms
3.0.0-RC1
- Ported to Craft 3