Releases: stencila/dockta
Releases · stencila/dockta
v0.11.3
0.11.3 (2018-11-06)
Bug Fixes
- DockerBuilder: set user and workdir on commit (a5d6d6f)
- Generator: move env var and user instructions (33d99b7)
- RGenerator: assume installation of packages as root (7182fed)
v0.11.2
0.11.2 (2018-11-06)
Bug Fixes
- RGenerator: avoid error if ~R already exists, no blank Imports (885013d)
v0.11.1
0.11.1 (2018-11-06)
Bug Fixes
- tests: Added ndjson to read newline delimited JSON streams. (54695f7)
v0.11.0
0.11.0 (2018-11-06)
Features
- Generator: don't install Stencila language packages by default (0dbd429), closes #40
v0.10.4
0.10.4 (2018-11-05)
Bug Fixes
- DockerBuilder: throw if any build errors (d7a55d2)
- Generator: add apt keys before apt repos (96a8486)
- RGenerator: use 18.04 as base by default (806c406)
v0.10.3
0.10.3 (2018-11-02)
Bug Fixes
- JavascriptGenerator: fix package.json generation (695392f)
v0.10.2
0.10.2 (2018-11-02)
Bug Fixes
- add PythonParser runtime property and fix generators (fe300ca)
v0.10.1
0.10.1 (2018-11-02)
Bug Fixes
- Generator: reimplement and move filterPackages (3d35917)
- JavascriptGenerator: correct runtime name to filter packages (92f5cc6)
v0.10.0
0.10.0 (2018-11-02)
Bug Fixes
- Generators: refactor language-specific generators to geenrate packages (ae2d924)
- Parsers: parse returns SoftwarePackage (7e1ee36)
Features
- PythonParser: Added parsing of metadata from PyPI to build python metadata (3cff681)
v0.9.3
0.9.3 (2018-11-02)
Bug Fixes
- Compiler: improve naming on environs using folder name (f16a9ed)