stencilproject / Stencil

Stencil is a simple and powerful template language for Swift.
https://stencil.fuller.li
BSD 2-Clause "Simplified" License
2.33k stars 221 forks source link

Add 'unique' filter #335

Open DavidBertet opened 1 year ago

DavidBertet commented 1 year ago

Returns a list of unique items from the given value.

{{ value|unique }}

The unique items are yielded in the same order as their first occurrence in the iterable passed to the filter.

DavidBertet commented 12 months ago

@djbe is this repo still maintained? Is there a chance to get that merge at some point?

Thanks!