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
Copy file name to clipboardExpand all lines: CHANGELOG.md
+3-1Lines changed: 3 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,4 +1,6 @@
1
1
#Upcoming Release
2
+
3
+
#3.0.2
2
4
**Breaking API Changes:**
3
5
4
6
- Remove StoreType - @Qata
@@ -8,7 +10,7 @@
8
10
9
11
- Add the `dispatchQueue:` argument to the initialiser. The queue is a DispatchQueue which is used as the execution context for - @Qata
10
12
- Use default arguments in the main initialiser and remove the convenience initialiser (Swift autogenerates convenience initialisers when default arguments are used) - @Qata
11
-
- Add `map(_:)` and `distinct()` to `ObservableProperty` - @Qata
13
+
- Add `map(_:)`, `distinct(_:)` and `distinct()` to `ObservableProperty` - @Qata
0 commit comments