@@ -4,52 +4,66 @@ All notable changes to this project will be documented in this file.
44
55The format is based on [ Keep a Changelog] ( https://keepachangelog.com ) .
66
7+ ## [ v0.0.14 - 2024-04-20] ( https://github.com/tldr-pages/tldr-lint/compare/v0.0.13...v0.0.14 )
8+
9+ - Add rule ` TLDR110 ` ([ #306 ] https://github.com/tldr-pages/tldr-lint/pull/306 ))
10+
711## [ v0.0.13 - 2021-10-12] ( https://github.com/tldr-pages/tldr-lint/compare/v0.0.12...v0.0.13 )
812
913### Changed
14+
1015- Allow exceptions to rule ` TLDR003 ` ([ #104 ] ( https://github.com/tldr-pages/tldr-lint/pull/104 ) )
1116
1217## [ v0.0.12 - 2021-10-04] ( https://github.com/tldr-pages/tldr-lint/compare/v0.0.11...v0.0.12 )
1318
1419### Added
20+
1521- Allow special uppercased characters ([ #101 ] ( https://github.com/tldr-pages/tldr-lint/pull/101 ) )
1622
1723### Changed
24+
1825- Update to test against Node 16.x ([ #90 ] ( https://github.com/tldr-pages/tldr-lint/pull/90 ) )
1926
2027## [ v0.0.11 - 2021-04-14] ( https://github.com/tldr-pages/tldr-lint/compare/v0.0.10...v0.0.11 )
2128
2229### Added
30+
2331- Add CLI flag to ignore specific errors ([ #69 ] ( https://github.com/tldr-pages/tldr-lint/pull/69 ) )
2432
2533### Changed
34+
2635- Allow words at the beginning of example descriptions to end with "ys" ([ #60 ] ( https://github.com/tldr-pages/tldr-lint/pull/60 ) )
2736- Print out filename above parse errors ([ #62 ] ( https://github.com/tldr-pages/tldr-lint/pull/62 ) )
2837
2938### Fixed
39+
3040- Fix passing options to CLI ([ #59 ] ( https://github.com/tldr-pages/tldr-lint/pull/59 ) )
3141
3242## [ v0.0.10 - 2021-03-01] ( https://github.com/tldr-pages/tldr-lint/compare/v0.0.9...v0.0.10 )
3343
3444### Added
45+
3546- Add rule ` TLDR107 ` ([ #34 ] ( https://github.com/tldr-pages/tldr-lint/pull/34 ) )
3647- Add rule ` TLDR108 ` ([ #39 ] ( https://github.com/tldr-pages/tldr-lint/pull/39 ) )
3748- Add rule ` TLDR109 ` ([ #42 ] ( https://github.com/tldr-pages/tldr-lint/pull/42 ) )
3849
3950### Changed
51+
4052- Allow pages with ` + ` character in title ([ #33 ] ( https://github.com/tldr-pages/tldr-lint/pull/33 ) )
4153- Allow pages with ` [ ` chacacter in title ([ #44 ] ( https://github.com/tldr-pages/tldr-lint/pull/44 ) )
4254- Add ESLint for JS linting ([ #50 ] ( https://github.com/tldr-pages/tldr-lint/pull/50 ) )
4355
4456## [ v0.0.9 - 2020-12-23] ( https://github.com/tldr-pages/tldr-lint/compare/v0.0.8...v0.0.9 )
4557
4658### Added
59+
4760- Add rule ` TLDR016 ` ([ #20 ] ( https://github.com/tldr-pages/tldr-lint/pull/20 ) )
4861- Add rule ` TLDR017 ` ([ #20 ] ( https://github.com/tldr-pages/tldr-lint/pull/20 ) )
4962- Add rule ` TLDR018 ` ([ #22 ] ( https://github.com/tldr-pages/tldr-lint/pull/22 ) )
5063- Add rule ` TLDR019 ` ([ #23 ] ( https://github.com/tldr-pages/tldr-lint/pull/23 ) )
5164
5265### Changed
66+
5367- Replace Grunt with npm scripts locally ([ #21 ] ( https://github.com/tldr-pages/tldr-lint/pull/21 ) )
5468- Update CI to always use colour output ([ #24 ] ( https://github.com/tldr-pages/tldr-lint/pull/24 ) )
5569- Remove TODOs from the README into issues ([ #27 ] ( https://github.com/tldr-pages/tldr-lint/pull/27 ) )
@@ -58,54 +72,65 @@ The format is based on [Keep a Changelog](https://keepachangelog.com).
5872## [ v0.0.8 - 2020-10-02] ( https://github.com/tldr-pages/tldr-lint/compare/v0.0.7...v0.0.8 )
5973
6074### Added
75+
6176- Add rule ` TLDR014 `
6277- Add rule ` TLDR015 `
6378- Add rule ` TLDR105 `
6479
6580### Changed
81+
6682- Only allow one command per example
6783- Disallow trailing characters in ` TLDR005 `
6884
6985## [ v0.0.7 - 2016-01-19] ( https://github.com/tldr-pages/tldr-lint/compare/v0.0.6...v0.0.7 )
7086
7187### Added
88+
7289- Add rule ` TLDR104 `
7390- Add rule ` TLDR106 `
7491
7592### Changed
93+
7694- Improve checking on ` TLDR103 `
7795
7896## [ v0.0.6 - 2016-01-14] ( https://github.com/tldr-pages/tldr-lint/compare/v0.0.5...v0.0.6 )
7997
8098### Added
99+
81100- Add rule ` TLDR101 `
82101- Add rule ` TLDR102 `
83102- Add rule ` TLDR103 `
84103
85104## [ v0.0.5 - 2016-01-13] ( https://github.com/tldr-pages/tldr-lint/compare/v0.0.4...v0.0.5 )
86105
87106### Added
107+
88108- Add ` tldrl ` binary, as well as ` tldr-lint `
89109
90110### Changed
111+
91112- Allow periods in title, just not at the end
92113
93114### Fixed
115+
94116- Fix example description regex
95117
96118## [ v0.0.4 - 2016-01-13] ( https://github.com/tldr-pages/tldr-lint/compare/v0.0.3...v0.0.4 )
97119
98120### Added
121+
99122- Add support for directories
100123
101124## [ v0.0.3 - 2016-01-13] ( https://github.com/tldr-pages/tldr-lint/compare/v0.0.2...v0.0.3 )
102125
103126### Fixed
127+
104128- Add exception to ` TLDR003 `
105129
106130## [ v0.0.2 - 2016-01-13] ( https://github.com/tldr-pages/tldr-lint/compare/v0.0.1...v0.0.2 )
107131
108132### Added
133+
109134- Add rule ` TLDR002 `
110135- Add rule ` TLDR003 `
111136- Add rule ` TLDR004 `
@@ -120,10 +145,12 @@ The format is based on [Keep a Changelog](https://keepachangelog.com).
120145- Add rule ` TLDR013 `
121146
122147### Fixed
148+
123149- Fix writing to files with ` -o `
124150
125151## [ v0.0.1 - 2016-01-07] ( https://github.com/tldr-pages/tldr-lint/commit/4570c2fe189e5fcc0ebd42b4cd4f63ac171ae07e )
126152
127153### Added
154+
128155- Initial release
129156- Add rule ` TLDR001 `
0 commit comments