Skip to content

v1.0.0

Compare
Choose a tag to compare
@andystanton andystanton released this 19 Apr 22:03
· 126 commits to master since this release

Added

  • Command line interface 'dexec'.
  • Ability to pass source files to container.
  • Container image selected based on source file extension.
  • Support for Bash, C, Clojure, CoffeeScript, C++, C#, D, Erlang, F#, Go, Groovy, Haskell, Java, Lisp, Node JS, Objective C, OCaml, Perl, PHP, Python, Racket, Ruby, Rust & Scala.
  • Ability to pass arguments to the language's compiler if it has one with --build-arg or -b.
  • Ability to pass arguments to the executing code with --arg or -a.
  • Ability to pass other files or folders to be mounted in the container with --include or -i.
  • Ability to augment source files with a shebang resulting in dexec being called.
  • Help dialog.
  • Version dialog.