Skip to content

Latest commit

 

History

History
146 lines (108 loc) · 2.84 KB

CHANGELOG.md

File metadata and controls

146 lines (108 loc) · 2.84 KB

1.0.18

1.0.17

  • Add publishDir field in nwjs.publish.json
  • Add reloadAfterAttached field in launch.json
  • Set default debugger port to 9223 from 9222
  • Update to [email protected]

1.0.16

1.0.15

  • Fix launch error

1.0.14

  • Changed to unzipped publish defaulty and Added zip option in nwjs.publish.json
  • Added postPublish & prePublish option in nwjs.publish.json
  • Added initialConfigurations

1.0.13

  • Fix toggleSkippingFile

1.0.12

1.0.11

  • Fixed several breaking issues of version 1.0.10 (by bejonwe)

1.0.10

1.0.9

1.0.8

  • Remove some npm specific properties from schema.
  • Remove NWjs directory with fs-extra
  • Update to [email protected]

1.0.7

  • Error message fix
  • Fix runtimeExecutable launch option

1.0.6

1.0.5

  • Json schema fix

1.0.4

  • FIX COMMAND ERROR!

1.0.3

1.0.2

  • Fix no target pages found problem

1.0.1

  • fix README.md

1.0.0

0.0.21

  • Add something missing

0.0.20

0.0.19

  • Fix first using problem

0.0.18

0.0.17

  • Add version selection feature

0.0.16

0.0.14

0.0.13

0.0.12

0.0.11

0.0.10

  • Change NWjs spawn directory to webRoot

0.0.9

  • Fix publish

0.0.8

  • Add json schema
  • Generate package.json when not exists
  • Add snapshot compile command NWjs Compile
  • Add publish command NWjs Publish

0.0.7

  • Update vscode-chrome-debug-core to 3.8.2

0.0.6

  • Fix timeout problem

0.0.5

  • Add install command & remove auto install feature
  • Fix EPERM error when install
  • Add icon & image description

0.0.4

  • Use fork instead of spawn node process
  • Update vscode-chrome-debug-core

0.0.3

  • Fix repository address

0.0.2

  • Replace NWjs to npm nwjs module
  • Remove unuse files
  • Publish to VSCode market place

0.0.1

  • Fork Debugger for Chrome
  • Publish as vsix