UNPKG

11.2 kBMarkdownView Raw
10.6.7 (06/13/2018)
2 * Update .npmignore to avoid including test files, other unnecessary files in release
30.6.6 (06/13/2018)
4 * Update npm dependencies
50.6.5 (02/03/2018)
6 * [TIMOB-25827] Fix error when fresh install with forceUnInstall
70.6.4 (19/12/2017)
8 * [TIMOB-25616] Don't forceUnInstall unless user explicitly specifies it
90.6.3 (27/11/2017)
10 * [DAEMON-184] Remove unnecessary quote when building project
110.6.2 (27/11/2017)
12 * [DAEMON-184] Wrap project name in quotes when building a project
130.6.1 (21/11/2017)
14 * [DAEMON-165] Handle max path when building wptool
150.6.0 (08/30/2017)
16 * [TIMOB-25027] Only detect emulators based off the optional supportedWindowsPhoneSDKVersions parameter
17 * Add coverage gathering
180.5.5 (09/07/2017)
19 * [TIMOB-25232] Make sure to catch JSON.parse errors
200.5.4 (08/15/2017)
21 * [TIMOB-24958] Fix detection of SDK specific winappdeploycmd
220.5.3 (08/09/2017)
23 * [TIMOB-24683] Must call the callback with an object like {devices:[], emulator:[]}
240.5.2 (07/12/2017)
25 * [TIMOB-24683] Do not attempt to run winappdeploycmd if it does not exist
26 * [TIMOB-24956] Fix issue where temporary AppxManifest would not get written when fetching project guid
270.5.1 (07/04/2017)
28-------------------
29 * [TIMOB-24922] Fix cert generation on VS2017 - Move to using vsDevCmd instead of vcvarsall
30 * [TIMOB-24668] Update VS2017 detection logic to prevent error with VS2015
310.5.0 (05/9/2017)
32-------------------
33 * Add emulator#status to get numeric status of emulator.
34 * Use status to poll emulator for running state (2) after launching but before installing app
35 * Add type property to object describing emulator or device, with value 'emulator' or 'device'
36 * re-use cached emulator listing inside emulator#isRunning and emulator#launch
37 * Fix winstore unit test to work with various version of Microsoft.Photos app
38
390.4.30 (04/28/2017)
40-------------------
41 * [TIMOB-24422] Windows: Fails to install dependencies for app on Windows 10 Phone Emulator
42 * Remove os win32 restriction on package.json so we can install into titanium_mobile from non-Windows machines using yarn
43 * Avoid possible double-callback call on app install when also launching. If app installs ok but failed to launch, we'd fire two callbacks: one for the successful install and another for the failure. We still emit multiple events, but only fire the callback after launch when being asked to both install and launch.
44
450.4.29 (03/14/2017)
46-------------------
47 * [TIMOB-24189] Use VsDevCmd instead of vcvarsall
48
490.4.28 (02/27/2017)
50-------------------
51 * [TIMOB-24189] Support Visual Studio 2017
52
530.4.27 (01/03/2017)
54-------------------
55 * [TIMOB-24183] Failed to install WP 8.1 app
56
570.4.26 (12/20/2016)
58-------------------
59 * Use uuid instead of node-uuid
60
610.4.25 (11/24/2016)
62-------------------
63 * [TIMOB-23976] enumerate should just move on even when no results with given version
64
650.4.24 (11/22/2016)
66-------------------
67 * [TIMOB-24157] Install certificate in new window
68
690.4.23 (9/16/2016)
70-------------------
71 * [TIMOB-23879] Terminate running app at launch
72
730.4.22 (9/14/2016)
74-------------------
75 * [TIMOB-23661] Fix typo around preferred SDK
76
770.4.21 (8/26/2016)
78-------------------
79 * [TIMOB-23834] Ability to skip windows phone detection
80
810.4.20 (8/26/2016)
82-------------------
83 * [TIMOB-23816] Fix 8.1 emulator listing
84
850.4.19 (8/23/2016)
86-------------------
87 * [TIMOB-23800] CLI hangs on install of app when a different app is installed
88
890.4.18 (8/12/2016)
90-------------------
91 * [TIMOB-23762] Handle duplicate package error from Windows SDK 10.0.14393
92
930.4.17 (8/12/2016)
94-------------------
95 * [TIMOB-23768] Detect installed Win10 SDK versions
96
970.4.16 (8/9/2016)
98-------------------
99 * [TIMOB-23748] Fix: Failed to connect to WP 8.1 device
100
1010.4.15 (7/13/2016)
102-------------------
103 * [TIMOB-23279] Only report detected device
104
1050.4.14 (6/24/2016)
106-------------------
107 * [TIMOB-23484] wptool.detect() ignore errors when results are present
108
1090.4.13 (4/29/2016)
110-------------------
111 * Fix [TIMOB-20376] Windows Phone: Cannot read property 'split' of undefined
112
1130.4.12 (4/27/2016)
114-------------------
115 * Fix "TypeError: undefined is not a function" at Array.findIndex on Node.js 0.12.7
116
1170.4.11 (4/27/2016)
118-------------------
119 * Fix: async.each to async.eachSeries
120
1210.4.10 (4/27/2016)
122-------------------
123 * [TIMOB-23253] Windows: Build errors when building to device and selecting second option in device prompt
124 * Send separate installed and launched events for wptool#install/device#install/emulator#install/windowslib#install
125 * We can tell if the app got installed but failed to launch (which I'm seeing repeatedly with my Windows 10 mobile device), allowing us to tell the user to launch the app manually.
126
1270.4.9 (4/18/2016)
128-------------------
129 * [TIMOB-20611] Allow wptool to launch Windows 10 apps
130
1310.4.8 (4/14/2016)
132-------------------
133 * [TIMOB-20571] Combine device listings
134
1350.4.7 (4/13/2016)
136-------------------
137 * [TIMOB-20571] Add device version and wpsdk to enumerate
138
1390.4.6 (4/12/2016)
140-------------------
141 * Fix to force uninstall then install if first install fails because an existing version is already installed for Win 10 mobile: https://jira.appcelerator.org/browse/TIMOB-23181
142
1430.4.5 (4/5/2016)
144-------------------
145 * [TIMOB-19673] Fix unescaped characters in vcvarsall
146
1470.4.4 (3/16/2016)
148-------------------
149 * [TIMOB-20566] Add support for Windows 10 devices
150 * Improve log output from certutil
151
1520.4.3 (2/17/2016)
153-------------------
154 * Another fix for uninstalling store apps from Windows 8.1
155
1560.4.2 (2/17/2016)
157-------------------
158 * Align dependencies with titanium_mobile
159
1600.4.1 (2/17/2016)
161-------------------
162 * When removing windows store package, properly pass along command (was broken on Windows 8.1)
163
1640.4.0 (2/10/2016)
165-------------------
166 * Support enumerating devices using Windows 10 WinAppDeployCmd
167 * Make wstool print pid after launching Windows Store app sucessfully (as stdout)
168 * Move common code to utilities.js for checking if wptool/wstool need to be rebuilt.
169 * Add method for loopback ip network isolation exempting a Windows Store app by id/Name: windowslib.winstore.loopbackExempt(appId, options, callback);
170 * Add method to get listing of Windows appx containers as JSON: windowslib.winstore.getAppxPackages(options, callback);
171 * Fix broken wp_get_appx_metadata.ps1 file from newline mid-line
172 * Add method to find a process by pid: windowslib.process.find(pid, options, callback);
173
1740.3.0 (1/6/2016)
175-------------------
176 * Support detection and use of Windows 10 SDK/tooling without requiring 8.1 tools installed.
177
1780.2.2 (12/14/2015)
179-------------------
180 * Better error messages about bad app GUIDs when launching using our custom wptool
181 * Support appxbundles for extracting the app GUID, look in multiple locations in XML (still may get just the text appid and not GUID)
182 * Support passing in the app GUID for the launch/install methods so we don't need to extract it from appx/appxbundle if we already know it.
183
1840.2.1 (12/11/2015)
185-------------------
186 * Fix detection of Windows 10 phone details
187
1880.2.0 (12/10/2015)
189-------------------
190 * Add custom tooling for Win 10 mobile.
191 * Support enumerating, launching and installing apps to Win 10 Mobile emulators
192
1930.1.22 (12/4/2015)
194-------------------
195 * Fix: Windows 10 Mobile detection #26
196
1970.1.21 (10/29/2015)
198-------------------
199 * Fix: escape vcvarsall before subprocess.run #25
200
2010.1.20 (10/13/2015)
202-------------------
203 * [Windows: windowslib wstool doesn't launch on Windows 10](https://jira.appcelerator.org/browse/TIMOB-19693)
204
2050.1.19 (10/7/2015)
206-------------------
207 * Line up dependencies to match titanium_mobile's dependencies.
208
2090.1.18 (10/7/2015)
210-------------------
211 * [Remove error message for Windows Store deploy command](https://github.com/appcelerator/windowslib/pull/23)
212 * [Fix: visualstudio.detect failed when install path contains space](https://github.com/appcelerator/windowslib/pull/22)
213
2140.1.17 (9/30/2015)
215-------------------
216 * Line up dependencies to match titanium_mobile's dependencies.
217
2180.1.16 (9/30/2015)
219-------------------
220 * Add Windows 10 SDK as option, list Windows 10 emulators for 10/8.1: https://github.com/appcelerator/windowslib/pull/21
221
2220.1.15 (6/29/2015)
223-------------------
224 * Fix for [TIMOB-19090](https://jira.appcelerator.org/browse/TIMOB-19090) - Windows: Building for ws-local fails with powershell error 'Read-Host : Windows PowerShell is in NonInteractive mode'
225 * Install of winstore app script requires not using the -NoInteractive flag to powershell.
226
2270.1.14 (6/25/2015)
228-------------------
229 * More changes related to fixing [TIMOB-18958](https://jira.appcelerator.org/browse/TIMOB-18958) - Windows: CLI builds hang on first try due to Powershell permission check in windowslib
230
2310.1.13 (6/11/2015)
232-------------------
233 * Expand cert utility functionality
234 * Fix for winstore app install method
235
2360.1.12 (6/9/2015)
237-------------------
238 * Fix [TIMOB-18958](https://jira.appcelerator.org/browse/TIMOB-18958) - Windows: CLI builds hang on first try due to Powershell permission check in windowslib
239 * Expand Win Store Tooling Detection
240
2410.1.11 (4/16/2015)
242-------------------
243 * Fix [TIMOB-18822](https://jira.appcelerator.org/browse/TIMOB-18822) - Added check so that os name and powershell info is only detected on Windows 8 or newer.
244
2450.1.10 (3/18/2015)
246-------------------
247 * Fix [TIMOB-18706](https://jira.appcelerator.org/browse/TIMOB-18706) - Error when Windows Phone SDK is NOT installed
248
2490.1.9 (2/25/2015)
250-------------------
251 * Update to node-appc 0.2.24
252
2530.1.8 (2/23/2015)
254-------------------
255 * Fix issues launching phone emulator seen on some setups/foreign languages
256
2570.1.7 (1/8/2015)
258-------------------
259 * Remove use of custom wptool, defer to deploy cmd for launch/connect [TIMOB-18303]
260 * Surface exact error message from deploy command on failure (Issue #5)
261
2620.1.6 (12/16/2014)
263-------------------
264 * Minor fix for surfacing errors in wptool.js, wrong variable name referenced.
265
2660.1.5 (12/05/2014)
267-------------------
268 * Made wstool launch of WinStore apps more robust
269
2700.1.4 (12/03/2014)
271-------------------
272 * Detects Visual Studio Express editions and have a better error reporting when Visual Studio is not found
273 * Added missing node-appc reference in the index.js
274
2750.1.3 (12/01/2014)
276-------------------
277 * add option to skipLaunch when installing Windows Phone app
278
2790.1.2 (11/25/2014)
280-------------------
281 * Added detection of the XapSignTool executable
282
2830.1.1 (11/12/2014)
284-------------------
285 * Fixed bug with installing Windows Store apps
286
2870.1.0 (11/12/2014)
288-------------------
289 * Initial release of windowslib
290 * Supports launching Windows Phone emulators, install apps to emulators and
291 devices, log output, cert generation, development environment detection
292 and much, much more [TIMOB-17515]