Skip to content
This repository has been archived by the owner on Jan 16, 2021. It is now read-only.

v3.0.0

Latest
Compare
Choose a tag to compare
@cszatmary cszatmary released this 25 Jun 01:58
· 6 commits to master since this release
d79cd47

The project has been completely restructured and is now a pure SPM package (no more xcodeproj in git, yay!) with proper Linux support. Also added tests, CI, and better documentation.

Breaking Changes

  • CGRect extensions have been removed. It is not part of the Swift standard library or Foundation so it is outside the scope of this project
  • Swift 5 target by default
  • Int#reverseNumber() has been renamed to Int#reversed()
  • Double#roundTo(place:) has been renamed to Double#rounded(to:)
  • String#splitCamelCase() has been renamed to String#splittingCamelCase()
  • String#pad has been removed and replaced with String#paddingStart and String#paddingEnd

Added

  • If and Switch classes for creating condition expressions
  • Unit tests
  • Improved docs
  • Changelog