You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+7-6Lines changed: 7 additions & 6 deletions
Original file line number
Diff line number
Diff line change
@@ -47,21 +47,22 @@ All notable changes to this project will be documented in this file.<br>
47
47
### Added
48
48
- Added support to Xcode 10.2 and Swift 5.0
49
49
50
-
### Removed
51
-
- Removed all the deprecated functions and variables
52
-
53
50
### Changed
54
51
- Renamed `countSymbols()` to `countPunctuations()` in String extension, the old one has been deprecated but still valid
55
52
- Changed parameter type and return type of `degreesToRadians(_:)` and `radiansToDegrees(_:)` from `Float` to `Double` in Number extension
56
53
- Changed parameter type of `rotate(radians:)` and `rotate(degrees:)` from `Float` to `Double` in UIImage extension
57
54
- Changed `search(_:)` function in List struct that now returns `Int` instead of `Int?` by returning `-1` instead of `nil` if the `Element` is not found
58
55
- Changed BFLog messages from emojis to `[ERROR]`, `[WARNING]`, `[DEBUG]` and `[INFO]`
56
+
- Changed the behavior of Calendar instances in Date extension on Linux
59
57
60
58
### Improved
61
59
- Improved `count*` chars functions in String extension
62
60
- Improved build performance
63
61
- Updated SwiftLint to 0.31.0
64
62
63
+
### Removed
64
+
- Removed all the deprecated functions and variables
65
+
65
66
---
66
67
67
68
## [4.1.0](https://github.com/FabrizioBrancati/BFKit-Swift/releases/tag/4.1.0) - Spend That Money
@@ -80,13 +81,13 @@ Thanks to [@gennick](https://github.com/gennick) for this release
80
81
- Added new iPad Pro 11-inch and 12.9-inch in UIDevice extension
81
82
- Added missing CoreGraphics files to CocoaPods
82
83
83
-
### Removed
84
-
- Removed watchOS 2.0 support in favor of watchOS 3.0, thanks to an App Store submission bug [#11](https://github.com/FabrizioBrancati/BFKit-Swift/issues/11)
85
-
86
84
### Improved
87
85
- Improved settings reading and saving in FileManager extension
88
86
- Updated SwiftLint to 0.29.2
89
87
88
+
### Removed
89
+
- Removed watchOS 2.0 support in favor of watchOS 3.0, thanks to an App Store submission bug [#11](https://github.com/FabrizioBrancati/BFKit-Swift/issues/11)
90
+
90
91
---
91
92
92
93
## [4.0.0](https://github.com/FabrizioBrancati/BFKit-Swift/releases/tag/4.0.0) - Swift 4.2 Support
0 commit comments