From e36d944e8145d378ec7ffffd5709781241dc3161 Mon Sep 17 00:00:00 2001 From: Charlotte Tortorella Date: Mon, 23 Jan 2017 20:26:08 +1100 Subject: [PATCH 1/3] Update README.md --- README.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/README.md b/README.md index a0e9b20..1e6025b 100644 --- a/README.md +++ b/README.md @@ -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: From 55492bda46fbe8037116ade7828404df777a8b0b Mon Sep 17 00:00:00 2001 From: Charlotte Tortorella Date: Mon, 23 Jan 2017 21:05:19 +1100 Subject: [PATCH 2/3] Update CHANGELOG.md --- CHANGELOG.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 7be20fd..f11eb2d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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:** From 0a4f3461b9912c5c56dc0b95728840e3661eeff2 Mon Sep 17 00:00:00 2001 From: Charlotte Tortorella Date: Mon, 23 Jan 2017 21:06:07 +1100 Subject: [PATCH 3/3] Update ReactiveReSwift.podspec --- ReactiveReSwift.podspec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ReactiveReSwift.podspec b/ReactiveReSwift.podspec index 53e4f0d..6bb6b67 100644 --- a/ReactiveReSwift.podspec +++ b/ReactiveReSwift.podspec @@ -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'