Releases: vweevers/hallmark
Releases · vweevers/hallmark
v5.0.1
v5.0.0
v4.3.0
v4.2.0
v4.1.0
v4.0.0
Hallmark now follows Common Changelog instead of Keep A Changelog.
Changed
- 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
)
Added
- Breaking: accept multiple targets on
cc add
(66edde1
) - Support disabling reporter in programmatic API (
3876b0f
)
Removed
v3.1.0
Added
- Add
bump
command to add a new version to changelog (9e2b53b
)- As an example,
hallmark bump minor
added this 3.1.0 entry, prepopulated with git commits ✨ - We now also support
hallmark lint
andhallmark fix
as commands, which going forward are preferred overhallmark
andhallmark --fix
respectively
- As an example,
- Export programmatic API (
3dc1c87
,6867517
,d67f191
)- Used by
hallmark-lint-action
✨
- Used by
- Add
remark-autolink-references
(6e36fda
)- Transform references like
JIRA-123
into links ✨
- Transform references like
- Fallback to git remote to get repository url (
dbbe165
) - Support
.hallmarkrc
as alternative topackage.json
(6469e03
,fe50723
)- Hallmark can now be used on non-node projects ✨
v3.0.0
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[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.
Added
- Support passing options to
remark-changelog
(6a3923e
).