diff --git a/CHANGELOG.md b/CHANGELOG.md index c664df3..9c6fe23 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,22 @@ # Changelog +## Version 0.10.0 +- Added supports for debugging: + - Update debugger version to accommodate changes in IoT.js + - Support the scope and variables requests + - Retrieve the list of variables at the current scope and show them under the variables pane + - Support SetVariable request + - Set the variable with the given name in the variable container to a new value + - Add `copy value`, `copy as expression` and `add to watch` options for variables + +- Added features: + - Support restart functionality also in IoT.js + +- Updates and fixes: + - Update the IoT.js module functions + - Fix incorrect .vscode directory creation inside Tizen projects + - Call InitializedEvent after source is sent to get persisted breakpoints + ## Version 0.9.0 - Added features: - Restart function (only supported with JerryScript yet) diff --git a/README.md b/README.md index 77e68e6..caeaf53 100644 --- a/README.md +++ b/README.md @@ -28,6 +28,7 @@ - Set/Remove breakpoints - Set/Remove function breakpoints - Call stack display + - Variables display - Watch (evaluate expression) - Exception hint - Handle source receive from the engine diff --git a/package-lock.json b/package-lock.json index ad370be..f1acb95 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "iotjs-vscode-extension", - "version": "0.9.0", + "version": "0.10.0", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index 186101f..3454806 100644 --- a/package.json +++ b/package.json @@ -2,7 +2,7 @@ "name": "iotjs-vscode-extension", "displayName": "IoT.js", "description": "IoT.js Debugging, IntelliSense for Visual Studio Code", - "version": "0.9.0", + "version": "0.10.0", "publisher": "Samsung", "author": { "name": "Samsung Electronics Co., Ltd."