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 2018/12/20 02:38:47 UTC

[cordova-js] branch master updated (9490096 -> d07d9d0)

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

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


    from 9490096  Merge pull request #176 from raphinesse/karma
     new 38cf910  GH-10 Updated version and RELEASENOTES.md for release 5.0.0
     new d07d9d0  GH-10 Incremented package version to -dev

The 2 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 RELEASENOTES.md | 30 ++++++++++++++++++++++++++++++
 package.json    |  2 +-
 2 files changed, 31 insertions(+), 1 deletion(-)


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


[cordova-js] 01/02: GH-10 Updated version and RELEASENOTES.md for release 5.0.0

Posted by er...@apache.org.
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-js.git

commit 38cf91079f9ebc8e08732d803d989084c0befdb1
Author: エリス <el...@gmail.com>
AuthorDate: Thu Dec 20 10:48:16 2018 +0900

    GH-10 Updated version and RELEASENOTES.md for release 5.0.0
---
 RELEASENOTES.md | 30 ++++++++++++++++++++++++++++++
 package.json    |  2 +-
 2 files changed, 31 insertions(+), 1 deletion(-)

diff --git a/RELEASENOTES.md b/RELEASENOTES.md
index 8d94a95..c16bf66 100644
--- a/RELEASENOTES.md
+++ b/RELEASENOTES.md
@@ -20,6 +20,36 @@
 -->
 ## Release Notes for Cordova JS ##
 
+### 5.0.0 (Dec 20, 2018)
+* Remove test & cover tasks + orphaned dependencies
+* Run tests in **Browser** using Karma
+* Fix access to Cordova's define & require in tests
+* Fix test cleanup to not break other tests
+* Jasmine 3: Replace usage of Spec#after
+* Jasmine 3: Replace usage of `waitsFor` and `runs`
+* Jasmine 3: Use Spy#calls to access call data
+* Jasmine 3: Use Spy#and to access SpyStrategy
+* Jasmine 3: Use `toThrowError` to match error messages
+* Remove unused task whitespace-check
+* Remove unused dependency `express`
+* Remove unused jasmine suite template
+* Remove unused util for drawing require-graph
+* Remove unused module `modulereplacer`
+* Remove unused vendor/jasmine folder
+* Remove leftover JSHint stuff
+* Remove support for deprecated platforms
+* Add test labels from #140 that were missed in #172 (#174)
+* Remove task that depended on **Browser**ify (#173)
+* add test labels (GH-140) (#172)
+* Remove **Browser**ify instructions from `README`.md
+* Remove module to write license header for **Browser**ify build
+* Remove dependency on **Browser**ify
+* Remove **Browser**ify sources src/**/*_b.js
+* Remove **Browser**ify tasks tasks/**/*--browserify.js
+* Remove **Browser**ify tasks from Gruntfile & scripts
+* [CB-14071](https://issues.apache.org/jira/browse/CB-14071) Drop Node 4 Support
+* `README` fixes (#166)
+
 ### 4.2.4 (Jun 21, 2018)
 * [CB-9366](https://issues.apache.org/jira/browse/CB-9366) log error.stack
 * [CB-14145](https://issues.apache.org/jira/browse/CB-14145) `package.json` resolve `npm audit` warnings in devDependencies
diff --git a/package.json b/package.json
index 041ba3b..8500816 100644
--- a/package.json
+++ b/package.json
@@ -5,7 +5,7 @@
   "engines": {
     "node": ">=6.0.0"
   },
-  "version": "5.0.0-dev",
+  "version": "5.0.0",
   "homepage": "http://cordova.apache.org",
   "repository": {
     "type": "git",


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


[cordova-js] 02/02: GH-10 Incremented package version to -dev

Posted by er...@apache.org.
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-js.git

commit d07d9d0989196f1b90fe962ca68f5ceb355c69ec
Author: エリス <el...@gmail.com>
AuthorDate: Thu Dec 20 11:28:28 2018 +0900

    GH-10 Incremented package version to -dev
---
 package.json | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/package.json b/package.json
index 8500816..73bf94a 100644
--- a/package.json
+++ b/package.json
@@ -5,7 +5,7 @@
   "engines": {
     "node": ">=6.0.0"
   },
-  "version": "5.0.0",
+  "version": "5.0.1-dev",
   "homepage": "http://cordova.apache.org",
   "repository": {
     "type": "git",


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