Skip to content

Commit

Permalink
Update version to 0.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
andrewrch committed May 1, 2019
1 parent 12c1347 commit 83900be
Show file tree
Hide file tree
Showing 3 changed files with 48 additions and 13 deletions.
16 changes: 16 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,18 +1,34 @@
# Changelog

## 0.5.0

- Support for multiple source roots (Thanks @lapitskyartem)
- Fix breakpoints race condition (Thanks @koush)
- Fix source map resolution
- Fix initialisation order
- Add ability to set variable through debugger
- Simplify debugging with compound launch task and DebugAdapterDescriptorFactory

## 0.4.1

- Support for duktape v2.* in addtion to v.1.5+.
- Support for files in subfolders (thanks @shaddockh). See: https://github.com/harold-b/vscode-duktape-debug/pull/21
- Update to current extension vscode API. See: https://github.com/harold-b/vscode-duktape-debug/issues/19

## 0.2.13

- Hotfix for github issues #10 & #11.

## 0.2.11

- Updated documentation.

## 0.2.9

- Fixed 64-bit pointers being written incorrectly. This would cause a crash in the target host.

## 0.2.8

- Fixed sending empty eval expressions.

## 0.2.7
Expand Down
43 changes: 31 additions & 12 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "duk-debug",
"displayName": "Duktape Debugger",
"version": "0.4.1",
"version": "0.5.0",
"description": "Debug Adapter for Duktape runtimes.",
"author": "Harold Brenes",
"publisher": "HaroldBrenes",
Expand Down

0 comments on commit 83900be

Please sign in to comment.