Skip to content

Tags: pointfreeco/swift-nonempty

Tags

0.5.0

Toggle 0.5.0's commit message
Run swift-format

0.4.0

Toggle 0.4.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Don't alias Iterator/SubSequence to collection type (#41)

* Don't alias Iterator/SubSequence to collection type

* Fix compiler crash

0.3.1

Toggle 0.3.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
fix: Fixed ambiguous operator issue with swift-validated. (#37)

0.3.0

Toggle 0.3.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Update format.yml

0.2.2

Toggle 0.2.2's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Add generic-backend compatible Coding (#14)

* Add Decodable with check for empty head

* Add tests for new codable

* Fix identation

* Change NonEmptyCodable implementation

* Refactor NonEmptyCodable to not shadow stdlib

The previous implementation added a requirement for append to decodable
types. While this made adoption easier for types which come with append
it may add some confusion for types where append isn't implemented
already and would only be introduced for Coding.

Co-authored-by: Stephen Celis <[email protected]>

0.2.1

Toggle 0.2.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Use GitHub Actions (#25)

* Use GitHub actions.

* xcode version

* xcode

* xcode

* clean up

* Update Makefile

* does this work

* try

* wip

* wip

* wip

* fix

* wip

* wip

* wip

* wip

* wip

* clean up

* bring back tests

* clean up

0.2.0

Toggle 0.2.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Swift 5 (#13)

* Swift 5

* Bump

* bump

* less pretty

* modify

* Fix?

* Ugh

* Bump

* Bump

* Make xcodegen a develop dependency.

* Scope XcodeGen to dev

* Fix

* what the

* badges

* Fix

0.1.2

Toggle 0.1.2's commit message
Bump Version

0.1.1

Toggle 0.1.1's commit message
Swift 4.2: Rename Random to SystemRandomNumberGenerator (#6)

* Rename Random to SystemRandomNumberGenerator for Swift 4.2

* Update Swift version

* Set swift version to development snapshot

* Set swift version to development snapshot

* Set swift version to development snapshot

* Remove Swift 4.2 check since the Random change was apparently backported

* Optimistically update to latest Swift 4.2 snapshot

* try Swift version 4.2

* will this kind of version string work?

* ok fine convergence it is

* try compiling without the +Random extension

* temporarily remove RandomAccessCollection conformance

* update +Random.swift to 4.2 APIs

* build on macOS instead

0.1.0

Toggle 0.1.0's commit message
🎁 NonEmpty