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:58 UTC

[cordova-fetch] branch master updated (0c6373e -> 2c02453)

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-fetch.git.


    from 0c6373e  dependency updates (cordova-common@3, etc.)
     new 1963f95  GH-10 Updated version and RELEASENOTES.md for release 2.0.0
     new 2c02453  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 | 39 +++++++++++++++++++++++++++++++++++++++
 package.json    |  2 +-
 2 files changed, 40 insertions(+), 1 deletion(-)


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


[cordova-fetch] 01/02: GH-10 Updated version and RELEASENOTES.md for release 2.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-fetch.git

commit 1963f95253baab56670cfaf15fa2b3dca3f36f1f
Author: エリス <el...@gmail.com>
AuthorDate: Thu Dec 20 10:48:17 2018 +0900

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

diff --git a/RELEASENOTES.md b/RELEASENOTES.md
index 10899ec..880e9de 100644
--- a/RELEASENOTES.md
+++ b/RELEASENOTES.md
@@ -20,6 +20,45 @@
 -->
 # Cordova-fetch Release Notes
 
+### 2.0.0 (Dec 20, 2018)
+* dependency updates (cordova-common@3, etc.)
+* Collect test coverage during `npm test` (#48)
+* Drop Q, use native promises (#49)
+* Handle broken NODE_PATH setups gracefully (#50)
+* Run test in well-defined directory (#51)
+* Look for node_modules in any recursive parent directory (#44)
+* Add ESLint config file for tests (#41)
+* Improve and update docs (#42)
+* GH-35 .ratignore ignore *.git
+* GH-35 add license header to dummy-local-plugin
+* dos2unix spec/support/dummy-local-plugin/plugin.xml
+* eslint devDep updates (#28)
+* [CB-14173](https://issues.apache.org/jira/browse/CB-14173) Fix cordova <platform|plugin> add --link (#26)
+* [CB-14133](https://issues.apache.org/jira/browse/CB-14133) Avoid fetching already installed packages
+* Speed up tests by about 250%
+* Simplify fetch unit tests
+* Move and rename some e2e tests
+* Refactor fetch e2e tests
+* Refactor fetch code
+* Use fs.readJsonSync for reading `package.json` to avoid caching
+* Replace shelljs with fs-extra and which
+* Simplify tempDir setup in tests
+* Don't manually delete node_modules contents
+* Simplify installation location retrieval (#18)
+* Handle missing options (#22)
+* Add workaround for failing tests on AppVeyor/Node10
+* [CB-14066](https://issues.apache.org/jira/browse/CB-14066) Drop support for Node 4
+* Fix repo url in `package.json` (#20)
+* Increase test timeouts to reduce spurious failures (#19)
+* Isolate Q usage to prepare later removal
+* Fail test if promise unexpectedly resolves
+* Let jasmine handle promises
+* Fix linting errors
+* Lint all *.js files in the repo
+* [CB-13503](https://issues.apache.org/jira/browse/CB-13503) fix trimID bug when using file:path/to/plugin
+* Adding a unit test
+* Enabling support for git+http
+
 ### 1.3.0 (Dec 14, 2017)
 * [CB-13055](https://issues.apache.org/jira/browse/CB-13055): added workaround for when `jsonDiff` has more than one different key. 
 * Support git shortlink package references
diff --git a/package.json b/package.json
index a39a3b8..3ec8f9c 100644
--- a/package.json
+++ b/package.json
@@ -1,6 +1,6 @@
 {
   "name": "cordova-fetch",
-  "version": "2.0.0-dev",
+  "version": "2.0.0",
   "description": "Apache Cordova fetch module. Fetches from git and npm.",
   "main": "index.js",
   "repository": {


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


[cordova-fetch] 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-fetch.git

commit 2c02453aa5e73e3810d0f32173eb47536ff6cbb3
Author: エリス <el...@gmail.com>
AuthorDate: Thu Dec 20 11:28:32 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 3ec8f9c..fe98d96 100644
--- a/package.json
+++ b/package.json
@@ -1,6 +1,6 @@
 {
   "name": "cordova-fetch",
-  "version": "2.0.0",
+  "version": "2.0.1-dev",
   "description": "Apache Cordova fetch module. Fetches from git and npm.",
   "main": "index.js",
   "repository": {


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