Skip to content

Releases: jaeilers/NSAttributedStringBuilder

0.3.1

21 Apr 19:05
fd7989e
Compare
Choose a tag to compare

Added

  • Added visionOS target to Xcode project #30
  • Added swift package index badges to readme #30

Fixed

  • Removed visionOS platform from package for Swift 5.8 #30

0.3.0

18 Apr 19:44
0faadda
Compare
Choose a tag to compare

Added

  • Added Attributes extensions to create attributes separately from attributed strings #23
  • Added visionOS support for Swift Package Manager #26
  • Added support for some accessibility keys #27
  • Added superscript for iOS and tvOS #27

Changed

  • Changed logic that existing colors (stroke, strikethrough & shadow) are overridden #28
  • Update CI dependencies and dependabot #20 #21

0.2.1

01 Apr 17:15
5256854
Compare
Choose a tag to compare

Added

  • Added code coverage reports & badge for all platforms (iOS, macOS, tvOS & watchOS) #11
  • Added monospaced, condensed and tracking modifiers #12
  • Added Swift Package Index documentation #13
  • Added empty privacy manifest #18

0.2.0

03 Dec 16:45
c24bb8a
Compare
Choose a tag to compare

Added

  • Added Changelog #2
  • Added CI workflow status badge #6
  • Added support for glyphInfo and markedClauseSegment #10
  • Added support for optionals, conditionals and limited availability in result builder #10
  • Added CocoaPods release pipeline #9

Changed

  • Improved fastlane lane test_all #5
  • Added examples for watchOS and tvOS #7
  • Changed module name to NSAttributedStringBuilder #8
  • Updated podspec summary and improved source files specification #8
  • Restricted result build to initialization only #10

Removed

  • Accessibility label and hint from image modifier for iOS/tvOS #10

0.1.0

11 Nov 21:47
2d1c4d4
Compare
Choose a tag to compare
  • Initial Release