Skip to content

Commit

Permalink
RxSwiftExt 3.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
freak4pc committed Nov 14, 2018
1 parent 674ee1d commit 30ce4b5
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,11 @@ Changelog

master
-----

Nothing yet!

3.4.0
-----
- Fix `withUnretained` so it allows proper destructuring
- added `mapMany` operator
- added `toSortedArray` operator
Expand Down
2 changes: 1 addition & 1 deletion RxSwiftExt.podspec
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Pod::Spec.new do |s|
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
Expand Down

0 comments on commit 30ce4b5

Please sign in to comment.