Releases: stencila/encoda
Releases · stencila/encoda
v0.85.2
v0.85.1
v0.85.0
0.85.0 (2020-02-02)
Bug Fixes
- Deps: Move jsdom to dependencies and add another runtime test for HTMLElement (d08fdbd)
- HTTP util: Use plain fs to fix bug in download (28ab860)
- JATS: Break apart paragraph properly (7da0ef9), closes #403
- JATS: Ensure affiliations have a unique id (c739b74)
- JATS: Improve handling of math nodes. (7caba3c), closes #403
- JATS: When encoding use article-meta (53ceb9f), closes #380
Features
v0.84.0
0.84.0 (2020-02-02)
Bug Fixes
- Deps: Update to Schema 0.36.0 (cbefbcd)
- HTML: Add ids to reference items so links work (d9f4e25)
- HTML: Add missing publishedDate properties to Articles (04eaf4b)
- HTML: Do not write media files if no filePath. (9aab5ac), closes #381
- HTML: Fix itemtypes for primitives e.g boolean nodes (0d40203)
- HTML: Fix organization id so that link works (be54979)
- HTML: Fix tests & decoding of elements (ca0531e)
- HTML: Make Article description encoding conform to Schema.org (a408ffb)
- HTML: Use the content of Cite nodes if available (cd35e82)
- HTML Microdata: Do not set undefined itemid (dab0ba3)
- HTML Microdata: Fix the encoding of author itemprop (1ced19b)
- HTML Microdata: Fix the Microdata test by adding article image and publisher properties. (68ffc4c)
- HTML Microdata: Limit itemprop headline to 110 characters (efd4a73)
- HTML MIcrodata: Do not create itemid from id (10a5ac1)
- JATS: Add decoding of article-id and elocation-id (062a4af), closes #395
- JATS: Add decoding of journal-id (ec456bf)
- JATS: Also decode ids in references (5b247ab)
- JATS: Decode article meta properties from front (63a94a5)
- JATS: Make dateAccepted and dateReceived first class properties (150401e)
- JATS: Normalize rid when decoding. (9885cfa)
- JSON-LD: Handle PropertyValue and Date nodes properly (2aa4503)
- MicroData: Add Schema.org Text node primitive to list of types (2cd57ce)
- Util: Make sub-schemas async as well (155a00f)
- XML: Use major versions URL (a5131b0)
Features
- HTML: Add fallback images for Publisher Logo and Article image (9570fa6)
- HTML: Add MicroData attributes to elements (f6d49db)
- HTML: Encode custom Schema attributes as data-itemprops (c0073a6)
- HTML: Use a meta tag when encoding fallback publisher logo & name (058cf91)
- jats: Decode funding to fundedBy with MonetaryGrant nodes (eb2a8a8)
- JATS: Add decoding of datePublished (c484269)
- JATS: Add decoding of editors (11045af)
- JATS: Add decoding of funders (684d234)
- JATS: Add decoding of isPartOf property (15d83b3), closes #395
- JATS: Add decoding of keywords (3e18dd7)
- JATS: Add decoding of licences (d437189)
- Theme: Add ability to pass URLs as theme argument (1690234), closes #397
Reverts
- StringifyContent: Revert converting Null values to empty strings (fbedcc6)
v0.83.2
v0.83.1
v0.83.0
0.83.0 (2020-01-15)
Bug Fixes
- CSL: Add encoding of dates and isPartOf (e8aea0c)
- CSL: Test for the Date objects (1607a98)
- DOCX: Add citations and references handling (faecc54)
- GDoc: Add handling of reproducible images. (ef63768)
- JATS: Decode content of Cite nodes (3dfb161)
- JATS: Do not preprend hash when creating Cite target (cfabd77)
- Pandoc: Add handling of Cite and CiteGroup nodes (12a49a1)
- Pandoc: Bidirectional conversion of numbers in meta (6c49b22)
- Pandoc: Transform references to CSL-JSON (9ba6d5c)
- Puppeteer: Disable /dev/shm usage (c630e78)
- Util: Log HTTP errors and return response (d17afa8)