2.0.0
What's Changed
- #10 Builders now leverage
buildPartialBlock
on Swift 5.7 onward, which improves performance by up to 2x. - #14 API symbols have been revamped and streamlined. Namely:
TextBuilder
→TextBuilderWith
BasicTextBuilder
→TextBuilder
SpacedTextBuilder
→TextBuilderWithSpaces
MultilineTextBuilder
→TextBuilderWithNewlines
- #8 The library now uses
swift-builders
as its foundation (along with testing utils).
Full Changelog: 1.4.0...2.0.0