Releases: microsoft/vscode-cordova
Releases · microsoft/vscode-cordova
2.0.0
- Fixed iOS debugging on iOS devices version 12.2 and above #641, #649, #671
- Implmented debug configuration provider using the
DebugConfigurationProvider
VS Code approach #648 - Cordova Simulate is no longer part of the extension and is installed dynamically in the extension on Simulate debug scenarios #653
- Added localization for next languages:
- Chinese Simplified
- Chinese Traditional
- Japanese
- Korean
- German
- French
- Spanish
- Russian
- Italian
- Czech
- Turkish
- Portuguese
- Polish
- Added
liveReloadDelay
debug scenario argument for Simulate scenarios. It allows to set the delay in milliseconds between saving of a modified file and the application page reloading #672 - Changed spellings of some debug configurations properties in order to suit camel case:
corsproxy
tocorsProxy
,forceprepare
toforcePrepare
- The minimum supported version of VS Code has been increased from
1.26.0
to1.40.0
- Internal changes:
- Migrated from the
vscode-node-debug2
debugger tojs-debug
one - Integrated the debug adapter directly inside the extension, which allows VS Code to connect to it instead of launching a new external debug adapter per extension's debugging session. See
DebugAdapterDescriptorFactory
approach for more details - Added Webpack bundling for the extension #653
- Overall code improvements and optimizations #647, #649, #669, #636, #666
- Migrated from the
Changes:
- 5915720 Prepare for 2.0.0 (#676)
- 2e03018 Fix yml styles in pipelines, remove move TPN task from master pipeline (#675)
- 7e716f4 Refactored version's fixes (#674)
- d2fbbc7 js-debug migration (#673) [ #614, #618, #625, #627, #635, #636, #640, #641, #647, #648, #649, #650, #645, #651, #653, #654, #655, #656, #657, #658, #660, #661, #662, #663, #664, #665, #666, #668, #669, #671, #672 ]
This list of changes was auto generated.
1.9.5
- Improved extension security #639, #642, #621
- Internal changes:
- Migrated unit tests to vscode-test #645
Changes:
- 69ec74c Prepare for 1.9.5 (#646)
- fa199cc Migrate unit tests from vscode to vscode-test package (#645)
- b4d3ab1 Fix security vulnerabilities (#621)
- 9b142c8 Bump elliptic from 6.5.2 to 6.5.3 (#642)
- fb6f5e3 Bump lodash from 4.17.15 to 4.17.19 (#639)
This list of changes was auto generated.
1.9.4
- Improved extension security #620
- Internal changes:
Changes:
- 8ea1094 Prepare for 1.9.4 (#623)
- 946a8f4 Fix types constraints (#624)
- dc26373 Fix Ionic serve (#622)
- 10e1834 Remove PII from the telemetry (#619)
- 5abf709 Fix security vulnerabilities (#620)
- 276a438 Update status badge (#612)
- c9bbe18 Refactor project type definitions (#611)
- 425d1c8 Fix artifacts generation (#609)
- 625c085 Fix YAML build pipelines (#608)
- 34e4bca Add YAML based unit tests (#607)
This list of changes was auto generated.
1.9.3
1.9.2
- Fixed launching and deployment of Cordova and Ionic applications on iOS 13+ devices #600
- Enhanced error handling in case an opened project is not a Cordova project #599
- deps: [email protected]
Changes:
- 3642190 Prepare for 1.9.2 (#602)
- 52caedf Update cordova-simulate to v0.7.0 (#601)
- a69294f Fix Run iOS on device scenario for iOS 13+ (#600)
- f75e6af Enhance error handling in case if the opened project is not a Cordova project (#599)
This list of changes was auto generated.
1.9.1
- Added error notifications about usage of incorrect
cwd
parameter on debugging a project located in a subdirectory #593 - Updated troubleshooting documentation for the issue #574 (#575), thanks to David Cox-Espenlaub(@newdaveespionage)
- Enhanced extension security
- Deps:
[email protected]
Changes:
- 068287d Prepare for 1.9.1 (#597)
- 1f0873d Deps: [email protected] (#596)
- 6d57f7a Add error notifications and bump vscode-chrome-debug-core dependency (#593)
- afbee9c Small docs wordings fix (#592)
- 7fbb1b3 Updating docs with multi-root workspaces recommendations(#575)
- 7aed35c Update iOS debugging documentation (#589)
This list of changes was auto generated.
1.9.0
- Added inline breakpoints feature support
- Added additional string to verify application build status for Ionic apps with live reload #572
- Optimized extension activation events #584
- Updated core debugger dependencies
Changes:
- 2ce13fe Prepare release v1.9.0 (#581)
- 6b3858c Change extension activation event (#584)
- 8624ee1 Fix inline breakpoints behavior on iOS debugging (#583)
- c760489 Bump extension's dependencies versions (#578)
- aad2829 Add additional verification string for Ionic apps with live reload (#572)
This list of changes was auto generated.
1.8.6
- Fixed security vulnerabilities
- deps: [email protected]
- Fixed source mapping for Ionic 4 applications on Angular 8, which caused unverified breakpoints while debugging
Changes:
- c52e032 Prepare for 1.8.6 (#569)
- 7e06c8d Add source mapping for angular 8 (#566)
- 48bfc2c deps: [email protected] (#563)
- 0610104 Consolidate legal files naming (#562)
This list of changes was auto generated.
1.8.5
1.8.4
- Fixed security vulnerabilities
- Improved activation events
Changes:
- aa9b06c Prepare for 1.8.4 (#555)
- bfd59c1 deps: cordova-simulate@^0.6.4 (#554)
- 6a1a27f Fix CVE-2019-10744 (#553)
- d6f26ac Remove deprecated gulp-util package (#552)
- abd61a0 Improve activation events (#548)
- 1c3c8ad deps: [email protected] (#549)
- df29b78 deps: [email protected] (#545)
This list of changes was auto generated.