Skip to content

Releases: stencila/encoda

v0.104.5

14 Jan 23:41
Compare
Choose a tag to compare

0.104.5 (2021-01-14)

Bug Fixes

  • dependencies: update dependency better-ajv-errors to ^0.7.0 (f904182)

v0.104.4

21 Dec 22:44
Compare
Choose a tag to compare

0.104.4 (2020-12-21)

Bug Fixes

  • dependencies: update dependency mime to ^2.4.7 (aee6138)
  • dependencies: update dependency unist-util-select to ^3.0.4 (209c6e5)

v0.104.3

14 Dec 00:10
Compare
Choose a tag to compare

0.104.3 (2020-12-14)

Bug Fixes

  • GDoc: Use nodeInPng option for proper themeing (7c258ea)

v0.104.2

13 Dec 21:25
Compare
Choose a tag to compare

0.104.2 (2020-12-13)

Bug Fixes

  • dataURIs: Log warning, not error if file not found. (c6f3dcb)
  • Deps: Update deps (4f2a7e0)
  • GDoc: DO not write media to sibling folder. (39813e0)
  • RPNG: Add selectors for math node types (217cbf2)

v0.104.1

09 Dec 23:55
Compare
Choose a tag to compare

0.104.1 (2020-12-09)

Bug Fixes

  • dependencies: update dependency @stencila/executa to ^1.15.4 (47c78a1)
  • dependencies: update dependency @stencila/thema to ^2.20.7 (477f42f)
  • dependencies: update dependency async-lock to ^1.2.6 (53a85a3)
  • dependencies: update dependency js-yaml to ^3.14.1 (cd51480)
  • dependencies: update dependency pdf-lib to ^1.13.0 (7017ab4)
  • dependencies: update dependency plotly.js-dist to ^1.58.2 (c31fb2c)
  • dependencies: update dependency vfile to ^4.2.1 (7ccd235)

v0.104.0

06 Dec 08:23
Compare
Choose a tag to compare

0.104.0 (2020-12-06)

Bug Fixes

  • Biblio codecs: Various fixes (3f02fca)
  • Cache: Remove unused async version; use temp dir (1262f6b)
  • Cache: Use the same tempdir on each instantiation (4ba76a7)
  • CSL: Handle string nodes (93419ea)
  • CSL: Use more of parsed data (2e60777)
  • DOI: Fetch data directly (a295205)
  • GDoc: Ignore empty paragraphs (faf47dd)
  • HTTP: Add contact information to user agent header (d897385)
  • HTTP: Retry on errors (80bb069)
  • Logging: Use consistent format for message (87477cd)
  • Pandoc: Consistent style name; separate out chunk labels (2452b1f)
  • PNG: Allow setting of selector (a471d8c)
  • Reshape: Linting and minor fixes (6013374)

Features

  • Add options to turn off coerce and reshape (4c87ea7)
  • DOCX: Retain styles when decoding (82e77ec)
  • GDoc: Fetch node content from Hub if possible (34b0ab5)
  • Pandoc: Allow for alternative ways to encode code chunks (8300f88)
  • Reshape: Add reshape function and apply on load and read (c0bed26)
  • Reshape: Detect captions using regexes (720adaf)
  • Reshape: Infer authors and other properties (e52cf82)

v0.103.1

24 Nov 05:30
Compare
Choose a tag to compare

0.103.1 (2020-11-24)

Bug Fixes

v0.103.0

20 Nov 01:53
Compare
Choose a tag to compare

0.103.0 (2020-11-20)

Bug Fixes

  • Crossref: Add DOI and URL as encode options (535e2c4)
  • Crossref: Add encoding of references (05718fe)
  • Crossref: Adjust for new Got API (ff6ff74)
  • Crossref: Updates for new Schema version (bb77da1)
  • Deps: Upgrade Schema (27aee7e)

Features

  • Crossref: Encoding of reviews to metadata deposit XML (259a96b)

v0.102.3

19 Nov 03:53
Compare
Choose a tag to compare

0.102.3 (2020-11-19)

Bug Fixes

  • dependencies: update dependency @stencila/schema to ^0.47.1 (13b981c)
  • dependencies: update dependency fp-ts to ^2.8.6 (60d8700)
  • dependencies: update dependency immer to ^7.0.15 (803886e)
  • dependencies: update dependency pdf-lib to ^1.12.0 (4d2c2df)
  • dependencies: update dependency puppeteer to ^5.5.0 (9bd4b74)
  • Markdown: Fix encoding of inline HTML tags (89b81f5)

v0.102.2

11 Nov 01:48
Compare
Choose a tag to compare

0.102.2 (2020-11-11)

Bug Fixes

  • HTML: Use innerHTML to avoid escaping in JSON (ba05c3e), closes #749