Releases: srz-zumix/wandbox-api
Releases · srz-zumix/wandbox-api
version 0.9.19
New feature
- template subcommand, get wandbox defined template code.
- run-template subcommand, run wandbox defined template code.
Improvement
- use fnmatch
- wandbox-g++
- wandbox-clng++
- wandbox-gcc
- wandbox-clang
- wandbox-gcc-CPP
- wandbox-clang-CPP
- wandbox-node
- wandbox-spidermonkey
- wandbox-python2
- wandbox-python3
- wandbox-pypy
- wandbox-mruby
version 0.9.18
New CLI Commands
- wandbox-php
(wandbox -l PHP) - wandbox-gdmd
(wandbox -l D -c gdc-*) - wandbox-ldmd2
(wandbox -l D -c ldc-*)
Improvement
- --compiler option support fnmatch (e.g --compiler clang-3.*[!c] => clang-3.9.1)
- wandbox-ghc/stack -dynamic workaround #32
Deprecated
- compiler subcommand, rename to compilers
Fixed
- fix list,compilers,versions,lang,option subcommands was not works. 😭
version 0.9.17
New CLI Commands
- wandbox-ghc
(wandbox -l Haskell) - wandbox-stack
Improvement
- add --no-head option
If the compiler version specification is omitted, the head version is excluded and resolved. - add subcommand (wandbox-dub)
version 0.9.16
New CLI Commands
- wandbox-dmd
(wandbox -l D) - wandbox-dub
version 0.9.15
New CLI Commands
- wandbox-java
(wandbox -l Java) - wandbox-swift
(wandbox -l Swift)
version 0.9.14
New CLI Commands
- wandbox-bash
(wandbox -l Bash) - wandbox-elixir
(wandbox -l Elixir) - wandbox-mix (Experimental)
Fixed
- Fixed a bug that unnecessary LF code is inserted at the beginning of compiler option and runtime option.
version 0.9.13
New CLI Commands
- wandbox-nim
(wandbox -l Nim)
version 0.9.12
New CLI Commands
- wandbox-perl
(wandbox -l Perl)
version 0.9.11
New CLI Commands
- wandbox-js
(wandbox -l JavaScript) - wandbox-node
(wandbox-js -c nodejs-head) - wandbox-spidermonkey
(wandbox-js -c spidermonkey-45.0.2) - wandbox-tsc
(wandbox -l TypeScript)
Fixed
- Fixed a bug that the same file with different notation is registered twice
version 0.9.10
New CLI Commands
- wandbox-go
- wandbox-ssl