|
1 | 1 | # Change Log
|
2 | 2 |
|
3 | 3 | ## [Unreleased](https://github.com/RxSwiftCommunity/RxViewModel/tree/HEAD)
|
4 |
| -- Support for Swift 3 & 4 [\#45](https://github.com/RxSwiftCommunity/RxViewModel/pull/45) ([freak4pc](https://github.com/freak4pc)) |
5 | 4 |
|
6 |
| -[Full Changelog](https://github.com/RxSwiftCommunity/RxViewModel/compare/3.1.3...HEAD) |
| 5 | +[Full Changelog](https://github.com/RxSwiftCommunity/RxViewModel/compare/4.0.0...HEAD) |
| 6 | + |
| 7 | +**Closed issues:** |
| 8 | + |
| 9 | +- Update Swift 3 [\#44](https://github.com/RxSwiftCommunity/RxViewModel/issues/44) |
| 10 | + |
| 11 | +## [4.0.0](https://github.com/RxSwiftCommunity/RxViewModel/tree/4.0.0) (2017-06-27) |
| 12 | +[Full Changelog](https://github.com/RxSwiftCommunity/RxViewModel/compare/3.1.4...4.0.0) |
| 13 | + |
| 14 | +**Implemented enhancements:** |
| 15 | + |
| 16 | +- Better Carthage support [\#16](https://github.com/RxSwiftCommunity/RxViewModel/issues/16) |
| 17 | + |
| 18 | +**Fixed bugs:** |
| 19 | + |
| 20 | +- throttleSignalWhileInactive is sending events while the receiver is inactive [\#33](https://github.com/RxSwiftCommunity/RxViewModel/issues/33) |
| 21 | + |
| 22 | +**Closed issues:** |
| 23 | + |
| 24 | +- Retain cycle [\#31](https://github.com/RxSwiftCommunity/RxViewModel/issues/31) |
| 25 | + |
| 26 | +**Merged pull requests:** |
| 27 | + |
| 28 | +- Support for Swift 3 \(and Xcode 9.2 beta 2\) 🎉 [\#45](https://github.com/RxSwiftCommunity/RxViewModel/pull/45) ([freak4pc](https://github.com/freak4pc)) |
| 29 | +- Better performance when boostraping [\#37](https://github.com/RxSwiftCommunity/RxViewModel/pull/37) ([esttorhe](https://github.com/esttorhe)) |
| 30 | + |
| 31 | +## [3.1.4](https://github.com/RxSwiftCommunity/RxViewModel/tree/3.1.4) (2016-07-08) |
| 32 | +[Full Changelog](https://github.com/RxSwiftCommunity/RxViewModel/compare/3.1.3...3.1.4) |
7 | 33 |
|
8 | 34 | **Implemented enhancements:**
|
9 | 35 |
|
|
14 | 40 |
|
15 | 41 | - RxViewModel is depending on an old version of RxCocoa [\#29](https://github.com/RxSwiftCommunity/RxViewModel/issues/29)
|
16 | 42 |
|
| 43 | +**Merged pull requests:** |
| 44 | + |
| 45 | +- Restructures the project. [\#36](https://github.com/RxSwiftCommunity/RxViewModel/pull/36) ([esttorhe](https://github.com/esttorhe)) |
| 46 | +- Adds swiftlint support [\#35](https://github.com/RxSwiftCommunity/RxViewModel/pull/35) ([esttorhe](https://github.com/esttorhe)) |
| 47 | + |
17 | 48 | ## [3.1.3](https://github.com/RxSwiftCommunity/RxViewModel/tree/3.1.3) (2016-06-06)
|
18 | 49 | [Full Changelog](https://github.com/RxSwiftCommunity/RxViewModel/compare/3.1.2...3.1.3)
|
19 | 50 |
|
|
0 commit comments