This is an automated email from the ASF dual-hosted git repository.
brodybits pushed a change to branch 4.2.x
in repository https://gitbox.apache.org/repos/asf/cordova-js.git.
from 7c5fcc5 CB-12358 Incremented package version to -dev
add 7ef9f9c CB-12748 - Update CI to test node 4 and 6
add f40d038 CB-12847: added `bugs` entry to package.json.
add d46dc72 CB-12847: fixed `bugs` entry in package.json.
add 65fd0f6 CB-13163: fix using relative paths in calls to require.
add 5a1bffc CB-8990: bump nodejs requirement to 4.0.0+
add f623343 Revert "CB-13163: fix using relative paths in calls to
require."
add 74a4adc CB-13232: added test for cordova's unique local style require
add c75e805 CB-12895 : added eslint to repo
add 636c9ad CB-12762 : point package.json repo items to github mirrors
instead of apache repos
add 9261ed5 CB-12017 : updated dependencies for browserify
add 9ae111b updated browserify to 14.4.0
add f03c797 CB-13380 Updated version and RELEASENOTES.md for release 4.2.2
add ff66178 CB-13380 Incremented package version to -dev
add 0e81de2 CB-13501 : added support for node 8
add 4450a4c Merge pull request #150 from audreyso/CB-13501
add 948c29f remove grunt jshint artifacts not needed
add 1cbc2c7 .travis.yml add spacing
add 61a5190 Update version & RELEASENOTES.md for release 4.2.3
No new revisions were added by this update.
Summary of changes:
.eslintignore | 1 +
.eslintrc.yml | 10 ++
.travis.yml | 7 +-
Gruntfile.js | 7 -
RELEASENOTES.md | 12 ++
appveyor.yml | 5 +-
package.json | 23 +++-
src/common/argscheck.js | 21 ++-
src/common/base64.js | 36 +++---
src/common/builder.js | 26 ++--
src/common/channel.js | 152 +++++++++++-----------
src/common/exec/proxy.js | 13 +-
src/common/init.js | 40 +++---
src/common/init_b.js | 39 +++---
src/common/modulemapper.js | 35 +++--
src/common/modulemapper_b.js | 33 +++--
src/common/pluginloader.js | 34 +++--
src/common/pluginloader_b.js | 9 +-
src/common/urlutil.js | 4 +-
src/common/utils.js | 61 ++++-----
src/cordova.js | 104 ++++++++-------
src/cordova_b.js | 99 +++++++--------
src/legacy-exec/test/exec.js | 2 +-
src/legacy-exec/test/platform.js | 4 +-
src/legacy-exec/test/test/mockxhr.js | 36 +++---
src/legacy-exec/test/test/modulereplacer.js | 9 +-
src/legacy-exec/test/test/propertyreplacer.js | 10 +-
src/legacy-exec/test/test/testmodule.js | 2 +-
src/scripts/require.js | 48 ++++---
test/.eslintrc.yml | 2 +
test/android/test.exec.js | 125 +++++++++---------
test/ios/test.exec.js | 19 +--
test/test.argscheck.js | 44 +++----
test/test.base64.js | 55 ++++----
test/test.builder.js | 51 ++++----
test/test.channel.js | 176 +++++++++++++-------------
test/test.modulemapper.js | 63 +++++----
test/test.pluginloader.js | 65 +++++-----
test/test.require.js | 134 +++++++++++---------
test/test.urlutil.js | 8 +-
test/test.utils.js | 100 +++++++--------
41 files changed, 871 insertions(+), 853 deletions(-)
create mode 100644 .eslintignore
create mode 100644 .eslintrc.yml
create mode 100644 test/.eslintrc.yml
--
To stop receiving notification emails like this one, please contact
[email protected].
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]