Skip to content

Tags: pointfreeco/swift-overture

Tags

0.5.0

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Update .swift-version (#43)

0.4.0

Add update; fix ambiguity (#39)

* Add update; fix ambiguity

* Fix

* remove nsmutableparagraph

* get rid of toggle

0.3.1

Fix/missing zip with public declaration (#26)

* create tests to prove the error

* make all existing zip(with:) function public

* add zip2(with:)

0.3.0

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Bump podspec to 0.3.0 (#24)

0.2.0

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Setters and 0.2.0 prep (#17)

* Setters

* Add array-based `concat` functions

* Clean up

  - remove extra concat
  - remove curried `over`, `set`, `mver`, `mut`
  - restore `prop`
  - add `mprop`

* small change