All Versions
14
Latest Version
Avg Release Cycle
98 days
Latest Release
1245 days ago

Changelog History
Page 1

  • v5.1.2 Changes

    November 22, 2020

    This is simply a a version bump so that less files are brought in when installing via SPM.

  • v5.1.1 Changes

    June 13, 2020

    โšก๏ธ Updated Package.swift and Podspec files to resolve SwiftPackageIndex/SwiftPackageIndex-Server#399.

  • v5.1.0 Changes

    September 15, 2019

    ๐Ÿš€ This release adds support for Swift 5.1, iOS 13, and Xcode 11. Full updates here: #34

  • v5.0.1 Changes

    August 08, 2019

    ๐Ÿ“ฆ I fixed the Package.swift so that it is now compatible with Xcode 11 and the latest Swift Package Manifest file (// swift-tools-version:4.0).

  • v5.0.0 Changes

    May 25, 2019

    The master branch now uses Swift 5.0.

    There were no major changes with source compatibility.

  • v4.1.0 Changes

    September 17, 2018

    As of FontBlaster v4.1.0, , all future changes on master will be done in Xcode 10 using Swift 4.2.

    For those using Swift v4.1.0, please check out the swift4.1 branch or version 4.0.4 - both point to the same commit hash.

  • v4.0.4 Changes

    March 15, 2018
    • โšก๏ธ Updated Podspec file.
    • โœ‚ Removed .swift-version file, as it's been deprecated.
  • v4.0.3 Changes

    February 28, 2018

    ๐Ÿ›  Fixes a podspec issue that was introduced in 4.0.2.

  • v4.0.2 Changes

    February 28, 2018

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

  • v4.0.1 Changes

    November 10, 2017
    • #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)