Skip to content

Releases: stencila/encoda

v0.47.1

09 Jun 23:43
Compare
Choose a tag to compare

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

09 Jun 22:20
Compare
Choose a tag to compare

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

09 Jun 20:41
Compare
Choose a tag to compare

0.46.3 (2019-06-09)

Bug Fixes

  • Data Magic: Fix codecOptions (60b5479)

v0.46.2

09 Jun 18:21
Compare
Choose a tag to compare

0.46.2 (2019-06-09)

Bug Fixes

  • add hidden option for demo-magic converter (229aeec)

v0.46.1

09 Jun 18:00
Compare
Choose a tag to compare

0.46.1 (2019-06-09)

Bug Fixes

  • CLI: Add logging handler to CLI (21cab7f)
  • HTML: Decode
    ; log unhandled elems (c77961d)
  • MD: More graceful handling of unhandled elems (2a5ddf2)

v0.46.0

09 Jun 08:29
Compare
Choose a tag to compare

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

08 Jun 06:35
Compare
Choose a tag to compare

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

08 Jun 06:06
Compare
Choose a tag to compare

0.44.2 (2019-06-08)

Bug Fixes

  • Be more lenient with detecting output paths. Ref #90 (be2a521)

v0.44.1

07 Jun 03:28
Compare
Choose a tag to compare

0.44.1 (2019-06-07)

Bug Fixes

  • Updated unhandled exceptions to show type_ variable instead of type function (7cdfcfb)

v0.44.0

06 Jun 22:43
Compare
Choose a tag to compare

0.44.0 (2019-06-06)

Features