We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
and
or
all
any
1 parent 4b1fcca commit 5078941Copy full SHA for 5078941
CHANGELOG.md
@@ -1,8 +1,8 @@
1
# master
2
*Please add new entries at the top.*
3
-1. add possibility to use `and` and `or` operators with array of arguments (#735, kudos to @olejnjak)
+1. add possibility to use `all` and `any` operators with array of arguments (#735, kudos to @olejnjak)
4
```swift
5
- let property = Property.or([boolProperty1, boolProperty2, boolProperty3])
+ let property = Property.any([boolProperty1, boolProperty2, boolProperty3])
6
```
7
2. Fixed Result extensions ambiguity (#733, kudos to @nekrich)
8
0 commit comments