Skip to content

4.0.0

Latest
Compare
Choose a tag to compare
@isadon isadon released this 27 Jun 20:49
1334ddc

Added

  • General:
    • Migrate code to support to Swift 5.0.
    • Refactor to use a single config
  • Build: Add support for SwiftPM.
  • Demo App: Update html embed example to include css style for tags.

Fixed

  • Demo App: Fix tests not working due to changes in iOS 13.0.

Changed

  • General:
    • Code cleanup and simplification of nib bundle loading.
    • Use custom textViews that don't allow selection for title and body labels so
      as to support embedding html formatted text.
  • Build: Make iOS 17.0 the minimum supported version.
  • Demo App:
    • Set the minimum deployment target to 17.0.
    • Build: Remove support for unused platforms.

Removed

  • Build:
    • Remove Mac Catalyst Support.
    • Remove support for Carthage.
    • Remove use of SwiftHEXColors Dependency.