stencilproject / Stencil

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

Do not print Optionl(...) when rendering arrays #205

Closed ilyapuchka closed 6 years ago

ilyapuchka commented 6 years ago

Currently when rendering arrays of optional properties non-nil values will be rendered to Optional(...) instead of just printing value.