Skip to content

Latest commit

 

History

History
33 lines (20 loc) · 873 Bytes

CHANGELOG.md

File metadata and controls

33 lines (20 loc) · 873 Bytes

0.6.1

  • Support for macOS Catalyst

0.6.0

  • Support for Swift Package Manager and Swift 5.1

0.5.0

  • Updates to Swift 5 and Xcode 10.2.1 recommendations
  • Backports example apps as far back as is practical

0.3.1

  • Adds documentation generated by jazzy

0.3.0

  • Adds MonospacerError enum and begins throwing MonospacerError.fontUnsupported errors for unsupported fonts
  • macOS: Throw a MonospacerError.fontCreationFailed error instead of returning nil fonts
  • Changes watchOS example interface controller to Objective-C to demonstrate Objective-C error handling

0.2.0

  • Adds tests for macOS, iOS, and tvOS
  • Adds hasMonospacedFontSelector property to UIFontDescriptor and NSFontDescriptor
  • Sets Swift version to 4.0

0.1.0

  • Adds README.md and CHANGELOG.md
  • Adds documentation for font extensions