Commit ceaba67c authored by Fabio Pelosin's avatar Fabio Pelosin

Changelog.

parent 654c1b66
...@@ -3,13 +3,16 @@ ...@@ -3,13 +3,16 @@
[CocoaPods](https://github.com/CocoaPods/CocoaPods/compare/0.13.0...master) [CocoaPods](https://github.com/CocoaPods/CocoaPods/compare/0.13.0...master)
###### Enhancements ###### Enhancements
- `pod install` now installs the version recorded in `Podfile.lock` of a previously installed pod. - Improved installation process
- `pod install` detects changes in the dependencies and reinstalls pods that changed. - The folders of the pods whose dependency is deleted in the Podfile are removed. [#298](https://github.com/CocoaPods/CocoaPods/issues/298)
- Added `pod update` - Pods are reinstalled if the version requirements of their dependencies are changed and are not compatible anymore with current installed one. [#191](https://github.com/CocoaPods/CocoaPods/issues/191)
- Added `pod outdated` - Pods are reinstalled if their external source changes.
- An error is presented if a podspec can’t be found in the root of an external source. - The version of the pods (recorded in ) that are still compatible with the Podfile is preserved across installations and machines.
- Meaningful error for unrecognized commands/arguments. - Added `pod update` that installs the dependencies of the Podfile ignoring the contents of the `Podfile.lock`. [#131](https://github.com/CocoaPods/CocoaPods/issues/131)
- Added `:local` option for dependencies. [#458](https://github.com/CocoaPods/CocoaPods/issues/458),[#415](https://github.com/CocoaPods/CocoaPods/issues/415),[#156](https://github.com/CocoaPods/CocoaPods/issues/156) - Added `pod outdated` that show the pods that would be installed by `pod update`.
- Added `:local` option for dependencies. [#458](https://github.com/CocoaPods/CocoaPods/issues/458) [#415](https://github.com/CocoaPods/CocoaPods/issues/415) [#156](https://github.com/CocoaPods/CocoaPods/issues/156)
- Added a meaningful error message if a podspec can’t be found in the root of an external source. [#385](https://github.com/CocoaPods/CocoaPods/issues/385) [#338](https://github.com/CocoaPods/CocoaPods/issues/338) [#337](https://github.com/CocoaPods/CocoaPods/issues/337)
- Added a meaningful error message for unrecognized commands/arguments.
###### Bug fixes ###### Bug fixes
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment