Releases: stencila/encoda
Releases · stencila/encoda
v0.47.1
0.47.1 (2019-06-09)
Bug Fixes
- @stencila/thema moved from dev deps to deps. (19aed41)
- Added @stencila/thema to --ignore-modules on npm check (f555d01)
v0.47.0
0.47.0 (2019-06-09)
Bug Fixes
- IPYNB: Encode strings as stdout stream output (b6bdf9b)
- IPYNB: Get prompt_number from nbformat v3 cells (62b14f9)
- MD: Better encoding of CodeChunks (985d9d7)
- Package: Update thema (6c81a2d)
Features
- XMD: Re-enable XMarkdown codec (WIP) (b9a05f3)
v0.46.3
0.46.3 (2019-06-09)
Bug Fixes
- Data Magic: Fix codecOptions (60b5479)
v0.46.2
0.46.2 (2019-06-09)
Bug Fixes
- add hidden option for demo-magic converter (229aeec)
v0.46.1
0.46.1 (2019-06-09)
Bug Fixes
- CLI: Add logging handler to CLI (21cab7f)
- HTML: Decode
- MD: More graceful handling of unhandled elems (2a5ddf2)
v0.46.0
0.46.0 (2019-06-09)
Bug Fixes
- Pandoc: Fix encoding and decoding of rPNGs (63360d5)
- Pandoc: Treat format
pandoc
as an alias for Pandoc.OutputFormat.json
(3a67d89)
- RPNG: Load local file resouces as Data URIs (b6b1104)
Features
- Data URI: Add utility functions for handling Data URIs (e395ee2)
- HTML: Add encoding of CodeChunk nodes (620a526)
- IPYNB: Add encoding to Jupyter Notebooks (6cd83f5)
v0.45.0
0.45.0 (2019-06-08)
Bug Fixes
- IPYNB: Handle nbformat 3 cell.input (a1b98c0)
- MD: Replace newlines with a space when decoding (30a7172)
Features
- MD: Add handling of CodeChunks (e4c9aad)
v0.44.2
0.44.2 (2019-06-08)
Bug Fixes
- Be more lenient with detecting output paths. Ref #90 (be2a521)
v0.44.1
0.44.1 (2019-06-07)
Bug Fixes
- Updated unhandled exceptions to show type_ variable instead of type function (7cdfcfb)