Repository: cordova-node-xcode
Updated Branches:
  refs/heads/master 0d0519729 -> ba195a854


CB-13380 Updated version and RELEASENOTES.md for release 1.0.0


Project: http://git-wip-us.apache.org/repos/asf/cordova-node-xcode/repo
Commit: 
http://git-wip-us.apache.org/repos/asf/cordova-node-xcode/commit/53dda04a
Tree: http://git-wip-us.apache.org/repos/asf/cordova-node-xcode/tree/53dda04a
Diff: http://git-wip-us.apache.org/repos/asf/cordova-node-xcode/diff/53dda04a

Branch: refs/heads/master
Commit: 53dda04aae950ab733bac3faedb25ae9d94ed3da
Parents: 0d05197
Author: Steve Gill <stevengil...@gmail.com>
Authored: Thu Oct 5 12:18:30 2017 -0700
Committer: Steve Gill <stevengil...@gmail.com>
Committed: Thu Oct 5 17:34:06 2017 -0700

----------------------------------------------------------------------
 .ratignore      |  2 ++
 RELEASENOTES.md | 28 ++++++++++++++++++++++++++++
 package.json    |  2 +-
 3 files changed, 31 insertions(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/cordova-node-xcode/blob/53dda04a/.ratignore
----------------------------------------------------------------------
diff --git a/.ratignore b/.ratignore
new file mode 100644
index 0000000..eecfa9a
--- /dev/null
+++ b/.ratignore
@@ -0,0 +1,2 @@
+fixtures
+*.pbxproj

http://git-wip-us.apache.org/repos/asf/cordova-node-xcode/blob/53dda04a/RELEASENOTES.md
----------------------------------------------------------------------
diff --git a/RELEASENOTES.md b/RELEASENOTES.md
new file mode 100644
index 0000000..b8aca29
--- /dev/null
+++ b/RELEASENOTES.md
@@ -0,0 +1,28 @@
+<!--
+#
+# Licensed to the Apache Software Foundation (ASF) under one
+# or more contributor license agreements.  See the NOTICE file
+# distributed with this work for additional information
+# regarding copyright ownership.  The ASF licenses this file
+# to you under the Apache License, Version 2.0 (the
+# "License"); you may not use this file except in compliance
+# with the License.  You may obtain a copy of the License at
+#
+# http://www.apache.org/licenses/LICENSE-2.0
+#
+# Unless required by applicable law or agreed to in writing,
+# software distributed under the License is distributed on an
+# "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+#  KIND, either express or implied.  See the License for the
+# specific language governing permissions and limitations
+# under the License.
+#
+-->
+# Cordova-node-xcode Release Notes
+
+### 1.0.0 (Oct 4, 2017)
+* Bump version to 1.0.0 to represent stability and follow semver more closely
+* Fix null-access errors in `addTo/removeFrom*PbxGroup` methods
+* Fix possible null-access error in `removeFromFrameworksPbxGroup`
+* add check for `isArray` so that strings don't cause an error when calling 
`.filter`
+* Updated License, Copyright, Contributors and repo url, in prep for 
contributing this project to Apache Cordova

http://git-wip-us.apache.org/repos/asf/cordova-node-xcode/blob/53dda04a/package.json
----------------------------------------------------------------------
diff --git a/package.json b/package.json
index f0841b1..2b46c32 100644
--- a/package.json
+++ b/package.json
@@ -2,7 +2,7 @@
   "author": "Apache Software Foundation",
   "name": "xcode",
   "description": "parser for xcodeproj/project.pbxproj files",
-  "version": "0.9.3",
+  "version": "1.0.0",
   "main": "index.js",
   "repository": {
     "url": "https://github.com/apache/cordova-node-xcode.git";


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

Reply via email to