Skip to content

Commit 9256e69

Browse files
committed
Merge branch 'master' of github.com:ReSwift/ReactiveReSwift
2 parents dded130 + 0a4f346 commit 9256e69

File tree

3 files changed

+8
-3
lines changed

3 files changed

+8
-3
lines changed

CHANGELOG.md

+6
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
#Upcoming Release
22

3+
#3.0.3
4+
**Breaking API Changes:**
5+
6+
- Change all of Store's instance variables to be immutable except `observable`, whose setter is now private - @Qata
7+
- Change all of Store's instance variables to not be implicitly unwrapped optionals because that was gross - @Qata
8+
39
#3.0.2
410
**Breaking API Changes:**
511

README.md

+1-2
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,8 @@
22

33
[![Build Status](https://img.shields.io/travis/ReSwift/ReactiveReSwift/master.svg)](https://travis-ci.org/ReSwift/ReactiveReSwift)
44
[![Code coverage status](https://img.shields.io/codecov/c/github/ReSwift/ReactiveReSwift.svg)](http://codecov.io/github/ReSwift/ReactiveReSwift)
5-
![Swift Version](https://img.shields.io/badge/Swift-3.0.1-orange.svg)
65
[![License MIT](https://img.shields.io/badge/license-MIT-blue.svg)](https://github.com/ReSwift/ReactiveReSwift/blob/master/LICENSE.md)
7-
[![Join the chat at https://gitter.im/ReactiveReSwift/Lobby](https://img.shields.io/gitter/room/nwjs/nw.js.svg)](https://gitter.im/ReactiveReSwift/Lobby?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge)
6+
[![Join the chat at https://gitter.im/ReactiveReSwift/Lobby](https://badges.gitter.im/ReactiveReSwift/Lobby.svg)](https://gitter.im/ReactiveReSwift/Lobby?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge)
87

98
ReactiveReSwift is a [Redux](https://github.com/reactjs/redux)-like implementation of the unidirectional data flow architecture in Swift, derived from [ReSwift](https://github.com/ReSwift/ReSwift). ReactiveReSwift helps you to separate three important concerns of your app's components:
109

ReactiveReSwift.podspec

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Pod::Spec.new do |s|
22
s.name = "ReactiveReSwift"
3-
s.version = "3.0.2"
3+
s.version = "3.0.3"
44
s.summary = "Unidirectional Data Flow in Swift - Inspired by ReSwift and Elm"
55
s.homepage = "https://github.com/ReSwift/ReactiveReSwift"
66
s.license = 'MIT'

0 commit comments

Comments
 (0)