Commit Graph

555 Commits

Author SHA1 Message Date
Titus Wormer
2219197ba7 Update dev-dependencies 2016-01-24 11:49:33 +01:00
Titus Wormer
85e390e3a1 2.2.1 2016-01-15 11:28:51 +01:00
Titus Wormer
2d481fd7f0 Add source property on exposed VFile messages
This paves the way for externalising the `filter` functionality.
2016-01-15 11:24:53 +01:00
Titus Wormer
e708a1c802 Fix list-item-indent for non-incremented lists
Closes GH-40.
2016-01-15 11:19:28 +01:00
Titus Wormer
a95b422d8a Update dev-dependencies 2016-01-15 11:17:30 +01:00
Titus Wormer
c7b3b6fab3 2.2.0 2016-01-13 12:07:25 +01:00
YJ Yang
589b4d7c18 Add support for global externals when running globally
Closes GH-38.
Closes GH-39.
2016-01-13 10:55:36 +01:00
Titus Wormer
83b9f2228d Fix incorrect link
Related to GH-37.
2016-01-10 10:01:33 +01:00
Titus Wormer
38e6d727ef 2.1.0 2016-01-09 22:33:16 +01:00
Titus Wormer
b2c4637d08 Update readme.md to reflect screenshot.png 2016-01-09 22:30:27 +01:00
Titus Wormer
9c48497e36 Rename screen-shot.png to screenshot.png 2016-01-09 22:27:25 +01:00
Titus Wormer
cf8ede7f1b Update screen-shot.png 2016-01-09 22:25:39 +01:00
Titus Wormer
8f6e05562d Add no-undefined-references rule
This new rule warns when references to undefined definitions are
found.

Closes GH-35.
2016-01-09 22:12:05 +01:00
Titus Wormer
2c628f20f7 Fix typo 2016-01-09 22:11:42 +01:00
Titus Wormer
bde77abca6 Add no-unused-definitions rule
This new rule detects unused definitions and warns when they’re found.

Closes GH-34.
2016-01-09 21:55:12 +01:00
Titus Wormer
43042ea6e7 Update browserify 2016-01-09 21:31:31 +01:00
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