Skip to content

Releases: davdroman/TextBuilder

3.0.1

28 Sep 23:03
65b7c7b
Compare
Choose a tag to compare

What's Changed

Full Changelog: 3.0.0...3.0.1

3.0.0

13 Sep 15:49
836dffc
Compare
Choose a tag to compare

What's Changed

Full Changelog: 2.2.0...3.0.0

2.2.0

25 Mar 13:43
bec4037
Compare
Choose a tag to compare

What's Changed

  • Changed: update dependencies #21
  • Infrastructure: build-only for tvOS and watchOS #20

Full Changelog: 2.1.1...2.2.0

2.1.1

25 Oct 04:40
474846b
Compare
Choose a tag to compare

What's Changed

  • Stop sharing SPM scheme #19

Full Changelog: 2.1.0...2.1.1

2.1.0

09 Oct 23:04
6082d4a
Compare
Choose a tag to compare

What's Changed

  • #18 Lower minimum Swift version to 5.5.

Full Changelog: 2.0.0...2.1.0

2.0.0

08 Oct 12:17
9765dd6
Compare
Choose a tag to compare

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:
    • TextBuilderTextBuilderWith
    • BasicTextBuilderTextBuilder
    • SpacedTextBuilderTextBuilderWithSpaces
    • MultilineTextBuilderTextBuilderWithNewlines
  • #8 The library now uses swift-builders as its foundation (along with testing utils).

Full Changelog: 1.4.0...2.0.0

1.4.0

28 Sep 18:48
dc589a9
Compare
Choose a tag to compare
  • Removed Rocket #6

1.3.0

28 Sep 17:44
d693ecd
Compare
Choose a tag to compare
  • Expanded platform compatibility #4
  • Added demo playground #5

1.2.0

22 Aug 17:30
63f7b6c
Compare
Choose a tag to compare
  • Added code documentation (#3). Thanks @Tunous! 🎉

1.1.0

14 Jul 11:45
b822b46
Compare
Choose a tag to compare
  • Updated snapshot tests + enabled CI through GitHub Actions (#2).