hallmark

Markdown Style Guide, with linter and automatic fixer.

GPL-3.0 License

Downloads
1.4K
Stars
34
Committers
3

Bot releases are hidden (Show)

hallmark - v3.1.0

Published by vweevers almost 4 years ago

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 and hallmark fix as commands, which going forward are preferred over hallmark and hallmark --fix respectively
  • Export programmatic API (3dc1c87, 6867517, d67f191)
  • Add remark-autolink-references (6e36fda)
    • Transform references like JIRA-123 into links ✨
  • Fallback to git remote to get repository url (dbbe165)
  • Support .hallmarkrc as alternative to package.json (6469e03, fe50723)
    • Hallmark can now be used on non-node projects ✨
hallmark - v3.0.0

Published by vweevers about 4 years ago

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 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).
hallmark - v2.1.0

Published by vweevers over 4 years ago

Added

  • Add options to specify extra plugins (e43475c)

Fixed

hallmark - v2.0.0

Published by vweevers about 5 years ago

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

hallmark - v1.2.0

Published by vweevers about 5 years ago

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)
hallmark - v1.1.1

Published by vweevers about 5 years ago

Fixed

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

Published by vweevers about 5 years ago

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)
hallmark - v1.0.0

Published by vweevers about 5 years ago

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)
hallmark - v0.1.0

Published by vweevers about 5 years ago

Changed

  • Temporarily allow skipping link validation (e41c46e)
  • Upgrade dependencies (f70056a)
hallmark - v0.0.2

Published by vweevers about 5 years ago

Changed

  • Upgrade remark-git-contributors from 0.2.2 to 0.2.3 (f941461)
hallmark - v0.0.1

Published by vweevers about 5 years ago

🌱 Initial release.

Package Rankings
Top 4.38% on Npmjs.org
Badges
Extracted from project README
npm status node Test JavaScript Style Guide Markdown Style Guide Common Changelog
Related Projects