From bb69f979d9215727969a4731874688ece7b43283 Mon Sep 17 00:00:00 2001 From: Andrea Mazzini Date: Thu, 29 Dec 2016 15:06:12 +0100 Subject: [PATCH] Bump to version 3.2.0 --- AMScrollingNavbar.podspec | 4 +-- CHANGELOG.md | 52 +++++++++++++++++++++------------------ 2 files changed, 30 insertions(+), 26 deletions(-) diff --git a/AMScrollingNavbar.podspec b/AMScrollingNavbar.podspec index 54e0cb7b..d111ae8b 100644 --- a/AMScrollingNavbar.podspec +++ b/AMScrollingNavbar.podspec @@ -1,9 +1,9 @@ Pod::Spec.new do |s| s.name = "AMScrollingNavbar" - s.version = "3.1.0" + s.version = "3.2.0" s.summary = "A custom UINavigationController that enables the scrolling of the navigation bar alongside the scrolling of an observed content view" s.description = <<-DESC - A custom UINavigationController that enables the scrolling of the + A custom UINavigationController that enables the scrolling of the navigation bar alongisde the scrolling of the observed view's content. DESC s.homepage = "https://github.com/andreamazz/AMScrollingNavbar" diff --git a/CHANGELOG.md b/CHANGELOG.md index a1e10988..9c178ede 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,8 +2,9 @@ All notable changes to this project will be documented in this file. `AMScrollingNavbar` adheres to [Semantic Versioning](http://semver.org/). -- `3.1.x` Releases - [3.1.0](#310) -- `3.0.x` Releases - [3.0.0](#300) +- `3.2.x` Releases - [3.2.0](#320) +- `3.1.x` Releases - [3.1.0](#310) +- `3.0.x` Releases - [3.0.0](#300) - `2.1.x` Releases - [2.1.0](#210) | [2.1.1](#211) | [2.1.2](#212) - `2.0.x` Releases - [2.0.0](#200) | [2.0.1](#201) | [2.0.2](#202) | [2.0.3](#203) | [2.0.4](#204) | [2.0.5](#205) | [2.0.6](#206) | [2.0.7](#207) | [2.0.8](#208) | [2.0.9](#209) | [2.0.10](#2010) | [2.0.11](#2011) | [2.0.12](#2012) | [2.0.13](#2013) | [2.0.14](#2014) - `2.0.x` Beta Releases - [2.0.0-beta1](#200-beta1) | [2.0.0-beta2](#200-beta2) | [2.0.0-beta3](#200-beta3) | [2.0.0-beta4](#200-beta4) | [2.0.0-beta5](#200-beta5) | [2.0.0-beta6](#200-beta6) | [2.0.0-beta7](#200-beta7) @@ -11,57 +12,61 @@ All notable changes to this project will be documented in this file. --- -## [3.1.0](https://github.com/andreamazz/AMScrollingNavbar/releases/tag/3.1.0) +## [3.2.0](https://github.com/andreamazz/AMScrollingNavbar/releases/tag/3.2.0) + +Added optional `followers` parameter to `followScrollView`. See [Readme section](https://github.com/andreamazz/AMScrollingNavbar#followers) + +## [3.1.0](https://github.com/andreamazz/AMScrollingNavbar/releases/tag/3.1.0) Added optional `scrollSpeedFactor` parameter to `followScrollView`. See #224 -## [3.0.0](https://github.com/andreamazz/AMScrollingNavbar/releases/tag/3.0.0) +## [3.0.0](https://github.com/andreamazz/AMScrollingNavbar/releases/tag/3.0.0) Updated to Swift 3 syntax -## [2.1.2](https://github.com/andreamazz/AMScrollingNavbar/releases/tag/2.1.2) +## [2.1.2](https://github.com/andreamazz/AMScrollingNavbar/releases/tag/2.1.2) - Fix status bar handling when in-call -## [2.1.1](https://github.com/andreamazz/AMScrollingNavbar/releases/tag/2.1.1) +## [2.1.1](https://github.com/andreamazz/AMScrollingNavbar/releases/tag/2.1.1) - Merged #197 -## [2.1.0](https://github.com/andreamazz/AMScrollingNavbar/releases/tag/2.1.0) +## [2.1.0](https://github.com/andreamazz/AMScrollingNavbar/releases/tag/2.1.0) Updated to Swift 2.2 syntax -## [2.0.14](https://github.com/andreamazz/AMScrollingNavbar/releases/tag/2.0.14) +## [2.0.14](https://github.com/andreamazz/AMScrollingNavbar/releases/tag/2.0.14) -###Fixed +###Fixed - Expose the gesture recognizer #194 -## [2.0.13](https://github.com/andreamazz/AMScrollingNavbar/releases/tag/2.0.13) +## [2.0.13](https://github.com/andreamazz/AMScrollingNavbar/releases/tag/2.0.13) -###Fixed +###Fixed - Fix Carthage build by setting the demo pod target to 8.0 -## [2.0.12](https://github.com/andreamazz/AMScrollingNavbar/releases/tag/2.0.12) +## [2.0.12](https://github.com/andreamazz/AMScrollingNavbar/releases/tag/2.0.12) -###Fixed +###Fixed - Fix Carthage build for 8.0 targets -## [2.0.11](https://github.com/andreamazz/AMScrollingNavbar/releases/tag/2.0.11) +## [2.0.11](https://github.com/andreamazz/AMScrollingNavbar/releases/tag/2.0.11) -###Fixed +###Fixed - Issue #183 -## [2.0.10](https://github.com/andreamazz/AMScrollingNavbar/releases/tag/2.0.10) +## [2.0.10](https://github.com/andreamazz/AMScrollingNavbar/releases/tag/2.0.10) -###Fixed +###Fixed - Issue #172 -## [2.0.9](https://github.com/andreamazz/AMScrollingNavbar/releases/tag/2.0.9) +## [2.0.9](https://github.com/andreamazz/AMScrollingNavbar/releases/tag/2.0.9) Merged #166 @@ -74,8 +79,8 @@ Minor refactoring. ###Fixed -- Issue #135 -- Issue #165 +- Issue #135 +- Issue #165 ## [2.0.6](https://github.com/andreamazz/AMScrollingNavbar/releases/tag/2.0.6) @@ -162,9 +167,9 @@ Code refactoring. Thanks to [Syo Ikeda](https://github.com/ikesyo) ## [2.0.0-beta1](https://github.com/andreamazz/AMScrollingNavbar/releases/tag/2.0.0-beta1) -The library was rewritten in Swift, as a subclass of `UINavigationController`. This version contains breaking changes. -Moving from a category to a subclass cleaned up the code quite a bit, making it more maintainable and hopefully less fragile. -It also fully supports translucent navbars now. +The library was rewritten in Swift, as a subclass of `UINavigationController`. This version contains breaking changes. +Moving from a category to a subclass cleaned up the code quite a bit, making it more maintainable and hopefully less fragile. +It also fully supports translucent navbars now. ## [1.5.1](https://github.com/andreamazz/AMScrollingNavbar/releases/tag/1.5.1) @@ -172,4 +177,3 @@ It also fully supports translucent navbars now. - Support to Carthage ## [1.5](https://github.com/andreamazz/AMScrollingNavbar/releases/tag/1.5) -