Commit Graph

555 Commits

Author SHA1 Message Date
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
Titus Wormer
8d70fcf62b Remove peer-dependencies 2015-07-12 21:38:13 +02:00
Titus Wormer
d5f9745846 Remove prepublish script 2015-07-12 21:38:05 +02:00
Titus Wormer
79496a16eb Update mdast to 0.26.2 2015-07-06 21:50:06 +02:00
Titus Wormer
40da702216 0.4.1 2015-07-05 17:52:41 +02:00
Titus Wormer
0127a4fdda Rebuild distribution 2015-07-05 17:51:29 +02:00
Titus Wormer
58d7e6b89d Remove component support
*   ...and externalise `plural` by depending on `sindresorhus/plur`.
2015-07-05 17:46:38 +02:00
Titus Wormer
eb78529ef0 Refactor to externalise lib/utilities/ 2015-07-05 17:29:24 +02:00
Titus Wormer
950a87cea3 Update mdast 2015-07-05 16:07:53 +02:00
Titus Wormer
a8d2e7934b Rebuild distribution 2015-07-05 11:29:26 +02:00
Yoshua Wuyts
19b4b78998 docs: fix typo in readme
past tence ftw
2015-07-05 11:05:06 +02:00
Titus Wormer
4eeac5fde1 0.4.0 2015-06-29 19:32:45 +02:00
Titus Wormer
7985730387 Remove TOC heading removed in 136e760 2015-06-29 19:32:25 +02:00
Titus Wormer
136e7608b4 Add gap support
Gaps are nodes of (re)generated content, without positional
information, which are therefore impossible to warn about.
This feature adds support of the detection of those, and ignores
warnings for already removed content.

Closes GH-8.
2015-06-29 19:26:15 +02:00
Titus Wormer
b7017cbe0d Add more jscdoc attributes 2015-06-28 17:35:31 +02:00
Titus Wormer
2d122e44db Update mdast 2015-06-28 17:27:33 +02:00
Titus Wormer
5ce6dad5e0 Update eslint, mdast-toc 2015-06-28 17:27:24 +02:00
Titus Wormer
785f14888c 0.3.0 2015-06-20 17:39:56 +02:00
Titus Wormer
7b55519c67 Add checkbox-content-indent rule
New rule which warns when a checkbox is followed by too
much white-space.

Related to GH-4.
2015-06-20 17:36:51 +02:00
Titus Wormer
ecbec2c27d Fix dot-files from being read as fixtures 2015-06-20 17:35:59 +02:00
Titus Wormer
7ed4579922 Add checkbox-character-style rule
New rule which warns when the checkbox character is invalid
or inconsistent.

Closes GH-4.
2015-06-20 17:35:30 +02:00
Titus Wormer
55d1128dc9 Fix tests for invalid position given my mdast-range 2015-06-20 17:08:15 +02:00
Titus Wormer
63b83b994f Add missing jsdoc comment 2015-06-19 18:34:34 +02:00
Titus Wormer
a3b082949d Update eslint 2015-06-19 18:32:31 +02:00
Titus Wormer
52bac04d7d Update mdast, mdast-yaml-config 2015-06-19 18:31:51 +02:00
Titus Wormer
0b3370b314 0.2.0 2015-06-13 12:30:06 +02:00
Titus Wormer
053674f114 Remove mdast-usage, add mdast-yaml-config as dependencies 2015-06-13 12:28:09 +02:00
Titus Wormer
ba6d270772 Add images to blacklist for maximum-line-length 2015-06-13 12:26:41 +02:00
Titus Wormer
3f6344c730 Refactor to use rawgit references to images in readme.md 2015-06-13 12:13:50 +02:00
Titus Wormer
5162a0982b Add support for external rules
*   Add example rule, and rule object file, to
    `test/external`;
*   Add fixtures for external tests;
*   Move `mdast.js`, `mdast.min.js` to `mdast-lint.js`,
    `mdast-lint.min.js`;
*   Add docs for external rules.

Closes GH-14.
2015-06-13 12:08:21 +02:00
Titus Wormer
6d2ba6557e Refactor additional, fileless, rules support 2015-06-12 13:11:08 +02:00
Stephan Schneider
29965a3899 Adds support for automatic doc generation for file-less rules 2015-06-12 12:47:14 +02:00
Titus Wormer
77b8bfd23c Add reset docs to rule generation script 2015-06-12 11:43:55 +02:00
Stephan Schneider
90a5f8a914 Adds 'reset' rule to docs 2015-06-11 21:07:42 +02:00
Titus Wormer
00d9ba474c Update wording re rules in readme.md 2015-06-11 18:23:57 +02:00