Skip to content

5.2

Compare
Choose a tag to compare
@ZevEisenberg ZevEisenberg released this 01 Mar 21:53
· 295 commits to master since this release

See all commits since 5.1.

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 call joined(separator:) on them, supplying a string, attributed string, or other Composable as the separator, and get an attributed string. (#328 via #329, @ZevEisenberg)