File tree Expand file tree Collapse file tree 1 file changed +21
-1
lines changed Expand file tree Collapse file tree 1 file changed +21
-1
lines changed Original file line number Diff line number Diff line change 1
1
NativeScript CLI Changelog
2
2
================
3
3
4
+ 4.1.0 (2018, May 31)
5
+ ==
6
+
7
+ ### New
8
+ * [ Implemented #3321 ] ( https://github.com/NativeScript/nativescript-cli/issues/3321 ) : Work simultaneously with multiple iOS Simulators
9
+ * [ Implemented #3404 ] ( https://github.com/NativeScript/nativescript-cli/issues/3404 ) : Start LiveSync watcher earlier during run
10
+ * [ Implemented #3570 ] ( https://github.com/NativeScript/nativescript-cli/issues/3570 ) : Add deprecation message for macOS versions under High Sierra
11
+ * [ Implemented #3581 ] ( https://github.com/NativeScript/nativescript-cli/issues/3581 ) : Drop support for Node.js 4.x.x
12
+ * [ Implemented #3582 ] ( https://github.com/NativeScript/nativescript-cli/issues/3582 ) : Deprecate support for Node.js 6.x.x
13
+ * [ Implemented #3605 ] ( https://github.com/NativeScript/nativescript-cli/issues/3605 ) : Support Java 10
14
+ * [ Implemented #3636 ] ( https://github.com/NativeScript/nativescript-cli/issues/3636 ) : Allow templates to be full applications - BETA support
15
+ * [ Implemented #3650 ] ( https://github.com/NativeScript/nativescript-cli/issues/3650 ) : Enable using source code in iOS part of plugins
16
+
17
+ ### Fixed
18
+ * [ Fixed #1398 ] ( https://github.com/NativeScript/nativescript-cli/issues/1398 ) : CLI detects iOS devices connected over Wi-fi and fails to work with them
19
+ * [ Fixed #2831 ] ( https://github.com/NativeScript/nativescript-cli/issues/2831 ) : ` tns debug android --start ` releases the terminal session
20
+ * [ Fixed #3580 ] ( https://github.com/NativeScript/nativescript-cli/pull/3580 ) : API: isValidNativeScriptProject returns incorrect result
21
+ * [ Fixed #3593 ] ( https://github.com/NativeScript/nativescript-cli/issues/3593 ) : Tracking for used Debug tools is not correct
22
+ * [ Fixed #3629 ] ( https://github.com/NativeScript/nativescript-cli/issues/3629 ) : ` tns debug android --start ` does not print application console.logs
23
+
24
+
4
25
4.0.2 (2018, May 18)
5
26
==
6
27
@@ -14,7 +35,6 @@ NativeScript CLI Changelog
14
35
### New
15
36
* [ Implemented #3535 ] ( https://github.com/NativeScript/nativescript-cli/pull/3535 ) API: Expose androidProcessService - getAppProcessId method
16
37
17
-
18
38
### Fixed
19
39
* [ Fixed #1548 ] ( https://github.com/NativeScript/nativescript-cli/issues/1548 ) : ` --sdk ` flag not working properly when starting emulators in iOS
20
40
* [ Fixed #2131 ] ( https://github.com/NativeScript/nativescript-cli/issues/2131 ) : Simulators with ` ( ` in name are not started after ` tns run ios --device <device_name> `
You can’t perform that action at this time.
0 commit comments