Skip to content

Releases: sapegin/proselint

v0.1.7

06 Feb 09:36
Compare
Choose a tag to compare
  • Fixed: Add update notifier

v0.1.6

06 Feb 09:06
Compare
Choose a tag to compare
  • Fixed: Properly start and stop the spinner

v0.1.5

06 Feb 08:57
Compare
Choose a tag to compare
  • Fixed: Do not add double empty line between errors
  • Fixed: Do not print “Error” before “N issues found”
  • Fixed: Show spinner and remove filenames without issues

v0.1.4

06 Feb 08:22
Compare
Choose a tag to compare
  • Fixed: Fix info color (#5)

v0.1.3

06 Feb 08:07
Compare
Choose a tag to compare
  • Fixed: Fix npm paths

v0.1.2

06 Feb 07:56
Compare
Choose a tag to compare
  • Fixed: Exit with error code 1 if there are errors (#3)

v0.1.1

05 Feb 21:26
Compare
Choose a tag to compare
  • Fixed: Fix “1 issues”

v0.1.0

05 Feb 20:49
Compare
Choose a tag to compare

New features

Allow multiple files input and glob masks:

proselintjs *.md
proselintjs 'pattern/**/*.md'

Thanks @bebraw!

Custom formatter instead of babel-code-frame: