5.0.1 - 2024-10-08
- Bump remark-common-changelog to 2.3.2 (
f9ef578
) (Vincent Weevers) - Print a more friendly error message (#120) (
2142aec
) (Vincent Weevers)
5.0.0 - 2024-04-06
- 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).
- 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
4.2.0 - 2022-09-18
- 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
4.0.0 - 2021-11-14
Hallmark now follows Common Changelog instead of Keep A Changelog.
- Breaking: replace
bump
command withcc add
command (a633efa
) - Breaking: replace
remark-changelog
withremark-common-changelog
(d0a7ce3
) - Breaking: use ESM and drop Node.js < 14 (
2f64070
) - Breaking: bump
remark
and plugins (ecea8e2
) - Change default reporter to
vfile-reporter-shiny
(1294b85
,175055a
) - Bump
remark-toc
andremark-validate-links
(9bc83d5
) - Bump
remark-lint-*
dependencies (47bf432
) - Bump
unified-engine
(c78714e
) - Bump
supports-color
(0d5bbd2
) - Bump
catering
(feaf2b9
) - Refactor: use
find-githost
(15e2fc4
)
- Breaking: accept multiple targets on
cc add
(66edde1
) - Support disabling reporter in programmatic API (
3876b0f
)
- Breaking: remove
remark-git-contributors
plugin (e8ec0c8
) - Breaking: remove support of alternative file extensions (
2716078
).
3.1.0 - 2020-11-14
- Add
bump
command to add a new version to changelog (9e2b53b
) - Support
hallmark lint
andhallmark fix
as commands, which going forward are preferred overhallmark
andhallmark --fix
respectively (9e2b53b
) - Export programmatic API (
3dc1c87
,6867517
,d67f191
) - Add
remark-autolink-references
(6e36fda
) - Fallback to git remote to get repository url (
dbbe165
) - Support
.hallmarkrc
as alternative topackage.json
(6469e03
,fe50723
)
3.0.0 - 2020-08-22
- 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[email protected]
will be converted to amailto
link. Wrap such text in backticks. - Breaking: remove depth limit on table of contents (
031a6ae
) - Bump
remark-changelog
(4868875
). Adds experimental git submodule support.
- Support passing options to
remark-changelog
(6a3923e
).
2.1.0 - 2020-05-06
- Add options to specify extra plugins (
e43475c
)
2.0.0 - 2019-09-06
- 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)
- Breaking: add
remark-changelog
(#37, #44,6a793f6
,057fddb
) - Allow disabling automatic table of contents (
cee5001
) - Allow disabling table padding (
3210a96
) - Add node 12 to CI (
b31750e
)
1.2.0 - 2019-08-11
- Skip
remark-git-contributors
in lint mode (#33)
- Remove
remark-lint-no-dead-urls
(was already disabled) (242ff83
)
- Pass repository into
remark-github
(skip readingpackage.json
twice) (80131b3
)
1.1.1 - 2019-08-09
1.1.0 - 2019-08-09
- 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)
- Add
--ignore/-i
option (in addition to package config) (b6011c2
) - Smoke test dependents (#29,
06a2e34
)
1.0.0 - 2019-07-12
- 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)
0.1.0 - 2018-11-24
0.0.2 - 2018-06-24
- Upgrade
remark-git-contributors
from0.2.2
to0.2.3
(f941461
)
0.0.1 - 2018-06-23
🌱 Initial release.