Skip to content

Releases: stencila/encoda

v0.38.1

30 May 04:20
Compare
Choose a tag to compare

0.38.1 (2019-05-30)

Bug Fixes

  • package: Move bin-wrapper to dependencies (575bceb)

v0.38.0

30 May 01:11
Compare
Choose a tag to compare

0.38.0 (2019-05-30)

Bug Fixes

  • GDoc: Wrap top level node as needed when unparsing (e0af400)
  • HTML: codeblock meta handling and highlighting (11b753a)
  • Markdown: Handling of meta property on CodeBlock (78f241b)
  • Pandoc: Add wrapping of top level node when unparsing (d93e731)
  • Util: coerce to determine type from instance; use for data interchange formats (1b031df)

Features

  • Markdown: Add handling of meta properties for links (2a53a39)
  • Add attrs to Code, CodeBlock and Link (ca31c20)
  • Add include processing directive (0d584f6)
  • add the process and devserve functions (2de4b4a)

v0.37.0

29 May 22:12
Compare
Choose a tag to compare

0.37.0 (2019-05-29)

Features

v0.36.1

27 May 04:20
Compare
Choose a tag to compare

0.36.1 (2019-05-27)

Bug Fixes

  • do not dump file contents to string; closes #74 (0dff16d)
  • Lazy reading and async dumping of vfiles (d9e8e78)

v0.36.0

22 May 03:12
Compare
Choose a tag to compare

0.36.0 (2019-05-22)

Bug Fixes

  • HTML, Markdown: Ensure consistent use of JSON5 for primitive nodes (c745149)

Features

  • JSON5: Add JSON5 compiler (b3b46d8)

v0.35.2

21 May 23:43
Compare
Choose a tag to compare

0.35.2 (2019-05-21)

Bug Fixes

  • normalize use of text and title for images (d117378)

v0.35.1

21 May 00:09
Compare
Choose a tag to compare

0.35.1 (2019-05-21)

Bug Fixes

  • Fix bundling, install script and docs (1f52c8a)
  • Use single dash for stdin and stdout (0112d02), closes #68

v0.35.0

17 May 17:17
Compare
Choose a tag to compare

0.35.0 (2019-05-17)

Features

  • Util: Add utility functions and person parser (4ad3197)

v0.34.0

15 May 06:04
Compare
Choose a tag to compare

0.34.0 (2019-05-15)

Bug Fixes

  • HTML: Add charset encoding tag to HTML output for proper text rendering (c8356b1)
  • HTML: Correctly render angle brackets and ampersands inside code blocks (f3288dc)
  • rPNG: Allow storage of UTF-8 encoded data (51d3160)

Features

  • DOCX: Add default template to style conversions targeting DOCX format (f1d1c7f)
  • HTML: Add default template to style conversions targeting HTML format (f8ee33f)
  • rPNG: Apply CSS styles to generated images (c3bc924)

v0.33.0

14 May 02:12
Compare
Choose a tag to compare

0.33.0 (2019-05-14)

Bug Fixes

  • add better error reporting for pandoc (2982f35)
  • better error message (acc64d9)
  • correct version; fix type defs (1a1120e)
  • ensure js files are in dist (fc468cd)
  • implem language handling for Code and CodeBlock (8d05a84)
  • implem table handling in pandoc (2f18fc2)
  • reenable running of pandoc binary (393d0d8)
  • refactor convert() and pandoc file handling (a0c6a41)
  • reinstate docx, odt and Pandoc Markdown compilers (985175f)
  • remove default to option in cli (3e24efa)
  • re-enable jats (0f95b04)

Features

  • add LaTeX converter (96aeef8)
  • add Pandoc types (c9dfd1e)
  • allow Pandoc converter to be used as is (d975b1b)
  • fallback to rPNGs for nodes without Pandoc equivalents (f401d27)