Releases: ArtSabintsev/FontBlaster
Fixed macOS Support
Thanks to @kondratk for submitting a very elegant bugfix on font-loading on macOS.
Fix to Rare Crash Loading Fonts
Thanks to @SamusAranX for #40 for fixing a rare font loading crash.
Added Support for macOS
- #37: Thanks to u/choule99, FontBlaster now supports macOS!
Modernized Code
Made some slight syntax modernizations and removed old/unnecessary code.
Project Architecture Changes
This is simply a a version bump so that less files are brought in when installing via SPM.
Updated Manifest Files
Updated Package.swift and Podspec files to resolve SwiftPackageIndex/SwiftPackageIndex-Server#399.
Adds Swift 5.1 / Xcode 11 / iOS 13 Support
This release adds support for Swift 5.1, iOS 13, and Xcode 11. Full updates here: #34
Fixed Support for Swift Package Manager
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
).
Swift 5.0 Support
The master
branch now uses Swift 5.0.
There were no major changes with source compatibility.
Swift 4.2 Support
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.