Releases: edgurgel/solid
Releases · edgurgel/solid
Solid 0.11.0
- Pass options to custom filters as last argument. #97 Thanks, @christopherlai 🎉
Solid 0.10.0
The main changes are:
- Tags now use the same behaviour that was added by @bluzky . Except that the spec function was changed to receive the parser so it can reference it if need be.
- Custom tags don't need to passed around as options for the render function.
Solid 0.9.0
- Fix argument usage when
false
- #76 Thanks @iautom8things - Add support for named arguments in filters - #75 Thanks, @jeroenvisser101
Solid 0.8.1
- Fix parser when using operators #72
Solid 0.8.0
Solid 0.7.1
- Add
concat
filter #59 - Add
url_encode
andurl_decode
filters #60 - Add
escape
andescape_once
filters #61
Thanks, @Jcambass & @LostKobrakai 🎉
Solid 0.7.0
Solid 0.6.1
Fix context access on "size" #49
Solid 0.6.0
- Add
at_most
andat_least
filters #46 Thanks to @markglenn 🎉 - Add support to custom tags #42 #44 Thanks to @jalcine 🎉
Solid 0.5.0
- Fix
truncatewords
withnil
- Fix object field access for complex cases
pages["about-us"].title
&var[-1][1]
- Add support to use filters on
%{ assign %}
tag #40