Skip to content

Latest commit

 

History

History
212 lines (128 loc) · 11.3 KB

CHANGELOG.md

File metadata and controls

212 lines (128 loc) · 11.3 KB

Changelog

5.0.0 - 2024-04-06

Removed

  • Breaking: drop support of Node.js < 16 (d15721f) (Vincent Weevers)
  • Breaking: remove remark-toc plugin (#118) (19f4a8f) (Vincent Weevers)
  • Remove CJS compatibility hack for Node.js < 12.20 (08c2475) (Vincent Weevers).

Fixed

  • Bundle CLI into single file for faster startup (156d334) (Vincent Weevers)
  • Speed up detection of tagged commits (50f0eca) (Vincent Weevers).

4.3.0 - 2024-04-04

Added

  • Take structured information from git trailers (#115) (a92ba35) (Vincent Weevers).

4.2.0 - 2022-09-18

Changed

  • Bump remark-common-changelog (46b9b2a) (Vincent Weevers)
  • Bump remark-validate-links from 11 to 12 (#100) (fcb1b47) (Vincent Weevers)
  • Bump unified-engine from 9 to 10 (#98) (c271740) (Vincent Weevers).

4.1.0 - 2022-01-28

Added

  • Add cc init command to create changelog from scratch (#91) (47745a6).

4.0.0 - 2021-11-14

Hallmark now follows Common Changelog instead of Keep A Changelog.

Changed

Added

  • Breaking: accept multiple targets on cc add (66edde1)
  • Support disabling reporter in programmatic API (3876b0f)

Removed

  • Breaking: remove remark-git-contributors plugin (e8ec0c8)
  • Breaking: remove support of alternative file extensions (2716078).

3.1.0 - 2020-11-14

Added

3.0.0 - 2020-08-22

Changed

  • Breaking: drop node < 10 and upgrade dependencies (02e7c00). Now silently exits on node < 10. Two dozen remark modules have been upgraded, many with breaking changes though most don't apply here. One thing I've noticed is that text like module@1.0.0 will be converted to a mailto link. Wrap such text in backticks.
  • Breaking: remove depth limit on table of contents (031a6ae)
  • Bump remark-changelog (4868875). Adds experimental git submodule support.

Added

  • Support passing options to remark-changelog (6a3923e).

2.1.0 - 2020-05-06

Added

  • Add options to specify extra plugins (e43475c)

Fixed

2.0.0 - 2019-09-06

Changed

  • Skip running on node < 8 (e804671)
  • Upgrade standard devDependency from ^13.0.1 to ^14.0.0 (#35)
  • Upgrade rimraf devDependency from ^2.6.3 to ^3.0.0 (#34)

Added

1.2.0 - 2019-08-11

Changed

  • Skip remark-git-contributors in lint mode (#33)

Removed

  • Remove remark-lint-no-dead-urls (was already disabled) (242ff83)

Fixed

  • Pass repository into remark-github (skip reading package.json twice) (80131b3)

1.1.1 - 2019-08-09

Fixed

  • Restore previous repo behavior of remark-validate-links (#32) (48c7abc)

1.1.0 - 2019-08-09

Changed

  • Upgrade remark from ~10.0.1 to ~11.0.0 (#27)
  • Upgrade remark-toc from ~5.1.1 to ~6.0.0 (#25)
  • Upgrade remark-github from ~7.0.3 to ~8.0.0 (#26
  • Upgrade remark-validate-links from ~8.0.2 to ~9.0.1 (#31)
  • Upgrade deglob from ~3.1.0 to ^4.0.0 (#28)

Added

  • Add --ignore/-i option (in addition to package config) (b6011c2)
  • Smoke test dependents (#29, 06a2e34)

1.0.0 - 2019-07-12

Changed

  • Upgrade remark-git-contributors from ~0.3.0 to ~2.0.0 (#20, #22)
  • Upgrade remark-lint-no-undefined-references from ~1.0.2 to ~1.1.0 (#20)
  • Upgrade remark-validate-links from ~7.1.2 to ~8.0.2 (#20)
  • Upgrade supports-color from ~5.5.0 to ~6.1.0 (#20)
  • Upgrade unified-engine from ~6.0.1 to ~7.0.0 (#20)
  • Upgrade tape devDependency from ~4.9.1 to ^4.10.2 (#20)
  • Upgrade vfile-reporter-json devDependency from ~1.0.2 to ^2.0.0 (#20)
  • Upgrade standard devDependency from ~12.0.1 to ^13.0.1 (#20, #23)

Added

  • Document requirements (99d9884)
  • Document community option and alias it as contributors (1fff6f3)

0.1.0 - 2018-11-24

Changed

  • Temporarily allow skipping link validation (e41c46e)
  • Upgrade dependencies (f70056a)

0.0.2 - 2018-06-24

Changed

  • Upgrade remark-git-contributors from 0.2.2 to 0.2.3 (f941461)

0.0.1 - 2018-06-23

🌱 Initial release.