Skip to content

Releases: srz-zumix/wandbox-api

version 0.9.19

26 Feb 01:41
5168a84
Compare
Choose a tag to compare
version 0.9.19 Pre-release
Pre-release

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

23 Feb 14:11
c3bcdd9
Compare
Choose a tag to compare
version 0.9.18 Pre-release
Pre-release

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

19 Feb 22:26
Compare
Choose a tag to compare
version 0.9.17 Pre-release
Pre-release

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

30 Oct 02:10
Compare
Choose a tag to compare
version 0.9.16 Pre-release
Pre-release

New CLI Commands

  • wandbox-dmd
    (wandbox -l D)
  • wandbox-dub

version 0.9.15

28 Sep 13:14
Compare
Choose a tag to compare
version 0.9.15 Pre-release
Pre-release

New CLI Commands

  • wandbox-java
    (wandbox -l Java)
  • wandbox-swift
    (wandbox -l Swift)

version 0.9.14

02 Sep 13:11
Compare
Choose a tag to compare
version 0.9.14 Pre-release
Pre-release

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

28 Aug 12:45
Compare
Choose a tag to compare
version 0.9.13 Pre-release
Pre-release

New CLI Commands

  • wandbox-nim
    (wandbox -l Nim)

version 0.9.12

28 Aug 02:34
Compare
Choose a tag to compare
version 0.9.12 Pre-release
Pre-release

New CLI Commands

  • wandbox-perl
    (wandbox -l Perl)

version 0.9.11

25 Aug 13:04
Compare
Choose a tag to compare
version 0.9.11 Pre-release
Pre-release

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

22 Aug 06:28
Compare
Choose a tag to compare
version 0.9.10 Pre-release
Pre-release

New CLI Commands

  • wandbox-go
  • wandbox-ssl