You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+7
Original file line number
Diff line number
Diff line change
@@ -1,6 +1,13 @@
1
1
NativeScript CLI Changelog
2
2
================
3
3
4
+
4.0.2 (2018, May 18)
5
+
==
6
+
7
+
### Fixed
8
+
*[Fixed #3595](https://github.com/NativeScript/nativescript-cli/issues/3595): Do not track local paths in Analytics
9
+
*[Fixed #3597](https://github.com/NativeScript/nativescript-cli/issues/3597): Users who subscribe to Progess Newsletter are not informed for the privacy policy
exportconstMacOSDeprecationStringFormat="Support for macOS %s is deprecated and will be removed in one of the next releases of NativeScript. Please, upgrade to the latest macOS version.";
publicstaticAgreeToReceiveEmailMsg="I agree to receive email communications from Progress Software or its Partners (`https://www.progress.com/partners/partner-directory`),"+
188
+
"containing information about Progress Software's products. Consent may be withdrawn at any time.";
189
+
publicstaticReviewPrivacyPolicyMsg=`You can review the Progress Software Privacy Policy at \`${PROGRESS_PRIVACY_POLICY_URL}\``;
190
+
publicstaticPromptMsg="Input your e-mail address to agree".green+" or "+"leave empty to decline".red.bold+":";
this.$logger.out("Enter your e-mail address to subscribe to the NativeScript Newsletter and hear about product updates, tips & tricks, and community happenings:");
15
-
constemail=awaitthis.getEmail("(press Enter for blank)");
assert.strictEqual(isDeleteDirectoryCalledForNodeModulesDir,true,"When correct path is returned, template's node_modules directory should be deleted.");
86
86
});
87
87
88
88
it("when reserved template name is used (case-insensitive test)",async()=>{
assert.strictEqual(isDeleteDirectoryCalledForNodeModulesDir,true,"When correct path is returned, template's node_modules directory should be deleted.");
95
94
});
96
95
97
96
it("uses defaultTemplate when undefined is passed as parameter",async()=>{
assert.strictEqual(isDeleteDirectoryCalledForNodeModulesDir,true,"When correct path is returned, template's node_modules directory should be deleted.");
104
102
});
105
103
});
104
+
105
+
describe("sends correct information to Google Analytics",()=>{
assert.equal(loggerOutput,"Enter your e-mail address to subscribe to the NativeScript Newsletter and hear about product updates, tips & tricks, and community happenings:");
0 commit comments