Skip to content

Commit

Permalink
Merge branch 'master' of github.com:ReSwift/ReactiveReSwift
Browse files Browse the repository at this point in the history
  • Loading branch information
Qata committed Jan 23, 2017
2 parents dded130 + 0a4f346 commit 9256e69
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 3 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
#Upcoming Release

#3.0.3
**Breaking API Changes:**

- Change all of Store's instance variables to be immutable except `observable`, whose setter is now private - @Qata
- Change all of Store's instance variables to not be implicitly unwrapped optionals because that was gross - @Qata

#3.0.2
**Breaking API Changes:**

Expand Down
3 changes: 1 addition & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,8 @@

[![Build Status](https://img.shields.io/travis/ReSwift/ReactiveReSwift/master.svg)](https://travis-ci.org/ReSwift/ReactiveReSwift)
[![Code coverage status](https://img.shields.io/codecov/c/github/ReSwift/ReactiveReSwift.svg)](http://codecov.io/github/ReSwift/ReactiveReSwift)
![Swift Version](https://img.shields.io/badge/Swift-3.0.1-orange.svg)
[![License MIT](https://img.shields.io/badge/license-MIT-blue.svg)](https://github.com/ReSwift/ReactiveReSwift/blob/master/LICENSE.md)
[![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)
[![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)

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:

Expand Down
2 changes: 1 addition & 1 deletion ReactiveReSwift.podspec
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Pod::Spec.new do |s|
s.name = "ReactiveReSwift"
s.version = "3.0.2"
s.version = "3.0.3"
s.summary = "Unidirectional Data Flow in Swift - Inspired by ReSwift and Elm"
s.homepage = "https://github.com/ReSwift/ReactiveReSwift"
s.license = 'MIT'
Expand Down

0 comments on commit 9256e69

Please sign in to comment.