Mechanica Versions Save

A cross-platform library of Swift utils to ease your iOS | macOS | watchOS | tvOS and Linux development.

3.1.0

3 years ago
  • Xcode 12
  • Swift 5.2
  • Fixes

3.0.0

5 years ago
  • Mechanica is now completely migrated to Swift 5. 🎉
  • Added more Bundle utils.

2.2.0

5 years ago
  • Added more Sequence utils.
  • Added more UIImage utils.
  • Added more Collection utils.
  • Added UIStackView utils.
  • Added UIEdgeInsets utils.

2.1.0

5 years ago
  • Added DispatchQueue utils.
  • Added more Sequence utils.
  • Added more Optional utils.
  • Added more Color utils.
  • Added more SignedInteger utils.
  • Added more NSPredicate utils
  • Added more Image utils
  • More tests.

2.0.0

5 years ago
  • Mechanica is now completely migrated to Swift 4.2.
  • Added Date and Calendar utils. 📆
  • Refactor NSObjectProtocol Utilities.
  • Removed all the Random utils (implemented in Swift 4.2).
  • Removed shuffle utils (implemented in Swift 4.2).
  • NSAttributedString and NSMutableAttributedString utils now works on Linux.
  • UserDefaults utils now works on Linux.
  • Added Linux tests for Ubuntu 16.04.

1.7.0

5 years ago
  • Added cURL representation.
  • Added UIImage utils (rounding and scaling).
  • More String utils.
  • More tests.
  • Bugfixes.

1.6.0

6 years ago
  • Swift 4.1 🎉
  • Added CoreGraphics utils.
  • More Sequence utils.
  • Better performance in some RangeReplaceableCollection utils.
  • More tests.
  • Bugfixes.

1.5.0

6 years ago
  • Added more UIView utils.
  • Added Font utils for bold and italic traits.
  • Added shuffling methods for collections and sequences.
  • Added more Optional utils.
  • Better random string generation methods.
  • Bugfixes.

1.4.0

6 years ago
  • Better String subscription methods.
  • More URL utils.
  • More Character utils.
  • More ProcessInfo utils.
  • Bugfixes.

1.3.1

6 years ago
  • Access level fixes.