Swiftpack.co - Swift Packages by robrix

Swiftpack.co is a collection of thousands of indexed Swift packages. Search packages.

Packages published by robrix

robrix/Prelude 3.0.1
Swift µframework of simple functional programming tools
⭐️ 408
🕓 5 years ago
🔖 Release Notes

Releases

The markdown parsing is broken/disabled for release notes. Sorry about that, I'm chasing the source of a crash that's been bringing this website down for the last couple of days.
3.0.1: A managed Package
5 years ago
- Adds support for the Swift package manager thanks to @nxtstep.
3.0.0
7 years ago
**[fixed]** associativity for `<|` from left to right. **[removed]** `unit`
2.0
7 years ago
- [New] Swift3.0 support
1.5.0: Präludium
8 years ago
- **[new]** Swift 1.2 support. - **[new]** `&&&` operator for `Optional` conjunction. - **[new]** `unit` function to construct `Optional`s. - **[new]** binary `swap` function to reverse the order of 2-tuples. - **[fixed]** Lowered the minimum deployment target for OS X to 10.9. - **[fixed]** Lowered the minimum deployment target for iOS to 8.0. - **[fixed]** App extension API only. - **[fixed]** The Mac framework is built for `x86_64` only.
1.5 beta 1
9 years ago
- **[new]** Swift 1.2b2 support. - **[new]** `&&&` operator for `Optional` conjunction. - **[new]** `unit` function to construct `Optional`s. - **[new]** binary `swap` function to reverse the order of 2-tuples. - **[fixed]** Lowered the minimum deployment target for OS X to 10.9. - **[fixed]** Lowered the minimum deployment target for iOS to 8.0.
1.4
9 years ago
- **[new]** `<|` overload for quaternary functions. - **[new]** `flip` overload for quaternary functions. - [See the full diff](https://github.com/robrix/Prelude/compare/1.3...1.4).
1.3
9 years ago
- **Improved:** Increased precedence of `|>` and `<|` - **Improved:** Made `<|` left associative - **New:** binary and ternary versions of `<|` - **New:** ternary version of `flip` - [Diff since 1.2](https://github.com/robrix/Prelude/compare/1.2...1.3)
1.2
9 years ago
- **[new]** iOS framework target courtesy of @robb
v1.1
9 years ago
Changes since 1.0: - **New:** `<|` and `|>` function application operators - **New:** `flip` function - **Improved:** usage guide in `README.md` - [Diff since 1.0](https://github.com/robrix/Prelude/compare/1.0...1.1) - [Diff since 1.0.1](https://github.com/robrix/Prelude/compare/1.0.1...1.1)
robrix/Either 2.0.0
Swift µframework of Either, which represents two alternatives.
⭐️ 150
🕓 5 years ago
🔖 Release Notes

Releases

The markdown parsing is broken/disabled for release notes. Sorry about that, I'm chasing the source of a crash that's been bringing this website down for the last couple of days.
Alternatively
8 years ago
- **[fixed]** `EitherType.either` is marked as `rethrows`.
1.3: Else
8 years ago
- **[new]** Swift 2 support.
1.2.2: Otherwise
8 years ago
- **[fixed]** Pins transitive dependencies to compatible versions, not SHAs.
1.2.1: Or
8 years ago
- **[fixed]** App extension API only. - **[fixed]** The Mac framework builds for `x86_64` only.
1.2: I Love Ambiguity More Than @numist
9 years ago
- **[new]** Swift 1.2 support. - **[new]** `|||` disjunction operator. - **[new]** iOS target for 8.0+, h/t @gfontenot! - **[new]** `flatMap` method. - **[new]** `>>-` flat map/bind operator. - **[fixed]** `either`’s parameters have external labels. - **[fixed]** Minimum deployment target for OS X lowered to 10.9.
1.2 beta 1
9 years ago
- **[new]** Swift 1.2b2 support. - **[new]** `|||` disjunction operator. - **[new]** iOS target for 8.0+, h/t @gfontenot! - **[new]** `flatMap` method. - **[new]** `>>-` flat map/bind operator. - **[fixed]** `either`’s parameters have external labels. - **[fixed]** Minimum deployment target for OS X lowered to 10.9.
1.1
9 years ago
- **[new]** `left` property returning the value of left instances, or nil. - **[new]** `right` property returning the value of right instances, or nil. - **[new]** `map` method applying a function to right instances and returning a new instance. - **[new]** `>>-` (“flat map,” or “bind”) operator applying a function to right instances and returning the instance produced by that function.

Swiftpack is being maintained by Petr Pavlik | @ptrpavlik | @swiftpackco | API | Analytics