All notable changes to the "wandbox-vscode" extension will be documented in this file.
Check Keep a Changelog for recommendations on how to structure this file.
- Also released on github.com
- VSIX download link in README.md
npm audit fix --force
- Fixed issue that Settings menu disappears instantly after entering ( issue #15 )
- DOC: Changed description that how to install in README.
- Minimum VS Code version: 1.9.1 -> 1.43.0
CVE-2020-7598
npm audit fix --force
- Fixed issue that stdin option dose not work on windows.
- Fixed issue that multiple files dose not work with saved file. ( issue #12 )
- Fixed issue that
Wandbox: New
command dose not work without current text document.
- Added
Wandbox: New
command.
Wandbox: Hello
command.
- Fixed perl comment symbol in Hello, world!
- Supported Nim
- Supported Crystal
- Supported Pony
- DOC: Added a wandbox-builder link in README
- Changed wandbox server address to a new server. ( old url is http://melpon.org/wandbox/ )
- DOC: Fixed a Date in Change Log
- Fixed issue that it doesn't set language mode to hello world document with
Wandbox: Hello
command. - Fixed issue that it volatiles settings.
- Supported OCaml
- Supported Go lang
- DOC: Contributed to Tutorial secttion in README
- DOC: Contributed to Extension Settings secttion in README
- DOC: Keyboard shortcut Settings secttion in README
- Changed all internal command name( example:
extension.invokeWandbox
→wandbox.run
)
- All internal command name like as
extension.*
- DOC: README in Japanese
- DOC: Tutorial secttion in README
- Fixed issue that it doesn't write "Canceled" to log when to cancel
Wandbox: Set Options
command.
- Added
Wandbox: Show History
command. - Added
Wandbox: Clear History
command. - Added
wandbox.maxHistorySize
setting.
- Fixed issue that additionals doesn't work.
- Fixed issue that error handling in additionals and stdin doesn't work.
- Added
wandbox.Servers
setting. - Added
wandbox.emoji
setting. - Added
wandbox.languageMapping
setting. - Added
wandbox.extensionLanguageMapping
setting. - DOC: VSMarketplaceBadge.
- DOC: Screenshots.
- Changed to quick pick based UI for to easy use.
- Default compiler selection was changed to follows wandbox server .
- Writes "Canceled" in log when a command is canceled by user operation.
- Changed
wandbox.languageCompilerMapping
default setting to null. - Changed
wandbox.extensionCompilerMapping
default setting to null. - Changed PHP's hello, world! file ( #3 )
- Fixed issue that reset settings without intention when to open untitled documents.
- Removed
wandbox.defaultServer
setting. ( You can usewandbox.Servers
setting. ) - Removed
Wandbox: Show Compilers
command. ( You can useWandbox: Set Compilers
command orWandbox: Show Raw JSON
command. ) - Removed
Wandbox: Show Options
command. ( You can useWandbox: Set Options
command orWandbox: Show Raw JSON
command. ) - Removed
Wandbox: Set Additional Files
command. ( You can useWandbox: Set Options
command. ) - Removed
Wandbox: Set StdIn
command. ( You can useWandbox: Set Options
command. ) - Removed
Wandbox: Set Compiler Option Raw
command. ( You can useWandbox: Set Options
command. ) - Removed
Wandbox: Set Runtime Option Raw
command. ( You can useWandbox: Set Options
command. )
- Added
Wandbox: Hello Command
( withwandbox.helloWolrdFiles
setting ). - Added
wandbox.simplifyPostData
setting.
- Update a compiler mapping table for current Wandbox.
- Included a post file in the POST data on log.
- Fixed issue that zombie settings on untitled documents.
- Fixed issue that showing old json cache.
- Fixed issue that not showing license in marketplace.
- DOC: Swift → Apple Swift (in description)
- Removed unnecessary files from package.
wandbox.outputChannelName
setting
- optimize output when wandbox server return error.
- DOC:(typo) wandbox → Wandbox (in description)
- DOC:(typo) wandbox.defaultSerer → wandbox.defaultServer (in README)
- Show Compilers command: grouping Compilers by language.
- DOC: Added available languages to description for search in marketplace.
- DOC: Added link to Wandbox API Reference in Show Commands section at README.
- Fixed crash some command when show a extension detail.
- Reset Settings command: Remove the trash at the end of the title.
- DOC: Added available languages in Features section at README.
- default C compiler clang-3.3-c → clang-head-c
- DOC: description for search in marketplace.
- Initial release of wandbox-vscode.
- Start this project.