Skip to content

Commit c24309d

Browse files
authored
Prepare for 0.14.2 (#1225)
1 parent ced701a commit c24309d

File tree

4 files changed

+52
-14
lines changed

4 files changed

+52
-14
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
## 0.14.2
2+
* Improved extension security [#1219](https://github.com/microsoft/vscode-react-native/pull/1219), [#1222](https://github.com/microsoft/vscode-react-native/pull/1222), [#1223](https://github.com/microsoft/vscode-react-native/pull/1223), [#1224](https://github.com/microsoft/vscode-react-native/pull/1224)
3+
* Updated extension dependencies [#1224](https://github.com/microsoft/vscode-react-native/pull/1224)
4+
* Added support for running iOS debugging on a specific device using flag `target: 'device=<iOS_device_name>'`. [More info](https://github.com/microsoft/vscode-react-native/blob/master/doc/debugging.md#debugging-on-ios-device). [#1207](https://github.com/microsoft/vscode-react-native/pull/1207)
5+
* Fixed launch of iOS apps with custom project's configuration: custom scheme name, custom app bundle name. [#1213](https://github.com/microsoft/vscode-react-native/pull/1213)
6+
7+
18
## 0.14.1
29
* Implemented Expo debugging without mandatory logging in and Internet connection [#1188](https://github.com/microsoft/vscode-react-native/issues/1188)
310
* Added `expoHostType` parameter to Expo debug scenario configuration. See the [documentation](https://github.com/microsoft/vscode-react-native#react-native-debug-configuration-properties) for more details

package-lock.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "vscode-react-native",
33
"displayName": "React Native Tools",
4-
"version": "0.14.1",
4+
"version": "0.14.2",
55
"private": true,
66
"publisher": "msjsdiag",
77
"icon": "images/icon.png",

release/ThirdPartyNotices.txt

Lines changed: 43 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -253,7 +253,7 @@ the licensed code:
253253

254254
-------------------------------------------------------------------
255255

256-
glob 7.1.3 - ISC
256+
glob 7.1.6 - ISC
257257
https://github.com/isaacs/node-glob#readme
258258
Copyright (c) Isaac Z. Schlueter and Contributors
259259

@@ -273,6 +273,12 @@ WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN
273273
ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR
274274
IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
275275

276+
## Glob Logo
277+
278+
Glob's logo created by Tanya Brassie <http://tanyabrassie.com/>, licensed
279+
under a Creative Commons Attribution-ShareAlike 4.0 International License
280+
https://creativecommons.org/licenses/by-sa/4.0/
281+
276282

277283
-------------------------------------------------------------------
278284

@@ -758,6 +764,33 @@ IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN
758764
CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
759765

760766

767+
-------------------------------------------------------------------
768+
769+
-------------------------------------------------------------------
770+
771+
minimist 1.2.5 - MIT
772+
https://github.com/substack/minimist
773+
774+
This software is released under the MIT license:
775+
776+
Permission is hereby granted, free of charge, to any person obtaining a copy of
777+
this software and associated documentation files (the "Software"), to deal in
778+
the Software without restriction, including without limitation the rights to
779+
use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of
780+
the Software, and to permit persons to whom the Software is furnished to do so,
781+
subject to the following conditions:
782+
783+
The above copyright notice and this permission notice shall be included in all
784+
copies or substantial portions of the Software.
785+
786+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
787+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS
788+
FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR
789+
COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER
790+
IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN
791+
CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
792+
793+
761794
-------------------------------------------------------------------
762795

763796
-------------------------------------------------------------------
@@ -1025,17 +1058,15 @@ THE SOFTWARE.
10251058

10261059
-------------------------------------------------------------------
10271060

1028-
source-map-resolve 0.5.2 - MIT
1061+
source-map-resolve 0.5.3 - MIT
10291062
https://github.com/lydell/source-map-resolve#readme
1030-
Copyright 2014 Simon Lydell X11
1031-
Copyright 2017 Simon Lydell X11
1032-
Copyright 2014, 2017 Simon Lydell X11
1033-
Copyright (c) 2014, 2015, 2016, 2017 Simon Lydell
1034-
Copyright 2014, 2015, 2016, 2017 Simon Lydell X11
1063+
Copyright (c) 2019 ZHAO Jinxiang
1064+
Copyright (c) 2014, 2015, 2016, 2017, 2018, 2019 Simon Lydell
10351065

10361066
The MIT License (MIT)
10371067

1038-
Copyright (c) 2014, 2015, 2016, 2017 Simon Lydell
1068+
Copyright (c) 2014, 2015, 2016, 2017, 2018, 2019 Simon Lydell
1069+
Copyright (c) 2019 ZHAO Jinxiang
10391070

10401071
Permission is hereby granted, free of charge, to any person obtaining a copy
10411072
of this software and associated documentation files (the "Software"), to deal
@@ -1152,7 +1183,7 @@ THE SOFTWARE IS PROVIDED 'AS IS', WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLI
11521183

11531184
-------------------------------------------------------------------
11541185

1155-
ultron 1.0.2 - MIT
1186+
ultron 1.1.1 - MIT
11561187
https://github.com/unshiftio/ultron
11571188
Copyright (c) 2015 Unshift.io, Arnout Kazemier
11581189

@@ -1184,7 +1215,7 @@ SOFTWARE.
11841215

11851216
-------------------------------------------------------------------
11861217

1187-
ultron 1.1.1 - MIT
1218+
ultron 1.0.2 - MIT
11881219
https://github.com/unshiftio/ultron
11891220
Copyright (c) 2015 Unshift.io, Arnout Kazemier
11901221

@@ -1248,7 +1279,7 @@ THE SOFTWARE.
12481279

12491280
-------------------------------------------------------------------
12501281

1251-
vscode-debugadapter 1.37.1 - MIT
1282+
vscode-debugadapter 1.39.1 - MIT
12521283
https://github.com/Microsoft/vscode-debugadapter-node#readme
12531284
Copyright (c) Microsoft Corporation.
12541285

@@ -1269,7 +1300,7 @@ THE SOFTWARE IS PROVIDED *AS IS*, WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLI
12691300

12701301
-------------------------------------------------------------------
12711302

1272-
vscode-debugprotocol 1.37.0 - MIT
1303+
vscode-debugprotocol 1.39.0 - MIT
12731304
https://github.com/Microsoft/vscode-debugadapter-node#readme
12741305
Copyright (c) Microsoft Corporation.
12751306

0 commit comments

Comments
 (0)