Skip to content

Commit 9fc9da6

Browse files
committed
📝 Updated CHANGELOG with latest release
1 parent c7da21b commit 9fc9da6

File tree

2 files changed

+35
-4
lines changed

2 files changed

+35
-4
lines changed

.bundle/config

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
---
2-
BUNDLE_PATH: ".vendor/bundle"
3-
BUNDLE_DISABLE_SHARED_GEMS: true
2+
BUNDLE_PATH: "./.vendor"
3+
BUNDLE_DISABLE_SHARED_GEMS: "true"

CHANGELOG.md

Lines changed: 33 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,35 @@
11
# Change Log
22

33
## [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))
54

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)
733

834
**Implemented enhancements:**
935

@@ -14,6 +40,11 @@
1440

1541
- RxViewModel is depending on an old version of RxCocoa [\#29](https://github.com/RxSwiftCommunity/RxViewModel/issues/29)
1642

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+
1748
## [3.1.3](https://github.com/RxSwiftCommunity/RxViewModel/tree/3.1.3) (2016-06-06)
1849
[Full Changelog](https://github.com/RxSwiftCommunity/RxViewModel/compare/3.1.2...3.1.3)
1950

0 commit comments

Comments
 (0)