Tags: TwoRingSoft/Pippin
Tags
3.0.0 # Breaking - Moved `Array.PowerSet` to FastMath. # Added - Different ways to count things in Collections: `count(where:)` and `counts`. - Ability to print a 2D collection with `gridDescription`. - Extract typed values from strings like `lines`, `ints`, `stringsAndInts`, `intGrid` and `characterGrid`. - Provide sliding window views of collections (`windows(ofSize:)`) and strings (`substrings(ofLength:)`). - Flattening collections of collections. # Fixed - An incorrect calculation previously returned the wrong result from `CGRect(centeredAround:with:)`.
2.2.0 # Added - A secondary foreground color in `Colors` (and a default value in `DefaultColors`).
7.0.0 # Changed - Remove `CoreLocation` and `AVCaptureDevice` adapters from the default subspecs list so they dont cause build rejections from AppStoreConnect due to missing infoplist purpose strings even if the app doesn't use them. # Added - Added an adapter for KSCrash as an alternative for Crashlytics. t cause build rejections from AppStoreConnect due to missing infoplist purpose strings even if the app doesnt use them. # Added - Added an adapter for KSCrash as an alternative for Crashlytics. t use them. # Added - Added an adapter for KSCrash as an alternative for Crashlytics.
6.0.0 # Changed - Obsoleted `CrudViewControllerUITableViewDelegate.crudViewController(crudViewController:otherEditActionsFor:)` and introduced `CrudViewControllerUITableViewDelegate.crudViewController(crudViewController:otherSwipeActionsFor:)` to provide the equivalent functionality with the new iOS function, as `UITableViewRowAction` was deprecated in iOS 12.
chore(PippinAdapters): set to release candidate version
2.6.0 # Added - Exposed `UIDevice.isPhone` to the Objective C runtime.
chore(PippinLibrary): set to release candidate version
chore(PippinLibrary): set to release candidate version
2.5.0 # Added - Convenience constructor for the nil UUID 00000000-0000-0000-0000-000000000000. - Enum describing HTTP request Content-Type values.
PreviousNext