You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cordova.apache.org by er...@apache.org on 2019/11/22 10:20:21 UTC

[cordova-ios] 01/04: ios-v5.1.0 Updated version and RELEASENOTES.md for release 5.1.0

This is an automated email from the ASF dual-hosted git repository.

erisu pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/cordova-ios.git

commit f7473818e8800deaec281e8abce1b4c54b42278d
Author: Erisu <el...@gmail.com>
AuthorDate: Fri Nov 22 13:55:35 2019 +0900

    ios-v5.1.0 Updated version and RELEASENOTES.md for release 5.1.0
---
 RELEASENOTES.md | 18 ++++++++++++++++++
 package.json    |  2 +-
 2 files changed, 19 insertions(+), 1 deletion(-)

diff --git a/RELEASENOTES.md b/RELEASENOTES.md
index d8961d1..e176d72 100644
--- a/RELEASENOTES.md
+++ b/RELEASENOTES.md
@@ -22,6 +22,24 @@
 
 Cordova is a static library that enables developers to include the Cordova API in their iOS application projects easily, and also create new Cordova-based iOS application projects through the command-line.
 
+### 5.1.0 (Nov 22, 2019)
+* [GH-719](https://github.com/apache/cordova-ios/pull/719) Add check for newer versions of cocoapods to avoid locking adding platforms on non synced pods repo
+* [GH-715](https://github.com/apache/cordova-ios/pull/715) feat: add optional compile-time decision for disabling `UIWebView`
+* [GH-712](https://github.com/apache/cordova-ios/pull/712) Update Xcode versions used in CI to latest minor release
+* [GH-710](https://github.com/apache/cordova-ios/pull/710) Lint everything
+* [GH-614](https://github.com/apache/cordova-ios/pull/614) Don't use whitespace as an indent indicator
+* [GH-704](https://github.com/apache/cordova-ios/pull/704) Reuse common `xcodebuild` arguments in npm scripts
+* [GH-705](https://github.com/apache/cordova-ios/pull/705) Let Jasmine handle `async` test results
+* [GH-703](https://github.com/apache/cordova-ios/pull/703) Reduce verbosity of `xcodebuild` output during tests
+* [GH-702](https://github.com/apache/cordova-ios/pull/702) Fix, simplify and improve tests
+* [GH-695](https://github.com/apache/cordova-ios/pull/695) fix: Support all valid SemVer syntax in version comparison helper
+* [GH-608](https://github.com/apache/cordova-ios/pull/608) chore: add Node.js 12 to CI services
+* [GH-650](https://github.com/apache/cordova-ios/pull/650) fix(`build.json`): spacing in error message and missing path in log
+* [GH-646](https://github.com/apache/cordova-ios/pull/646) `tmp@0.1` update in devDependencies
+* [GH-635](https://github.com/apache/cordova-ios/pull/635) Bump default `minDeploymentTarget` to 10.0 in Podfile
+* [GH-632](https://github.com/apache/cordova-ios/pull/632) Update jasmine & fix broken tests
+* [GH-622](https://github.com/apache/cordova-ios/pull/622) Remove outdated component/duo package manager package definition
+
 ### 5.0.1 (Apr 18, 2019)
 * [GH-596](https://github.com/apache/cordova-ios/pull/596) More logging for simulator selection and deployment
 * [GH-540](https://github.com/apache/cordova-ios/pull/540) Fix copy-www-build-step without shelljs
diff --git a/package.json b/package.json
index 5220d34..c64cb1b 100644
--- a/package.json
+++ b/package.json
@@ -1,6 +1,6 @@
 {
   "name": "cordova-ios",
-  "version": "5.1.0-dev",
+  "version": "5.1.0",
   "description": "cordova-ios release",
   "main": "bin/templates/scripts/cordova/Api.js",
   "repository": {


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@cordova.apache.org
For additional commands, e-mail: commits-help@cordova.apache.org