You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* Added select example to Playgrounds
* Add testing and playground updates
* Switch back to select
* Works with a manual join of array
* Switch back to original select and exclude. Improve playground select and exclude
* Switch back to iOS in playgrounds
* Add changelog
* Add warning for select/exclude only working on Parse Server > 4.5.0
* Improve codecov
* Make fetch include use encoded array instead of join array
* Update Sources/ParseSwift/Types/Query.swift
Co-authored-by: Tom Fox <[email protected]>
Co-authored-by: Tom Fox <[email protected]>
Copy file name to clipboardExpand all lines: CHANGELOG.md
+3
Original file line number
Diff line number
Diff line change
@@ -7,6 +7,9 @@
7
7
__New features__
8
8
- Add modifiers to containsString, hasPrefix, hasSuffix ([#85](https://github.com/parse-community/Parse-Swift/pull/85)), thanks to [Corey Baker](https://github.com/cbaker6).
9
9
10
+
__Improvements__
11
+
- Can use a variadic version of exclude. Added examples of select and exclude query in playgrounds ([#88](https://github.com/parse-community/Parse-Swift/pull/88)), thanks to [Corey Baker](https://github.com/cbaker6).
0 commit comments