Update dependency apple/swift-algorithms to from: "1.2.1" #100
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
from: "1.0.0"
->from: "1.2.1"
Release Notes
apple/swift-algorithms (apple/swift-algorithms)
v1.2.1
: Swift Algorithms 1.2.1Compare Source
Changes
Fixes
The 1.2.1 release includes contributions from @b1ackturtle, @CheATSlark, @dabrahams, @glessard, @j-f1, @marcosgriselli, @mrs1669, @natecook1000, @rex4539, and @schlagelk. Thank you!
v1.2.0
Compare Source
Additions
Sequences have new
grouped(by:)
andkeyed(by:)
methods, which simplifybuilding dictionaries based on sequence elements: ([#197])
The
endOfPrefix(while:)
andstartOfSuffix(while)
methods are now public.These methods were previously implementation details of the
trimming
groupof methods. ([#211])
Fixes
The 1.2.0 release includes contributions from [amomchilov], [mattyoung], [natecook1000], [stephentyrone], and [ttsugriy].
Thank you!
v1.1.0
Compare Source
Additions
New nonmutating
partitioned(by:)
methods that return both the failing and passing elements of a sequence or collection in separate arrays. ([#152])A new
evenlyChunked(in:)
method that chunks a sequence or collection into the specified number of evenly-sized subsequences. ([#96])Changes
Fixes
The 1.1.0 release includes contributions from [dickoff], [gwynne], [mdznr], [natecook1000], [ole], [stephentyrone], and [timvermeulen].
Thank you!
Configuration
📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
This PR was generated by Mend Renovate. View the repository job log.