Skip to content

Commit

Permalink
Bump to version 3.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
andreamazz committed Dec 29, 2016
1 parent 11a996e commit bb69f97
Show file tree
Hide file tree
Showing 2 changed files with 30 additions and 26 deletions.
4 changes: 2 additions & 2 deletions AMScrollingNavbar.podspec
Original file line number Diff line number Diff line change
@@ -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"
Expand Down
52 changes: 28 additions & 24 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,66 +2,71 @@
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)
- `1.5.x` Releases - [1.5](#15) | [1.5.1](#151)

---

## [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

Expand All @@ -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)

Expand Down Expand Up @@ -162,14 +167,13 @@ 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)

#### Added
- Support to Carthage

## [1.5](https://github.com/andreamazz/AMScrollingNavbar/releases/tag/1.5)

0 comments on commit bb69f97

Please sign in to comment.