Skip to content
This repository has been archived by the owner on Aug 29, 2024. It is now read-only.

Releases: ArtSabintsev/FontBlaster

Modernized Podspec file

15 Mar 02:36
Compare
Choose a tag to compare
  • Updated Podspec file.
  • Removed .swift-version file, as it's been deprecated.

Fixes Podspec

28 Feb 15:59
Compare
Choose a tag to compare

Fixes a podspec issue that was introduced in 4.0.2.

tvOS Support

28 Feb 15:59
Compare
Choose a tag to compare

Fontblaster supported tvOS out of the box. The podspec now explicitly supports allows for installation of Fontblaster on apps that target tvOS 9+.

Fixes for Xcode 9.1 / iOS 11.1 SDK

10 Nov 01:14
Compare
Choose a tag to compare
  • #24
    • Removed deprecated code references to Character API as String and Character API changed in Swift 4 and is enforced in in Xcode 9.1 / iOS 11.1. (thanks to @andreyrd)

Support for Swift 4 / iOS 11 / Xcode 9

13 Sep 13:16
Compare
Choose a tag to compare

FontBlaster v4.0.0 adds support for Swift 4 / iOS 11 / Xcode 9. Only minor changes were made under-the-hood.

Moving forward, only support for the Swift 4 codebase (on master) will be maintained.

Swift Version Branch Name Will Continue to Receive Updates?
4.0 master Yes
3.2 swift3.2 No
3.1 swift3.1 No

Code Cleanup

28 Jul 01:33
Compare
Choose a tag to compare
  • Minor Code Cleanup
  • Attempt at fixing #23

Fixed/Silenced warnings in Xcode 8.3

26 May 17:01
Compare
Choose a tag to compare

#21: Fixed/Silenced a couple warnings that cropped in Xcode 8.3.

Swiftier Code

26 May 17:03
Compare
Choose a tag to compare

#20: Swiftier Codebase and Repo

  • Improved Comments
  • Improved Scoping
  • Improved Swift PM Support
  • Added Jazzy Documentation

Fix to CGFont() deadlocking issue

28 Feb 15:05
Compare
Choose a tag to compare
  • Fixes #19
    • Thanks to @gmarm for bringing it to my attention.
    • Thanks to @andreyz for finding the relevant radar and SO post.

Version 3.0.0: Swift 3 Support

14 Sep 04:22
Compare
Choose a tag to compare

I've updated the syntax from Swift 2.2 to Swift 3.