Update dependency pointfreeco/swift-case-paths to v1.1.2 #64
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:
1.0.0
->1.1.2
Release Notes
pointfreeco/swift-case-paths (pointfreeco/swift-case-paths)
v1.1.2
Compare Source
What's Changed
@CasePathable
now works with enums that have cases wrapped in#if
statements (thanks @AndrewVebster, https://github.com/pointfreeco/swift-case-paths/pull/133).New Contributors
Full Changelog: pointfreeco/swift-case-paths@1.1.1...1.1.2
v1.1.1
Compare Source
What's Changed
@CasePathable
support for enums with thepackage
access level (thanks @nnsnodnb, https://github.com/pointfreeco/swift-case-paths/pull/128).@CasePathable
support for enums with wildcard arguments (thanks @hj56775, https://github.com/pointfreeco/swift-case-paths/pull/130).New Contributors
Full Changelog: pointfreeco/swift-case-paths@1.1.0...1.1.1
v1.1.0
Compare Source
What's Changed
@CasePathable
macro and case key paths. The@CasePathable
macro automatically generates bona fide key paths for an enum's cases. They are equatable, hashable, and can be used in dynamic member lookup and more. For more information, see the documentation and migration guide./SomeEnum.someCase
) has been soft-deprecated in favor of case key paths (\SomeEnum.Cases.someCase
). They will be hard-deprecated in a future release, so migrate today to avoid the warnings of the future./
operators (thanks @mrackwitz, https://github.com/pointfreeco/swift-case-paths/pull/118)New Contributors
Full Changelog: pointfreeco/swift-case-paths@1.0.0...1.1.0
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 has been generated by Mend Renovate. View repository job log here.