Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,13 @@
0.8.0
=====
## What's new
- [The debugger now uses *vscode-chrome-debug-core*](https://github.com/NativeScript/nativescript-vscode-extension/pull/181)
- [Removed IPC, now using the debug adapter events for communication with the extension host process](https://github.com/NativeScript/nativescript-vscode-extension/pull/182)
- [Added tests/travis](https://github.com/NativeScript/nativescript-vscode-extension/pull/190)
- [Added tslint](https://github.com/NativeScript/nativescript-vscode-extension/pull/185)
- [Added source map paths config for debugging with webpack](https://github.com/NativeScript/nativescript-vscode-extension/pull/192)
- [The NS Extension log is not shown on startup](https://github.com/NativeScript/nativescript-vscode-extension/pull/177)

0.7.4
=====

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "nativescript",
"version": "0.7.4",
"version": "0.8.0",
"minNativescriptCliVersion": "2.5.0",
"icon": "images/icon.png",
"displayName": "NativeScript",
Expand Down