Skip to content

Releases: stencila/encoda

v0.59.2

24 Jul 21:59
Compare
Choose a tag to compare

0.59.2 (2019-07-24)

Bug Fixes

  • CI: Move ESLint config to own file to fix Travis issues (05a0c6c)

v0.59.1

19 Jul 07:42
Compare
Choose a tag to compare

0.59.1 (2019-07-19)

Bug Fixes

  • HTML: Move slugger reset to the right place (a845948)
  • HTTP utility: Use synchronous cache (bbad587)

v0.59.0

18 Jul 10:06
Compare
Choose a tag to compare

0.59.0 (2019-07-18)

Bug Fixes

  • Package: Copy Pandoc templates to the correct place. (a9f133d)

Features

  • Dependecies: Upgrade @stencila/schema (93e68cc)

v0.58.0

18 Jul 05:19
Compare
Choose a tag to compare

0.58.0 (2019-07-18)

Bug Fixes

  • CLI: Pass through directory when encoding (3a0403a)

Features

  • Include: Add initial version of Include node (01f32f4)

v0.57.0

18 Jul 02:12
Compare
Choose a tag to compare

0.57.0 (2019-07-18)

Bug Fixes

  • Pandoc: Better handling of non-Article nodes at top level (f9c1b30)
  • Process: Always dump to code blocks with isStandalone false (3fd43a1)

Features

  • CLI: Add process command to CLI (17b1438)
  • Pandoc: Prettify Pandoc JSON output (03eb44b)

v0.56.0

17 Jul 09:18
Compare
Choose a tag to compare

0.56.0 (2019-07-17)

Features

  • Processing: Add coerce keyword and default to it for import etc (e61756e)

v0.55.1

17 Jul 07:22
Compare
Choose a tag to compare

0.55.1 (2019-07-17)

Bug Fixes

  • Dependencies: Move trash to prod dependencies (90b77c0)

v0.54.0

09 Jul 01:47
Compare
Choose a tag to compare

0.54.0 (2019-07-09)

Bug Fixes

  • Cache: Await ensure directory (af99c3a)
  • DAR: Improve naming of encoded files (133dcb2)
  • HTML: Include meta tags to optimize output for mobile and IE (6277163)

Features

  • HTTP: Add caching for HTTP requests (1c9f645)
  • HTTP: Add http utility module (06805f2)
  • Pandoc: Upgrade to Pandoc 2.7.3 (d56a752)

Performance Improvements

  • CLI: Remove unecessary imports to improve startup time (9027c27)

v0.53.7

05 Jul 06:15
Compare
Choose a tag to compare

0.53.7 (2019-07-05)

Bug Fixes

  • HTML: Add id attributes to headings when encoding (f921182)
  • MD: Handle link and image references (ad3cdfe), closes #156

v0.53.6

05 Jul 00:27
Compare
Choose a tag to compare

0.53.6 (2019-07-05)

Bug Fixes

  • HTML: Do not always bundle CSS and JS (59f6ad8), closes #151
  • HTML: Pass options through to generateHtmlElement (b2eaca2)