Skip to content

V3.0.1

Choose a tag to compare

@NuPlay NuPlay released this 25 Aug 15:39
· 17 commits to main since this release
95aa841

πŸ”§ Documentation Fixes

This patch release focuses on correcting documentation inconsistencies found after the major v3.0.0 release.

What's Fixed

πŸ“š Documentation Accuracy

  • Swift Version Clarification: Updated requirements from Swift 6.0+ to Swift 5.9+ to accurately reflect Package.swift configuration
    • Library requires Swift 5.9+ for production use
    • Swift 6.0+ only needed for running Swift Testing framework tests

βœ… Test Documentation

  • Removed references to non-existent XCTest file
  • Clarified that only Swift Testing framework is used for tests
  • Updated platform requirements for tests vs library usage

πŸ“‹ API Documentation

  • Fixed deprecated method recommendations: Now correctly suggests .placeholder {} instead of .loadingPlaceholder()
  • Added missing default values:
    • imageRadius default: 0
    • colorScheme default: .auto
    • lineHeight default: 170

πŸš€ No Code Changes

This release contains documentation updates only. No functionality has been changed from v3.0.0.

πŸ“¦ Installation

.package(url: "https://github.com/NuPlay/RichText.git", .upToNextMajor(from: "3.0.1"))