All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog.
- Allow exceptions to rule
TLDR003
(#104)
- Allow special uppercased characters (#101)
- Update to test against Node 16.x (#90)
- Add CLI flag to ignore specific errors (#69)
- Allow words at the beginning of example descriptions to end with "ys" (#60)
- Print out filename above parse errors (#62)
- Fix passing options to CLI (#59)
- Allow pages with
+
character in title (#33) - Allow pages with
[
chacacter in title (#44) - Add ESLint for JS linting (#50)
- Replace Grunt with npm scripts locally (#21)
- Update CI to always use colour output (#24)
- Remove TODOs from the README into issues (#27)
- Update Node versions in CI (#28)
- Add rule
TLDR014
- Add rule
TLDR015
- Add rule
TLDR105
- Only allow one command per example
- Disallow trailing characters in
TLDR005
- Add rule
TLDR104
- Add rule
TLDR106
- Improve checking on
TLDR103
- Add rule
TLDR101
- Add rule
TLDR102
- Add rule
TLDR103
- Add
tldrl
binary, as well astldr-lint
- Allow periods in title, just not at the end
- Fix example description regex
- Add support for directories
- Add exception to
TLDR003
- Add rule
TLDR002
- Add rule
TLDR003
- Add rule
TLDR004
- Add rule
TLDR005
- Add rule
TLDR006
- Add rule
TLDR007
- Add rule
TLDR008
- Add rule
TLDR009
- Add rule
TLDR010
- Add rule
TLDR011
- Add rule
TLDR012
- Add rule
TLDR013
- Fix writing to files with
-o
- Initial release
- Add rule
TLDR001