Skip to content

Releases: appmattus/markdown-lint

Include and exclude filters for rules and base config

04 Apr 10:38
bc9aaee
Compare
Choose a tag to compare
0.2.0

Include and exclude filters for rules and base config (#4)

Bug fixes to UlIndentRule and LineLengthRule

14 Mar 09:09
Compare
Choose a tag to compare
0.1.8

Bug fix to UlIndentRule to align with parent ordered list items

Bug fix to NoSpaceInEmphasisRule

13 Mar 08:31
Compare
Choose a tag to compare
0.1.7

Bug fix to NoSpaceInEmphasisRule to ignore code blocks

Fixes to DSL and implementation of threshold

12 Mar 10:59
Compare
Choose a tag to compare
0.1.6

Rename config dsl object and ifx readme file

More opinionated defaults and bug fixes

11 Mar 22:28
Compare
Choose a tag to compare
0.1.5

Change defaults to be more opinionated

Bug fixes to LineLengthRule and LowerCaseFilenameRule

11 Mar 21:27
Compare
Choose a tag to compare
0.1.4

Fixes for LineLengthRule to allow punctuation after links plus emphasis

Switch to compiler-embeddable

11 Mar 14:11
Compare
Choose a tag to compare
0.1.3

Switch to compiler-embeddable

Removed dependency on checkstyle

11 Mar 13:39
Compare
Choose a tag to compare

Checkstyle depends on Guava which was causing a dependency clash with the Android Gradle Plugin.

0.1.1

09 Mar 21:21
Compare
Choose a tag to compare

Reduce dependencies on flexmark and removed dependency on coroutines

0.1.0

08 Mar 08:05
Compare
Choose a tag to compare

Initial release of the markdown-lint plugin