Add link to versions

This commit is contained in:
Ricardo Torrão 2016-03-07 18:58:45 +00:00
parent fdb9d48a41
commit 9aaec6ce96
1 changed files with 25 additions and 25 deletions

View File

@ -8,12 +8,12 @@ This project adheres to [Semantic Versioning](http://semver.org/).
- `CHANGELOG.md` file.
## [2.2.1] - 2016-03-02
## [2.2.1](https://github.com/imaginary-cloud/CameraManager/tree/2.2.1) - 2016-03-02
### Added
- Initial support for the Swift Package Manager.
## [2.2.0] - 2016-02-19
## [2.2.0](https://github.com/imaginary-cloud/CameraManager/tree/2.2.0) - 2016-02-19
### Added
- Zoom support.
@ -22,51 +22,51 @@ This project adheres to [Semantic Versioning](http://semver.org/).
- Fixed spelling of `embeddingView`.
## [2.1.3] - 2016-01-08
## [2.1.3](https://github.com/imaginary-cloud/CameraManager/tree/2.1.3) - 2016-01-08
### Changed
- No sound in video with more than 10 seconds fixed.
- Fixed `NewCameraOutputMode` not passed during init.
## [2.1.2] - 2015-12-24
## [2.1.2](https://github.com/imaginary-cloud/CameraManager/tree/2.1.2) - 2015-12-24
### Added
- Property `cameraIsReady`.
- Completion block `addPreviewLayerToView`.
## [2.1.1] - 2015-12-11
## [2.1.1](https://github.com/imaginary-cloud/CameraManager/tree/2.1.1) - 2015-12-11
### Added
- Ability to disable responding to device orientation changes.
## [2.1.0] - 2015-11-20
## [2.1.0](https://github.com/imaginary-cloud/CameraManager/tree/2.1) - 2015-11-20
### Added
- Properties `recordedDuration` and `recordedFileSize`.
## [2.0.2] - 2015-11-17
## [2.0.2](https://github.com/imaginary-cloud/CameraManager/tree/2.0.2) - 2015-11-17
### Fixed
- Fixes iOS 9.0.1 bug.
- iOS 9.0.1 bug.
## [2.0.1] - 2015-09-17
## [2.0.1](https://github.com/imaginary-cloud/CameraManager/tree/2.0.1) - 2015-09-17
### Changed
- Syntax updates.
## [2.0.0] - 2015-07-30
## [2.0.0](https://github.com/imaginary-cloud/CameraManager/tree/2.0.0) - 2015-07-30
### Changed
- Syntax update for Swift 2.0.
## [1.0.14] - 2015-07-17
## [1.0.14](https://github.com/imaginary-cloud/CameraManager/tree/1.0.14) - 2015-07-17
### Changed
- Small fixes.
## [1.0.13] - 2015-05-12
## [1.0.13](https://github.com/imaginary-cloud/CameraManager/tree/1.0.13) - 2015-05-12
### Added
- Support for installing via Carthage.
@ -77,7 +77,7 @@ This project adheres to [Semantic Versioning](http://semver.org/).
- Syntax update for Swift 1.2.
## [1.0.12] - 2015-03-23
## [1.0.12](https://github.com/imaginary-cloud/CameraManager/tree/1.0.12) - 2015-03-23
### Added
- Incremental flash mode.
@ -90,14 +90,14 @@ This project adheres to [Semantic Versioning](http://semver.org/).
- `README.md` update.
## [1.0.11] - 2015-03-20
## [1.0.11](https://github.com/imaginary-cloud/CameraManager/tree/1.0.11) - 2015-03-20
### Added
- Property `showAccessPermissionPopupAutomatically`, to determine if you want the user to be asked about camera permissions automatically or manually.
- Error handling in capture completion blocks.
## [1.0.10] - 2015-03-19
## [1.0.10](https://github.com/imaginary-cloud/CameraManager/tree/1.0.10) - 2015-03-19
### Added
- Camera state returned when adding the preview layer.
@ -106,12 +106,12 @@ This project adheres to [Semantic Versioning](http://semver.org/).
- `README.md` update.
## [1.0.9] - 2015-03-10
## [1.0.9](https://github.com/imaginary-cloud/CameraManager/tree/1.0.9) - 2015-03-10
### Changed
- CameraManager class made public.
## [1.0.8] - 2015-02-24
## [1.0.8](https://github.com/imaginary-cloud/CameraManager/tree/1.0.8) - 2015-02-24
### Fixed
- Wrong orientation when camera preview starts in landscape mode.
@ -122,7 +122,7 @@ This project adheres to [Semantic Versioning](http://semver.org/).
- Bug which prevented from recording audio.
## [1.0.7] - 2014-10-30
## [1.0.7](https://github.com/imaginary-cloud/CameraManager/tree/1.0.7) - 2014-10-30
### Added
- Version compatible with XCode 6.1.
@ -133,7 +133,7 @@ This project adheres to [Semantic Versioning](http://semver.org/).
- Swift syntax updates to resolve compile errors.
## [1.0.6] - 2014-10-28
## [1.0.6](https://github.com/imaginary-cloud/CameraManager/tree/1.0.6) - 2014-10-28
### Added
- Check for valid capture session.
@ -142,14 +142,14 @@ This project adheres to [Semantic Versioning](http://semver.org/).
- Fixed video orientation change.
## [1.0.5] - 2014-10-22
## [1.0.5](https://github.com/imaginary-cloud/CameraManager/tree/1.0.5) - 2014-10-22
### Changed
- Enhanced Camera lifecyle.
- Orientation observers only added if needed.
## [1.0.4] - 2014-10-16
## [1.0.4](https://github.com/imaginary-cloud/CameraManager/tree/1.0.4) - 2014-10-16
### Added
- Restart session.
@ -158,7 +158,7 @@ This project adheres to [Semantic Versioning](http://semver.org/).
- `README.md` update.
## [1.0.3] - 2014-10-15
## [1.0.3](https://github.com/imaginary-cloud/CameraManager/tree/1.0.3) - 2014-10-15
### Added
- Property `writeFilesToPhoneLibrary` to conditionally write to user library.
@ -169,17 +169,17 @@ This project adheres to [Semantic Versioning](http://semver.org/).
- `README.md` update.
## [1.0.2] - 2014-10-15
## [1.0.2](https://github.com/imaginary-cloud/CameraManager/tree/1.0.2) - 2014-10-15
### Added
- `CameraManager.podspec` file.
## [1.0.1] - 2014-10-15
## [1.0.1](https://github.com/imaginary-cloud/CameraManager/tree/1.0.1) - 2014-10-15
### Changed
- Optional initializer for `addPreviewLayerToView`.
## [1.0.0] - 2014-10-15
## [1.0.0](https://github.com/imaginary-cloud/CameraManager/tree/1.0.0) - 2014-10-15
### Added
- Front and back camera selection.