Skip to content

Tags: TwoRingSoft/Pippin

Tags

PippinLibrary-3.0.0

Toggle PippinLibrary-3.0.0's commit message
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:)`.

PippinCore-2.2.0

Toggle PippinCore-2.2.0's commit message
2.2.0

# Added

- A secondary foreground color in `Colors` (and a default value in `DefaultColors`).

PippinAdapters-7.0.0

Toggle PippinAdapters-7.0.0's commit message
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.

PippinAdapters-6.0.0

Toggle PippinAdapters-6.0.0's commit message
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.

PippinAdapters-6.0.0-RC1

Toggle PippinAdapters-6.0.0-RC1's commit message
chore(PippinAdapters): set to release candidate version

PippinLibrary--RC1

Toggle PippinLibrary--RC1's commit message
chore: update version and changelog to 2.6.0

PippinLibrary-2.6.0

Toggle PippinLibrary-2.6.0's commit message
2.6.0

# Added

- Exposed `UIDevice.isPhone` to the Objective C runtime.

PippinLibrary-2.6.0-RC2

Toggle PippinLibrary-2.6.0-RC2's commit message
chore(PippinLibrary): set to release candidate version

PippinLibrary-2.6.0-RC1

Toggle PippinLibrary-2.6.0-RC1's commit message
chore(PippinLibrary): set to release candidate version

PippinLibrary-2.5.0

Toggle PippinLibrary-2.5.0's commit message
2.5.0

# Added

- Convenience constructor for the nil UUID 00000000-0000-0000-0000-000000000000.

- Enum describing HTTP request Content-Type values.