Minor changes

This commit is contained in:
Ricardo Torrão 2016-03-07 18:49:49 +00:00
parent 818e50d6ee
commit fdb9d48a41
1 changed files with 7 additions and 33 deletions

View File

@ -8,15 +8,12 @@ This project adheres to [Semantic Versioning](http://semver.org/).
- `CHANGELOG.md` file.
## [2.2.1] - 2016-03-02
### Added
- Initial support for the Swift Package Manager.
## [2.2.0] - 2016-02-19
### Added
- Zoom support.
@ -26,7 +23,6 @@ This project adheres to [Semantic Versioning](http://semver.org/).
- Fixed spelling of `embeddingView`.
## [2.1.3] - 2016-01-08
### Changed
- No sound in video with more than 10 seconds fixed.
@ -34,7 +30,6 @@ This project adheres to [Semantic Versioning](http://semver.org/).
- Fixed `NewCameraOutputMode` not passed during init.
## [2.1.2] - 2015-12-24
### Added
- Property `cameraIsReady`.
@ -42,44 +37,36 @@ This project adheres to [Semantic Versioning](http://semver.org/).
- Completion block `addPreviewLayerToView`.
## [2.1.1] - 2015-12-11
### Added
- Ability to disable responding to device orientation changes.
## [2.1.0] - 2015-11-20
### Added
- Properties `recordedDuration` and `recordedFileSize`.
## [2.0.2] - 2015-11-17
### Changed
### Fixed
- Fixes iOS 9.0.1 bug.
## [2.0.1] - 2015-09-17
### Changed
- Syntax updates.
## [2.0.0] - 2015-07-30
### Changed
- Syntax update for Swift 2.0.
## [1.0.14] - 2015-07-17
### Changed
- Small fixes.
## [1.0.13] - 2015-05-12
### Added
- Support for installing via Carthage.
@ -91,7 +78,6 @@ This project adheres to [Semantic Versioning](http://semver.org/).
- Syntax update for Swift 1.2.
## [1.0.12] - 2015-03-23
### Added
- Incremental flash mode.
@ -105,7 +91,6 @@ This project adheres to [Semantic Versioning](http://semver.org/).
- `README.md` update.
## [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.
@ -113,7 +98,6 @@ This project adheres to [Semantic Versioning](http://semver.org/).
- Error handling in capture completion blocks.
## [1.0.10] - 2015-03-19
### Added
- Camera state returned when adding the preview layer.
@ -123,25 +107,22 @@ This project adheres to [Semantic Versioning](http://semver.org/).
- `README.md` update.
## [1.0.9] - 2015-03-10
### Changed
- CameraManager class made public.
## [1.0.8] - 2015-02-24
### Fixed
### Changed
- Wrong orientation when camera preview starts in landscape mode.
- Fixes wrong orientation when camera preview starts in landscape mode.
- Crash when trying to capture a still image.
- Fixed crash when trying to capture a still image.
- Orientation detection failure after stop and resume of a capture session.
- Fixed orientation detection failure after stop and resume of a capture session.
- Fixed bug which prevented from recording audio.
- Bug which prevented from recording audio.
## [1.0.7] - 2014-10-30
### Added
- Version compatible with XCode 6.1.
@ -153,7 +134,6 @@ This project adheres to [Semantic Versioning](http://semver.org/).
- Swift syntax updates to resolve compile errors.
## [1.0.6] - 2014-10-28
### Added
- Check for valid capture session.
@ -163,7 +143,6 @@ This project adheres to [Semantic Versioning](http://semver.org/).
- Fixed video orientation change.
## [1.0.5] - 2014-10-22
### Changed
- Enhanced Camera lifecyle.
@ -171,7 +150,6 @@ This project adheres to [Semantic Versioning](http://semver.org/).
- Orientation observers only added if needed.
## [1.0.4] - 2014-10-16
### Added
- Restart session.
@ -181,7 +159,6 @@ This project adheres to [Semantic Versioning](http://semver.org/).
- `README.md` update.
## [1.0.3] - 2014-10-15
### Added
- Property `writeFilesToPhoneLibrary` to conditionally write to user library.
@ -193,19 +170,16 @@ This project adheres to [Semantic Versioning](http://semver.org/).
- `README.md` update.
## [1.0.2] - 2014-10-15
### Added
- `CameraManager.podspec` file.
## [1.0.1] - 2014-10-15
### Changed
- Optional initializer for `addPreviewLayerToView`
- Optional initializer for `addPreviewLayerToView`.
## [1.0.0] - 2014-10-15
### Added
- Front and back camera selection.