5.2
New Features
- Add the ability to join a sequence of
Composable
and produce an attributed string. The upshot of this is that if you have an array of attributed strings, you can calljoined(separator:)
on them, supplying a string, attributed string, or otherComposable
as the separator, and get an attributed string. (#328 via #329, @ZevEisenberg)