Releases: sapegin/proselint
Releases · sapegin/proselint
v0.1.7
- Fixed: Add update notifier
v0.1.6
- Fixed: Properly start and stop the spinner
v0.1.5
- 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
- Fixed: Fix info color (#5)
v0.1.2
- Fixed: Exit with error code 1 if there are errors (#3)
v0.1.0
New features
Allow multiple files input and glob masks:
proselintjs *.md
proselintjs 'pattern/**/*.md'
Thanks @bebraw!
Custom formatter instead of babel-code-frame: