-
Notifications
You must be signed in to change notification settings - Fork 15
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
379ffab
commit 26f8d29
Showing
4 changed files
with
42 additions
and
15 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,4 @@ | ||
{ | ||
"PrereleaseInfo": "snapshot", | ||
"PackageVersion": "1.0.1", | ||
"ConfigVersion": "0.9", | ||
"TaskSettings": { | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,36 @@ | ||
# Change Log | ||
All notable changes to this project will be documented in this file. | ||
This project adheres to [Semantic Versioning](http://semver.org/). | ||
|
||
## [Unreleased][unreleased] | ||
|
||
## [1.0.1] - 2015-04-20 | ||
### Added | ||
- New languages: R, Nim and Lua. | ||
- Support for Perl 6 via .p6 extension. | ||
- Ability to specify the image used with --specify-image or -s. | ||
|
||
### Changed | ||
- Perl 5 is now the default for .pl extension. | ||
- Version command is now suffixed with newline. | ||
- Fixed typo in RunDexecContainer comments. | ||
|
||
### Fixed | ||
- Bug in IsDockerPresent and IsDockerPresent where defer method was not correctly called on panic. | ||
- Corrected how paths are handled in Windows allowing volumes to be mounted. | ||
|
||
## 1.0.0 - 2015-04-06 | ||
### 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. | ||
|
||
[unreleased]: https://github.com/docker-exec/dexec/compare/v1.0.1...HEAD | ||
[1.0.1]: https://github.com/docker-exec/dexec/compare/v1.0.0...v1.0.1 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters