Releases: srz-zumix/wandbox-api
Releases · srz-zumix/wandbox-api
version 0.9.9
New CLI Commands
- wandbox-ruby
- wandbox-mruby
(wandbox-ruby -c mruby-head)
version 0.9.8
New CLI Commands
- wandbox-CPP (C PreProcessor)
- wandbox-gcc-PP
(wandbox-CPP -c gcc-head-pp) - wandbox-clang-PP
(wandbox-CPP -c clang-head-pp) - wandbox-cc (C lang)
- wandbox-gcc
(wandbox-cc -c gcc-head-c) - wandbox-clang
(wandbox-cc -c clang-head-c)
Fixed
- Fixed a bug where some command line options were not working
version 0.9.7
Improve
- wandbox-python support setup.py
- wandbox-python improve module import
version 0.9.6
New CLI Commands
- wandbox-python
- wandbox-python2
(wandbox-cxx -c cpython-2.7-head) - wandbox-python3
(wandbox-cxx -c cpython-head) - wandbox-pypy
(wandbox-cxx -c pypy-head) - wandbox-cs (CSharp)(experimental)
Improve
- Add versions subcommand (same as compiler subcommand)
- Added error handling for invalid options
- Modified to automatically select the beginning of the compiler list when no compiler is specified
Fixed
- Fixed a problem that if a file other than the main file is specified in the command line argument, it may be added in duplicate with the automatically added file.
version 0.9.4
v0.9.4 version 0.9.4
version 0.9.2
timeout support
version 0.9.1
v0.9.1 update README
version 0.9.0
v0.9.0 rename