Skip to content

Releases: pointfreeco/swift-overture

The Boring Swift 5 Release

Choose a tag to compare

@stephencelis stephencelis released this 26 Mar 18:04
7977acd

What's new?

  • Not much! We build for Swift 5 now!

0.4.0

Choose a tag to compare

@mbrandonw mbrandonw released this 07 Mar 20:32

What's new

  • Add "combining" and "their" (#33)
  • Unzurry (#15) …
  • Add update (#39)

What's fixed

  • Update to Swift 4.2 (#29)
  • Info.plist for targets (#35)
  • Make Overture app extensions friendly (#37)
  • Fix ambiguity with with and mver (#39)

Publicize `zip(with:)`s!

Choose a tag to compare

@stephencelis stephencelis released this 09 Nov 17:55

Thanks to #26

Now with Zip

Choose a tag to compare

@stephencelis stephencelis released this 22 Aug 18:13
084b113

Overture 0.3.0 includes a handful of handy zip functions! This includes:

  • N-ary overloads of zip on sequences, zipping up to 10 sequences at once
  • zip on optionals, zipping up to 10 optionals at once
  • zip(with:) on both sequences and optionals, for transforming zipped tuples into more interesting values

See more about the announcement on our blog: [Overture: Now with Zip](https://www.pointfree.co/blog/
https://www.pointfree.co/blog/posts/15-overture-0-3-0-now-with-zip).

Now with Functional Setters

Choose a tag to compare

@mbrandonw mbrandonw released this 15 May 13:03
2583a58

Overture 0.2.0! This release is all about setters: functions that allow us to build complex transformations out of smaller units. See more about the announcement on our blog: Overture: Now with Functional Setters.

Function Composition without Operators

Choose a tag to compare

@stephencelis stephencelis released this 15 May 13:19

The first release of Overture! Overture is a function composition toolchain for Swift.