Skip to content

Latest commit

 

History

History
146 lines (82 loc) · 10.5 KB

CHANGELOG.md

File metadata and controls

146 lines (82 loc) · 10.5 KB

Change Log (vs-script-commands)

6.1.0 (November 20th, 2017; auto select workspace)

  • added autoSelectWorkspace setting, which can select the current workspace by active text editor automatically
  • added onActiveEditorChanged event setting for commands

6.0.0 (November 19th, 2017; finished multi root support)

  • added extension.scriptCommands.selectWorkspace, which can change between workspaces now

5.0.2 (October 14th, 2017; multi root support)

4.14.0 (May 7th, 2017; functions and variables)

  • $addValue, $DELETE, $GET, $HEAD, $htmlDecode, $openInTab, $OPTIONS, $PATCH, $POST, $PUT, $readJSONFrom, $REQUEST, $sendJSONTo, $workflow, $xmlDecode, $htmlEncode functions for quick executions
  • $openHtml can handle async Promise results now
  • bugfixes

4.13.0 (May 6th, 2017; functions and variables)

4.12.0 (May 2nd, 2017; REST API and cron jobs)

  • added $startApi() and $stopApi() functions for quick executions, that can interact with extensions like vs-rest-api
  • added $getCronJobs(), $restartCronJobs(), $startCronJobs() and $stopCronJobs() functions for quick executions, that can interact with extensions like vs-cron

4.11.0 (May 2nd, 2017; quick execution)

  • added $clearHistory, $history, $removeFromHistory and $saveToHistory functions
  • added $doNotShowResult symbol
  • added saveToGlobalHistory and saveToHistory settings

4.10.0 (May 2nd, 2017; quick execution functions)

4.9.0 (May 2nd, 2017; quick execution functions)

4.8.0 (May 2nd, 2017; quick execution functions)

4.7.0 (May 2nd, 2017; hashes and UUIDs)

  • added $guid(), $hash(), $md5(), $sha1(), $sha256() and $uuid() functions for quick executions

4.6.0 (May 1st, 2017; hex view of binary files)

4.5.0 (May 1st, 2017; find files)

4.4.0 (May 1st, 2017; added support for Markdown and HTML parsing)

4.3.0 (May 1st, 2017; quick JavaScript execution - $output)

4.2.0 (April 29th, 2017; quick JavaScript execution - $global)

4.1.0 (April 29th, 2017; quick JavaScript execution - $mkdir)

4.0.0 (April 29th, 2017; quick JavaScript execution)

  • added Script commands: Quick execution command that can execute JavaScript code quickly ... enter $help as first action to get information about available functions and variables

3.0.0 (April 21st, 2017; execute command before save document)

  • added onWillSave setting for commands, which indicates to invoke commands if a file is going to be saved

2.0.1 (April 11th, 2017; improved execution of scripts)

  • the behavior of executing scripts has been improved ... if you come from version 1.x, have a look at the wiki first
  • if you have problems, you can open an issue and/or download a version 1.x branch from here

1.12.0 (April 10th, 2017; REST API)

1.11.0 (April 10th, 2017; cron jobs)

1.10.0 (February 20th, 2017; deploy files)

1.9.0 (February 20th, 2017; output channel)

1.8.0 (February 20th, 2017; log() method)

1.7.0 (February 20th, 2017; open HTML documents)

1.6.0 (February 18th, 2017; command events)

  • added events property, that can handle events for all commands created by that extension
  • added cached property

1.5.0 (February 18th, 2017; extension context and sharing data between two executions)

1.4.0 (January 23rd, 2017; commandState)

1.2.0 (January 23rd, 2017; extended ScriptCommandExecutorArguments)

1.1.0 (January 23rd, 2017; extended API)

1.0.0 (January 23rd, 2017; first release)

  • first official release