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
+18-1
Original file line number
Diff line number
Diff line change
@@ -1,7 +1,24 @@
1
1
NativeScript CLI Changelog
2
2
================
3
3
4
-
3.2.0 - RC.1 (2017, August 29)
4
+
3.3.1 (2017, November 17)
5
+
### Fixed
6
+
*[Fixed #3164](https://github.com/NativeScript/nativescript-cli/issues/3164): `npm run build-*-bundle` gets stuck at nativescript-unit-test-runner hook.
7
+
*[Fixed #3182](https://github.com/NativeScript/nativescript-cli/issues/3182): CLI fails when unable to start Analytics Broker process.
8
+
9
+
3.3.0 (2017, October 26)
10
+
==
11
+
12
+
### New
13
+
14
+
*[Implemented #3076](https://github.com/NativeScript/nativescript-cli/issues/3076): NativeScript setup scripts should have silent installer mode.
15
+
16
+
### Fixed
17
+
*[Fixed #3141](https://github.com/NativeScript/nativescript-cli/issues/3141): No console.log output Xcode 9 iOS 11.
18
+
*[Fixed #3016](https://github.com/NativeScript/nativescript-cli/issues/3016): tns_modules randomly appears in app folder and breaks build.
19
+
*[Fixed #2967](https://github.com/NativeScript/nativescript-cli/issues/2967): Create plugin by static static libraries error.
CLI is designed as command line tool and when it is used as a library, it does not give you access to all of the methods. This is mainly implementation detail. Most of the CLI's code is created to work in command line, not as a library, so before adding method to public API, most probably it will require some modification.
// Each macOS version is labeled 10.<version>, where it looks like <versions> is taken from the major version returned by os.release() (16.x.x for example) and subtracting 4 from it.
71
+
// So the version becomes "10.12" in this case.
72
+
// Could be improved by spawning `system_profiler SPSoftwareDataType` and getting the System Version line from the result.
0 commit comments