Skip to content

4.0.1

Compare
Choose a tag to compare
@ZevEisenberg ZevEisenberg released this 16 Nov 23:12
· 488 commits to master since this release

See all commits since 4.0.0

New Features and Major Changes

  • Renamed non-mutating instance method NSAttributedString.adapt(to:) to NSAttributedString.adapted(to:) to conform to Swift API Design Guidelines. (#248, @ZevEisenberg)

Deprecations

  • Deprecated instance method NSAttributedString.adapt(to:). (#248)

Minor Changes & Bug Fixes

  • Fix typo in ReadMe. (#247, @budged)
  • Update CircleCI badge style to match other badge styles. (a4f10e8)