We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 674ee1d commit 30ce4b5Copy full SHA for 30ce4b5
CHANGELOG.md
@@ -3,6 +3,11 @@ Changelog
3
4
master
5
-----
6
+
7
+Nothing yet!
8
9
+3.4.0
10
+-----
11
- Fix `withUnretained` so it allows proper destructuring
12
- added `mapMany` operator
13
- added `toSortedArray` operator
RxSwiftExt.podspec
@@ -1,6 +1,6 @@
1
Pod::Spec.new do |s|
2
s.name = "RxSwiftExt"
- s.version = "3.3.0"
+ s.version = "3.4.0"
s.summary = "RxSwift operators not found in the core distribtion"
s.description = <<-DESC
A collection of operators for RxSwift adding commonly requested operations not found in the core distribution
0 commit comments