You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cordova.apache.org by ra...@apache.org on 2018/09/28 23:38:53 UTC

[cordova-lib] branch master updated (3079853 -> 81439dc)

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

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


    from 3079853  Dereference possible symlinks when copying plugin (#705)
     add 21cf61b  Add unit tests for `Context#requireCordovaModule`
     add 1fdc38d  Fix for module names that start with "cordova-lib"
     add 27a2cfd  Emit deprecation warning when requiring non-cordova modules
     add 74ffd92  Update JSDoc and clarify inline comments
     new 81439dc  Merge pull request #707 from raphinesse/deprecate-requireCordovaModule

The 1 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:
 spec/hooks/Context.spec.js | 108 +++++++++++++++++++++++++++++++++++++++++++++
 src/hooks/Context.js       |  35 +++++++++++----
 2 files changed, 134 insertions(+), 9 deletions(-)
 create mode 100644 spec/hooks/Context.spec.js


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


[cordova-lib] 01/01: Merge pull request #707 from raphinesse/deprecate-requireCordovaModule

Posted by ra...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

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

commit 81439dc003dacf1ee9c232a0d0d8eba5b23cb18b
Merge: 3079853 74ffd92
Author: Raphael von der GrĂ¼n <ra...@gmail.com>
AuthorDate: Sat Sep 29 01:38:49 2018 +0200

    Merge pull request #707 from raphinesse/deprecate-requireCordovaModule
    
    Deprecate `requireCordovaModule` for non-Cordova modules

 spec/hooks/Context.spec.js | 108 +++++++++++++++++++++++++++++++++++++++++++++
 src/hooks/Context.js       |  35 +++++++++++----
 2 files changed, 134 insertions(+), 9 deletions(-)


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