Skip to content

Latest commit

 

History

History
179 lines (76 loc) · 7.34 KB

CHANGELOG.md

File metadata and controls

179 lines (76 loc) · 7.34 KB

(2023-12-14)

Bug Fixes

  • cff: handle string date values (36c5acd)

(2023-03-26)

0.6.0 (2022-05-30)

  • chore!: raise minimal Node.js version (8ae033e)

Features

  • update mappings to CSL v1.0.2 (9142eae)

BREAKING CHANGES

  • Use Node.js 14 or higher

0.5.4 (2022-05-07)

Features

  • cff: update to CFF v1.2.0 (e4851bc)

0.5.3 (2022-04-10)

Bug Fixes

  • cff: do not rely on end of page range to exist (736a358)
  • escape dots in predicate patterns (b89bc50), closes #12

0.5.2 (2021-07-29)

Bug Fixes

  • cff: drop timestamp of dates in YAML (97a81c0)
  • gh: fix version extractor for tag-less repos (93fe225)

0.5.1 (2021-07-28)

Features

  • zenodo: support .zenodo.json (8a7e0a2)

0.5.0 (2021-05-21)

0.5.0-0 (2021-05-19)

Bug Fixes

chore

  • replace yamljs with js-yaml (165cb95)

Features

  • cff: update to CFF 1.1.0 (810c8a5)
  • gh: add version number (d8b2bac)
  • gh: make GitHub token writeable only (783418d)

BREAKING CHANGES

  • YAML output may look different
  • gh: set the GitHub OAuth token with Cite.plugins.config.get('@github').setApiToken(OAUTH_TOKEN) instead.

0.4.2 (2020-12-21)

Bug Fixes

  • cff: date output for missing day/month (2913217)

0.4.1 (2019-10-15)

  • update Citation.js (peer) dependency to 0.5.0 alpha (422500f)

0.4.0 (2019-10-13)

  • chore!: drop Node 6 support (f0d3ccb)
  • chore!: remove browser build (011463a)

BREAKING CHANGES

  • drop Node 6 support
  • no browser build

0.3.2 (2019-05-24)

Bug Fixes

  • gh: fix nameless contributors (897a5ec)

0.3.1 (2018-12-30)

Bug Fixes

  • cff: fix library reference (309104f)

0.3.0 (2018-12-30)

Bug Fixes

0.2.2 (2018-12-30)

Features

0.2.1 (2018-08-02)

Features

  • gh: add option to use OAuth token for API (fc82c9b)

0.2.0 (2018-07-31)

  • update plugin registration (f07cfe6)

Features

Bug Fixes

  • cff: fix tests & bugs from failed tests (e4323ce)

0.1.2 (2018-05-21)

Bug Fixes

  • cff: set type='software' on main ref (7bc10a6)

0.1.1 (2018-05-21)