-
Notifications
You must be signed in to change notification settings - Fork 1
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Update dependency pointfreeco/swift-case-paths to from: "1.6.1" #80
Open
renovate
wants to merge
1
commit into
main
Choose a base branch
from
renovate/pointfreeco-swift-case-paths-1.x
base: main
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
0d4044d
to
df1212f
Compare
df1212f
to
2008dd0
Compare
2008dd0
to
2b0e0bb
Compare
2b0e0bb
to
bdd4028
Compare
bdd4028
to
4dca95a
Compare
4dca95a
to
db6fd1f
Compare
db6fd1f
to
7129f35
Compare
7129f35
to
67cebc8
Compare
67cebc8
to
01fcb64
Compare
01fcb64
to
9e6ffcc
Compare
9e6ffcc
to
fdf6ef4
Compare
fdf6ef4
to
31c38ff
Compare
31c38ff
to
83c8ded
Compare
83c8ded
to
948251f
Compare
948251f
to
7cec419
Compare
7cec419
to
60e6925
Compare
60e6925
to
b8a103d
Compare
b8a103d
to
a6a4f0d
Compare
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
None yet
0 participants
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.2.1"
->from: "1.6.1"
Release Notes
pointfreeco/swift-case-paths (pointfreeco/swift-case-paths)
v1.6.1
Compare Source
What's Changed
embed
andextract
cases to be@CasePathable
(https://github.com/pointfreeco/swift-case-paths/pull/215).Full Changelog: pointfreeco/swift-case-paths@1.6.0...1.6.1
v1.6.0
Compare Source
What's Changed
CasePathsCore
module, to allow projects to depend on case path functionality without requiring a dependency on the macro and SwiftSyntax (https://github.com/pointfreeco/swift-case-paths/pull/212).is
function overload for optionalCasePathable
values (thanks @HarshilShah, https://github.com/pointfreeco/swift-case-paths/pull/204).New Contributors
Full Changelog: pointfreeco/swift-case-paths@1.5.6...1.6.0
v1.5.6
Compare Source
What's Changed
New Contributors
Full Changelog: pointfreeco/swift-case-paths@1.5.5...1.5.6
v1.5.5
Compare Source
What's Changed
New Contributors
Full Changelog: pointfreeco/swift-case-paths@1.5.4...1.5.5
v1.5.4
Compare Source
What's Changed
Full Changelog: pointfreeco/swift-case-paths@1.5.3...1.5.4
v1.5.3
Compare Source
What's Changed
@CasePathable
can be applied to enums containing associated values namedElement
(thanks @iwt-dahlborn, https://github.com/pointfreeco/swift-case-paths/pull/185).New Contributors
Full Changelog: pointfreeco/swift-case-paths@1.5.2...1.5.3
v1.5.2
Compare Source
What's Changed
@CasePathable
enums with associated values ofElement
no longer conflict with macro-generated case path iteration (https://github.com/pointfreeco/swift-case-paths/pull/183).@CasePathable
enums containing empty/uninhabited enums have been silenced (https://github.com/pointfreeco/swift-case-paths/pull/184).Full Changelog: pointfreeco/swift-case-paths@1.5.1...1.5.2
v1.5.1
Compare Source
What's Changed
@CasePathable
enums that have cases with aNever
associated type (https://github.com/pointfreeco/swift-case-paths/pull/179).Full Changelog: pointfreeco/swift-case-paths@1.5.0...1.5.1
v1.5.0
Compare Source
What's Changed
CasePathIterable
andCasePathReflectable
protocols for abstracting over all of a type's case paths, as well as an enum's given case path (https://github.com/pointfreeco/swift-case-paths/pull/173).Optional
/Result
more consistent with macro-generated code (https://github.com/pointfreeco/swift-case-paths/pull/166)..editorconfig
for consistent code formatting (thanks @Matejkob, https://github.com/pointfreeco/swift-case-paths/pull/176).New Contributors
Full Changelog: pointfreeco/swift-case-paths@1.4.2...1.5.0
v1.4.2
Compare Source
What's Changed
@CasePathable
regression that produced warnings when@CasePathable
was applied to enums with no cases (https://github.com/pointfreeco/swift-case-paths/pull/162 ; thanks @jpsim, https://github.com/pointfreeco/swift-case-paths/pull/164).@CasePathable
regression that broke the macro when applied to enums with comments on cases without associated values (thanks @twocentstudios, https://github.com/pointfreeco/swift-case-paths/pull/163).New Contributors
Full Changelog: pointfreeco/swift-case-paths@1.4.1...1.4.2
v1.4.1
Compare Source
What's Changed
@CasePathable
enums with trailing comments. This has been fixed (https://github.com/pointfreeco/swift-case-paths/pull/160).Full Changelog: pointfreeco/swift-case-paths@1.4.0...1.4.1
v1.4.0
Compare Source
What's Changed
Added: A
@CasePathable
instance can now be used to look up its associated case path (https://github.com/pointfreeco/swift-case-paths/pull/158).Added: A
@CasePathable
enum can now iterate over all of its case key paths (https://github.com/pointfreeco/swift-case-paths/pull/159).Infrastructure: Strict concurrency has been enabled in preparation for Swift 6 (https://github.com/pointfreeco/swift-case-paths/pull/156).
Full Changelog: pointfreeco/swift-case-paths@1.3.3...1.4.0
v1.3.3
Compare Source
What's Changed
optionalValue.is(\Wrapped.Cases.case)
would returntrue
for non-matching cases due to an optional promotion bug (https://github.com/pointfreeco/swift-case-paths/pull/157).Full Changelog: pointfreeco/swift-case-paths@1.3.2...1.3.3
v1.3.2
Compare Source
What's Changed
@CasePathable
enum (thanks @djangovanderheijden, https://github.com/pointfreeco/swift-case-paths/pull/154).New Contributors
Full Changelog: pointfreeco/swift-case-paths@1.3.1...1.3.2
v1.3.1
Compare Source
What's Changed
\.never
case path autocomplete now shows a warning on non-@CasePathable
enums to help call out that enums are expected to be case-pathable for their cases to be accessible via key path syntax (https://github.com/pointfreeco/swift-case-paths/pull/153).@CasePathable
now preserves documentation for each generated case path (https://github.com/pointfreeco/swift-case-paths/pull/153).Full Changelog: pointfreeco/swift-case-paths@1.3.0...1.3.1
v1.3.0
Compare Source
What's Changed
Full Changelog: pointfreeco/swift-case-paths@1.2.4...1.3.0
v1.2.4
Compare Source
What's Changed
@CasePathable
can now be applied to enums inpublic
extensions (https://github.com/pointfreeco/swift-case-paths/pull/149).@CasePathable
can now be applied to enums with@available
annotations (https://github.com/pointfreeco/swift-case-paths/pull/149).Full Changelog: pointfreeco/swift-case-paths@1.2.3...1.2.4
v1.2.3
Compare Source
What's Changed
Full Changelog: pointfreeco/swift-case-paths@1.2.2...1.2.3
v1.2.2
Compare Source
What's Changed
PartialCaseKeyPath.callAsFunction
no longer fails to embed values that are already wrapped inAny
(https://github.com/pointfreeco/swift-case-paths/pull/145).Full Changelog: pointfreeco/swift-case-paths@1.2.1...1.2.2
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.