Skip to content
This repository has been archived by the owner on Mar 11, 2020. It is now read-only.

Releases: adobe/wskdebug

v1.1.2

12 Feb 00:39
Compare
Choose a tag to compare

Bug fixes:

  • #48 fix segfault issues with fsevents
  • #47 update license headers

v1.1.1

11 Feb 01:13
Compare
Choose a tag to compare

Bug fixes:

  • #46 fix path issues on Windows

v1.1.0

20 Nov 03:08
Compare
Choose a tag to compare

New features:

  • #23 [nodejs] support local src mounting with subpaths
  • #17 faster time to vs code debug
  • can now be used programmatically as node module (from #29)

Bug fixes:

  • #19 [nodejs] source mounting fails if last line of code is a comment
  • #27 [nodejs] load local sources using require() even if action is not zip/binary
  • #4 and #29 add unit tests and fixed some issues found

v1.0.10

24 Oct 22:09
Compare
Choose a tag to compare

Bug fix:

  • #18 -p/--port argument is ignored

v1.0.9

23 Oct 12:35
Compare
Choose a tag to compare

Bug fix:

  • #16 wskdebug fails if action name includes chars not allowed in docker container names such as @

v1.0.8

01 Oct 21:39
Compare
Choose a tag to compare

Bug fix:

  • #15 wskdebug fails if path argument is missing

v1.0.7

28 Aug 01:20
Compare
Choose a tag to compare

New features:

  • #10: hit conditions set via -c / --condition - if they don't match, invocations will not be forwarded to the local debugger but run the original action
  • #14: support ngrok as faster forwarding option for non-concurrency openwhisks: --ngrok and --ngrok-region. Some more details in the how it works section

v1.0.6

15 Aug 23:35
Compare
Choose a tag to compare
  • run build step after source change but before reload

    adds 2 new cli options:

  --on-build       Shell command for custom action build step                     [string]
  --build-path     Path to built action, result of --on-build command             [string]

1.0.5

15 Aug 22:21
Compare
Choose a tag to compare
  • fetch runtimes for kinds dynamically from OW API
  • vscode debug times out after 10 seconds, not enough for initial docker pull
  • wskdebug fails if only action name argument is given

publish-test2

15 Aug 22:12
6f7d4c2
Compare
Choose a tag to compare
Update npm-publish.yml