Commit Graph

89 Commits

Author SHA1 Message Date
Titus Wormer
7ff9b74de1 Rename sentence-newline external rule to remark
Closes GH-37.
2016-01-09 21:29:49 +01:00
Titus Wormer
b09b780416 2.0.3 2016-01-06 10:16:16 +01:00
Burak Yiğit Kaya
aada8e8133 Fix silent warnings for invalid options
Although there was a system in place to warn users about invalid
lint options, it failed to report those messages.

*   Additionally, fix several typographic errors in documentation.

Closes GH-33.
2016-01-06 10:11:13 +01:00
Titus Wormer
298b33ae64 Add list of external rules to readme.md 2015-12-28 18:42:32 +01:00
Titus Wormer
d78b63ac94 2.0.2 2015-12-27 20:45:49 +01:00
Titus Wormer
a427c59a35 Fix hard-break-spaces in indented blocks
Closes GH-31.
2015-12-27 20:43:52 +01:00
Titus Wormer
d0264d2432 2.0.1 2015-12-26 14:56:05 +01:00
Titus Wormer
11ab4f1a80 Add node 4, 5 to travis 2015-12-26 14:53:44 +01:00
Titus Wormer
e012e19694 Remove distribution files from source 2015-12-26 14:53:25 +01:00
Titus Wormer
690e38be30 Remove support for bower 2015-12-26 14:50:03 +01:00
Titus Wormer
842d99dce6 Remove superfluous ignores 2015-12-26 14:49:32 +01:00
Titus Wormer
eb82bd9f98 Update eslint, jscs style guidelines 2015-12-26 14:49:07 +01:00
Titus Wormer
de65cd706f Refactor npm test target 2015-12-26 14:33:18 +01:00
Titus Wormer
cc3361a0da Update dev-dependencies 2015-12-26 14:27:55 +01:00
Titus Wormer
26e07c9d5e Replace internal dependency of mdast > remark 2015-12-26 14:25:46 +01:00
Titus Wormer
7327d01df0 2.0.0 2015-12-24 16:21:33 +01:00
Titus Wormer
795877f788 Add temporary warning to readme.md 2015-12-24 16:17:59 +01:00
Titus Wormer
8b88d8a870 Rebuild distribution files 2015-12-24 15:50:26 +01:00
Titus Wormer
237c12cc4a Update fixtures for changes in remark 2015-12-24 15:48:53 +01:00
Titus Wormer
e027168750 Update logo.svg 2015-12-24 15:44:54 +01:00
Titus Wormer
811ce91c4c Rename mdast-github > remark-github 2015-12-24 15:44:45 +01:00
Titus Wormer
63cdcab720 Remove superfluous warnings after changes in mdast 2015-12-14 18:54:58 +01:00
Titus Wormer
453727142c Update dependencies for changes in mdast 2015-12-14 18:54:54 +01:00
Titus Wormer
50f350b02f Add list of related tools to readme.md 2015-09-18 16:28:06 +02:00
Titus Wormer
ad6df51f04 Refactor API docs
Refer to `vfile` for more up-to-date docs.

Related: chcokr/mdast-lint-sentence-newline#2
2015-09-12 19:04:51 +02:00
Titus Wormer
8c8625f54e 1.1.1 2015-09-12 09:42:26 +02:00
Titus Wormer
35c4066efa Add support for camel-case properties
...because the CLI parses argv arguments and camelizes them.

Closes GH-25.
2015-09-12 09:37:52 +02:00
Titus Wormer
8c2d884b76 1.1.0 2015-08-31 14:31:35 +02:00
Titus Wormer
29976d097c Add en- and disabling multiple rules in one comment
Why:

*   Disabling more than one rule currently needs multiple HTML
    comments. Those are often added, after each other. But markdown
    needs blank lines between HTML to distinguish it, thus when
    lint-comments were adjacent without black-lines they were
    ignored.

How:

*    Space-delimit the ruleId’s in `lint disable` and `lint-enable`
     comments, and toggle each ruleId.
2015-08-31 14:26:50 +02:00
Titus Wormer
c1136a1d10 Replace vfile patching of data with vfile-namespaces 2015-08-31 14:12:48 +02:00
Titus Wormer
7fad9a527b Update dev-dependencies 2015-08-31 14:06:18 +02:00
Titus Wormer
9e39b32d12 1.0.0 2015-08-17 14:00:36 +02:00
Titus Wormer
5a8b109e2a Replace coveralls with codecov 2015-08-17 13:58:14 +02:00
Titus Wormer
42f47b0f3c Add mdast-validate-links as a dev-dependency 2015-08-17 13:58:06 +02:00
Titus Wormer
513f107309 Fix nested code-blocks 2015-08-17 13:57:43 +02:00
Titus Wormer
6dcc359bae Add license comments to library 2015-08-17 13:48:19 +02:00
Titus Wormer
4936d35b8a Update dependencies 2015-08-17 13:41:45 +02:00
Titus Wormer
8550673a9a 0.4.5 2015-08-08 15:36:05 +02:00
Titus Wormer
414b2de317 Replace mdast-util-visit with unist-util-visit 2015-08-08 15:34:40 +02:00
Titus Wormer
968fee0622 Update eslint, jscs, browserify
*   Fix new lint-warnings.
2015-08-08 15:30:32 +02:00
Titus Wormer
490ac160ee Fix typo in definition-case warning
Closes GH-22.
2015-08-05 10:11:47 +02:00
Titus Wormer
c7743c7eb2 0.4.4 2015-08-05 10:07:54 +02:00
Titus Wormer
1119ca83b7 Remove maximum-line-length warnings on definitions
Closes GH-21.
2015-08-05 10:06:42 +02:00
Titus Wormer
7de8847b55 Add linter-markdown to readme.md
Thanks to @leipert for the work!

Closes GH-16.
2015-08-04 11:09:28 +02:00
Titus Wormer
00225b612c 0.4.3 2015-08-04 10:16:02 +02:00
Titus Wormer
a9aaff77b9 Fix failure on block-quotes without children
Rule: blockquote-indentation.

Closes GH-19.
2015-08-04 10:13:08 +02:00
Titus Wormer
34df79caf6 Update mdast dev-dependency 2015-08-04 10:12:37 +02:00
Titus Wormer
84d1ce3e78 Add vfile as a dev-dependency 2015-08-04 10:12:18 +02:00
Titus Wormer
e87d07ac90 0.4.2 2015-07-12 21:41:47 +02:00
Titus Wormer
587017f2f1 Remove travis deploy 2015-07-12 21:38:23 +02:00