From 5a96751edabf2c0654c33611b87eb047a779ca6d Mon Sep 17 00:00:00 2001 From: Titus Wormer Date: Sun, 27 Dec 2015 20:13:18 +0100 Subject: [PATCH] 3.0.1 --- .remarkrc-man | 2 +- component.json | 2 +- history.md | 8 ++++++++ index.js | 2 +- lib/cli/cli.js | 2 +- lib/cli/configuration.js | 2 +- lib/cli/file-pipeline/configure.js | 2 +- lib/cli/file-pipeline/copy.js | 2 +- lib/cli/file-pipeline/file-system.js | 2 +- lib/cli/file-pipeline/index.js | 2 +- lib/cli/file-pipeline/parse.js | 2 +- lib/cli/file-pipeline/queue.js | 2 +- lib/cli/file-pipeline/read.js | 2 +- lib/cli/file-pipeline/stdout.js | 2 +- lib/cli/file-pipeline/stringify.js | 2 +- lib/cli/file-pipeline/transform.js | 2 +- lib/cli/file-set-pipeline/configure.js | 2 +- lib/cli/file-set-pipeline/file-system.js | 2 +- lib/cli/file-set-pipeline/index.js | 2 +- lib/cli/file-set-pipeline/log.js | 2 +- lib/cli/file-set-pipeline/stdin.js | 2 +- lib/cli/file-set-pipeline/transform.js | 2 +- lib/cli/file-set.js | 2 +- lib/cli/finder.js | 2 +- lib/cli/ignore.js | 2 +- lib/cli/index.js | 2 +- lib/cli/spinner.js | 2 +- lib/cli/watch-output-cache.js | 2 +- lib/defaults.js | 2 +- lib/parse.js | 2 +- lib/stringify.js | 2 +- lib/utilities.js | 2 +- man/remark.1 | 2 +- man/remark.3 | 2 +- man/remarkconfig.7 | 2 +- man/remarkignore.5 | 2 +- man/remarkplugin.3 | 2 +- man/remarkplugin.7 | 2 +- man/remarkrc.5 | 2 +- man/remarksetting.7 | 2 +- package.json | 2 +- 41 files changed, 48 insertions(+), 40 deletions(-) diff --git a/.remarkrc-man b/.remarkrc-man index b82b28e92..dc0289453 100644 --- a/.remarkrc-man +++ b/.remarkrc-man @@ -4,7 +4,7 @@ "remark-man": { "date": "2015-12-01", "manual": "remark manual", - "version": "3.0.0" + "version": "3.0.1" } } } diff --git a/component.json b/component.json index 0d57b5a9c..feba6dac9 100644 --- a/component.json +++ b/component.json @@ -1,6 +1,6 @@ { "name": "remark", - "version": "3.0.0", + "version": "3.0.1", "description": "Markdown processor powered by plugins", "license": "MIT", "keywords": [ diff --git a/history.md b/history.md index 02d5b1e02..7e56721a1 100644 --- a/history.md +++ b/history.md @@ -2,6 +2,14 @@ +3.0.1 / 2015-12-27 +================== + +* Fix files without extension in remark(1) ([6d8bcd5](https://github.com/wooorm/remark/commit/6d8bcd5)) +* Refactor remark(1) examples in docs to be valid ([fb0cbe8](https://github.com/wooorm/remark/commit/fb0cbe8)) +* Add `remark-textr` to list of plugins ([098052a](https://github.com/wooorm/remark/commit/098052a)) +* Update list of plugins with renames ([caf5232](https://github.com/wooorm/remark/commit/caf5232)) + 3.0.0 / 2015-12-25 ================== diff --git a/index.js b/index.js index 57c9510af..8ed4fca4e 100644 --- a/index.js +++ b/index.js @@ -3,7 +3,7 @@ * @copyright 2015 Titus Wormer * @license MIT * @module remark - * @version 3.0.0 + * @version 3.0.1 * @fileoverview Markdown processor powered by plugins. */ diff --git a/lib/cli/cli.js b/lib/cli/cli.js index fc69c1851..4dadb266e 100644 --- a/lib/cli/cli.js +++ b/lib/cli/cli.js @@ -3,7 +3,7 @@ * @copyright 2015 Titus Wormer * @license MIT * @module remark:cli:cli - * @version 3.0.0 + * @version 3.0.1 * @fileoverview Bridge between CLI options and node. */ diff --git a/lib/cli/configuration.js b/lib/cli/configuration.js index 375eb6ca0..c1a09d317 100644 --- a/lib/cli/configuration.js +++ b/lib/cli/configuration.js @@ -3,7 +3,7 @@ * @copyright 2015 Titus Wormer * @license MIT * @module remark:cli:configuration - * @version 3.0.0 + * @version 3.0.1 * @fileoverview Find remark rc files. */ diff --git a/lib/cli/file-pipeline/configure.js b/lib/cli/file-pipeline/configure.js index d8f340815..0aafdd893 100644 --- a/lib/cli/file-pipeline/configure.js +++ b/lib/cli/file-pipeline/configure.js @@ -3,7 +3,7 @@ * @copyright 2015 Titus Wormer * @license MIT * @module remark:cli:file-pipeline:configure - * @version 3.0.0 + * @version 3.0.1 * @fileoverview Configure a file. */ diff --git a/lib/cli/file-pipeline/copy.js b/lib/cli/file-pipeline/copy.js index f34262c48..606018302 100644 --- a/lib/cli/file-pipeline/copy.js +++ b/lib/cli/file-pipeline/copy.js @@ -3,7 +3,7 @@ * @copyright 2015 Titus Wormer * @license MIT * @module remark:cli:file-pipeline:copy - * @version 3.0.0 + * @version 3.0.1 * @fileoverview Move a file. */ diff --git a/lib/cli/file-pipeline/file-system.js b/lib/cli/file-pipeline/file-system.js index 4cecb4eec..a7e30358e 100644 --- a/lib/cli/file-pipeline/file-system.js +++ b/lib/cli/file-pipeline/file-system.js @@ -3,7 +3,7 @@ * @copyright 2015 Titus Wormer * @license MIT * @module remark:cli:file-pipeline:file-system - * @version 3.0.0 + * @version 3.0.1 * @fileoverview Write a file to the file system. */ diff --git a/lib/cli/file-pipeline/index.js b/lib/cli/file-pipeline/index.js index 639269afc..7ec2c0b66 100644 --- a/lib/cli/file-pipeline/index.js +++ b/lib/cli/file-pipeline/index.js @@ -3,7 +3,7 @@ * @copyright 2015 Titus Wormer * @license MIT * @module remark:cli:file-pipeline - * @version 3.0.0 + * @version 3.0.1 * @fileoverview Process a file. */ diff --git a/lib/cli/file-pipeline/parse.js b/lib/cli/file-pipeline/parse.js index 9fed1bc47..698c0de5c 100644 --- a/lib/cli/file-pipeline/parse.js +++ b/lib/cli/file-pipeline/parse.js @@ -3,7 +3,7 @@ * @copyright 2015 Titus Wormer * @license MIT * @module remark:cli:file-pipeline:parse - * @version 3.0.0 + * @version 3.0.1 * @fileoverview Parse a file into an AST. */ diff --git a/lib/cli/file-pipeline/queue.js b/lib/cli/file-pipeline/queue.js index df2191df6..ccdcb043e 100644 --- a/lib/cli/file-pipeline/queue.js +++ b/lib/cli/file-pipeline/queue.js @@ -3,7 +3,7 @@ * @copyright 2015 Titus Wormer * @license MIT * @module remark:cli:file-pipeline:queue - * @version 3.0.0 + * @version 3.0.1 * @fileoverview Queue all files which came this far. */ diff --git a/lib/cli/file-pipeline/read.js b/lib/cli/file-pipeline/read.js index fe12d2a1c..0f4e82140 100644 --- a/lib/cli/file-pipeline/read.js +++ b/lib/cli/file-pipeline/read.js @@ -3,7 +3,7 @@ * @copyright 2015 Titus Wormer * @license MIT * @module remark:cli:file-pipeline:read - * @version 3.0.0 + * @version 3.0.1 * @fileoverview Read a file if not already filled. */ diff --git a/lib/cli/file-pipeline/stdout.js b/lib/cli/file-pipeline/stdout.js index 6349fc9cb..435432e95 100644 --- a/lib/cli/file-pipeline/stdout.js +++ b/lib/cli/file-pipeline/stdout.js @@ -3,7 +3,7 @@ * @copyright 2015 Titus Wormer * @license MIT * @module remark:cli:file-pipeline:stdout - * @version 3.0.0 + * @version 3.0.1 * @fileoverview Write a file to stdout(4). */ diff --git a/lib/cli/file-pipeline/stringify.js b/lib/cli/file-pipeline/stringify.js index 1ef9ee36a..df409632b 100644 --- a/lib/cli/file-pipeline/stringify.js +++ b/lib/cli/file-pipeline/stringify.js @@ -3,7 +3,7 @@ * @copyright 2015 Titus Wormer * @license MIT * @module remark:cli:file-pipeline:stringify - * @version 3.0.0 + * @version 3.0.1 * @fileoverview Compile an AST into a file. */ diff --git a/lib/cli/file-pipeline/transform.js b/lib/cli/file-pipeline/transform.js index 7df0aaeae..bda7a80f7 100644 --- a/lib/cli/file-pipeline/transform.js +++ b/lib/cli/file-pipeline/transform.js @@ -3,7 +3,7 @@ * @copyright 2015 Titus Wormer * @license MIT * @module remark:cli:file-pipeline:transform - * @version 3.0.0 + * @version 3.0.1 * @fileoverview Transform an AST associated with a file. */ diff --git a/lib/cli/file-set-pipeline/configure.js b/lib/cli/file-set-pipeline/configure.js index 8f7f2ee3e..c71b4f4f0 100644 --- a/lib/cli/file-set-pipeline/configure.js +++ b/lib/cli/file-set-pipeline/configure.js @@ -3,7 +3,7 @@ * @copyright 2015 Titus Wormer * @license MIT * @module remark:cli:file-set-pipeline:configure - * @version 3.0.0 + * @version 3.0.1 * @fileoverview Configure a collection of files. */ diff --git a/lib/cli/file-set-pipeline/file-system.js b/lib/cli/file-set-pipeline/file-system.js index 9f15ec68e..ea13b94c9 100644 --- a/lib/cli/file-set-pipeline/file-system.js +++ b/lib/cli/file-set-pipeline/file-system.js @@ -3,7 +3,7 @@ * @copyright 2015 Titus Wormer * @license MIT * @module remark:cli:file-set-pipeline:traverse - * @version 3.0.0 + * @version 3.0.1 * @fileoverview Find files from the file-system. */ diff --git a/lib/cli/file-set-pipeline/index.js b/lib/cli/file-set-pipeline/index.js index 09a175c4c..eb5b7993f 100644 --- a/lib/cli/file-set-pipeline/index.js +++ b/lib/cli/file-set-pipeline/index.js @@ -3,7 +3,7 @@ * @copyright 2015 Titus Wormer * @license MIT * @module remark:cli:file-set-pipeline - * @version 3.0.0 + * @version 3.0.1 * @fileoverview Process a collection of files. */ diff --git a/lib/cli/file-set-pipeline/log.js b/lib/cli/file-set-pipeline/log.js index de2d2d3eb..ed03e7e19 100644 --- a/lib/cli/file-set-pipeline/log.js +++ b/lib/cli/file-set-pipeline/log.js @@ -3,7 +3,7 @@ * @copyright 2015 Titus Wormer * @license MIT * @module remark:cli:log - * @version 3.0.0 + * @version 3.0.1 * @fileoverview Log a file context on successful completion. */ diff --git a/lib/cli/file-set-pipeline/stdin.js b/lib/cli/file-set-pipeline/stdin.js index 51c3e88ca..b23f5f1cc 100644 --- a/lib/cli/file-set-pipeline/stdin.js +++ b/lib/cli/file-set-pipeline/stdin.js @@ -3,7 +3,7 @@ * @copyright 2015 Titus Wormer * @license MIT * @module remark:cli:file-set-pipeline:stdin - * @version 3.0.0 + * @version 3.0.1 * @fileoverview Read from stdin. */ diff --git a/lib/cli/file-set-pipeline/transform.js b/lib/cli/file-set-pipeline/transform.js index e1ad98ef8..b65561be1 100644 --- a/lib/cli/file-set-pipeline/transform.js +++ b/lib/cli/file-set-pipeline/transform.js @@ -3,7 +3,7 @@ * @copyright 2015 Titus Wormer * @license MIT * @module remark:cli:file-set-pipeline:transform - * @version 3.0.0 + * @version 3.0.1 * @fileoverview Transform all files. */ diff --git a/lib/cli/file-set.js b/lib/cli/file-set.js index e964974ca..c248a290b 100644 --- a/lib/cli/file-set.js +++ b/lib/cli/file-set.js @@ -3,7 +3,7 @@ * @copyright 2015 Titus Wormer * @license MIT * @module remark:cli:file-set - * @version 3.0.0 + * @version 3.0.1 * @fileoverview Collection of virtual files. */ diff --git a/lib/cli/finder.js b/lib/cli/finder.js index ec326c4c1..75be5de1a 100644 --- a/lib/cli/finder.js +++ b/lib/cli/finder.js @@ -3,7 +3,7 @@ * @copyright 2015 Titus Wormer * @license MIT * @module remark:cli:traverser - * @version 3.0.0 + * @version 3.0.1 * @fileoverview Get applicable input files from * the file system to be processed by remark, respecting * ignored paths and applicable extensions. diff --git a/lib/cli/ignore.js b/lib/cli/ignore.js index 98751eea7..d666b9c28 100644 --- a/lib/cli/ignore.js +++ b/lib/cli/ignore.js @@ -3,7 +3,7 @@ * @copyright 2015 Titus Wormer * @license MIT * @module remark:cli:ignore - * @version 3.0.0 + * @version 3.0.1 * @fileoverview Find remark ignore files. */ diff --git a/lib/cli/index.js b/lib/cli/index.js index 6150a09f8..09d781fe4 100644 --- a/lib/cli/index.js +++ b/lib/cli/index.js @@ -3,7 +3,7 @@ * @copyright 2015 Titus Wormer * @license MIT * @module remark:cli - * @version 3.0.0 + * @version 3.0.1 * @fileoverview CLI Engine. */ diff --git a/lib/cli/spinner.js b/lib/cli/spinner.js index 9dccae11e..6a80e195c 100644 --- a/lib/cli/spinner.js +++ b/lib/cli/spinner.js @@ -3,7 +3,7 @@ * @copyright 2015 Titus Wormer * @license MIT * @module remark:cli:spinner - * @version 3.0.0 + * @version 3.0.1 * @fileoverview A spinner for stdout(4). */ diff --git a/lib/cli/watch-output-cache.js b/lib/cli/watch-output-cache.js index 5a10cedb2..5a5058608 100644 --- a/lib/cli/watch-output-cache.js +++ b/lib/cli/watch-output-cache.js @@ -2,7 +2,7 @@ * @author YJ Yang * @copyright 2015 Titus Wormer * @license MIT - * @version 3.0.0 + * @version 3.0.1 * @module remark:cli:watch-output-cache * @fileoverview Cache changed files which are also watched. */ diff --git a/lib/defaults.js b/lib/defaults.js index d9f5976a8..8cab48692 100644 --- a/lib/defaults.js +++ b/lib/defaults.js @@ -3,7 +3,7 @@ * @copyright 2015 Titus Wormer * @license MIT * @module remark:defaults - * @version 3.0.0 + * @version 3.0.1 * @fileoverview Default values for parse and * stringification settings. */ diff --git a/lib/parse.js b/lib/parse.js index 2a521319a..d624b24f1 100644 --- a/lib/parse.js +++ b/lib/parse.js @@ -3,7 +3,7 @@ * @copyright 2015 Titus Wormer * @license MIT * @module remark:parse - * @version 3.0.0 + * @version 3.0.1 * @fileoverview Parse a markdown document into an * abstract syntax tree. */ diff --git a/lib/stringify.js b/lib/stringify.js index 7b10b3a75..2e5783aec 100644 --- a/lib/stringify.js +++ b/lib/stringify.js @@ -3,7 +3,7 @@ * @copyright 2015 Titus Wormer * @license MIT * @module remark:stringify - * @version 3.0.0 + * @version 3.0.1 * @fileoverview Compile an abstract syntax tree into * a markdown document. */ diff --git a/lib/utilities.js b/lib/utilities.js index fc810b96b..bca04e781 100644 --- a/lib/utilities.js +++ b/lib/utilities.js @@ -3,7 +3,7 @@ * @copyright 2015 Titus Wormer * @license MIT * @module remark:utilities - * @version 3.0.0 + * @version 3.0.1 * @fileoverview Collection of tiny helpers useful for * both parsing and compiling markdown. */ diff --git a/man/remark.1 b/man/remark.1 index 9e7ece03f..c72b2ed93 100644 --- a/man/remark.1 +++ b/man/remark.1 @@ -1,4 +1,4 @@ -.TH "REMARK" "1" "December 2015" "3.0.0" "remark manual" +.TH "REMARK" "1" "December 2015" "3.0.1" "remark manual" .SH "NAME" \fBremark\fR - Markdown processor .SH "SYNOPSIS" diff --git a/man/remark.3 b/man/remark.3 index 1b559feb4..3d4218127 100644 --- a/man/remark.3 +++ b/man/remark.3 @@ -1,4 +1,4 @@ -.TH "REMARK" "3" "December 2015" "3.0.0" "remark manual" +.TH "REMARK" "3" "December 2015" "3.0.1" "remark manual" .SH "NAME" \fBremark\fR - Markdown processor .SH "SYNOPSIS" diff --git a/man/remarkconfig.7 b/man/remarkconfig.7 index bbeeba138..96f15026d 100644 --- a/man/remarkconfig.7 +++ b/man/remarkconfig.7 @@ -1,4 +1,4 @@ -.TH "REMARKCONFIG" "7" "December 2015" "3.0.0" "remark manual" +.TH "REMARKCONFIG" "7" "December 2015" "3.0.1" "remark manual" .SH "NAME" \fBremarkconfig\fR - remark configuration .SH "SYNOPSIS" diff --git a/man/remarkignore.5 b/man/remarkignore.5 index 9e2e29a5c..726e12934 100644 --- a/man/remarkignore.5 +++ b/man/remarkignore.5 @@ -1,4 +1,4 @@ -.TH "REMARKIGNORE" "5" "December 2015" "3.0.0" "remark manual" +.TH "REMARKIGNORE" "5" "December 2015" "3.0.1" "remark manual" .SH "NAME" \fBremarkignore\fR - remark ignore files .SH "SYNOPSIS" diff --git a/man/remarkplugin.3 b/man/remarkplugin.3 index 56f8b921f..13e15b518 100644 --- a/man/remarkplugin.3 +++ b/man/remarkplugin.3 @@ -1,4 +1,4 @@ -.TH "REMARKPLUGIN" "3" "December 2015" "3.0.0" "remark manual" +.TH "REMARKPLUGIN" "3" "December 2015" "3.0.1" "remark manual" .SH "NAME" \fBremarkplugin\fR - remark plug-in creation .SH "SYNOPSIS" diff --git a/man/remarkplugin.7 b/man/remarkplugin.7 index e530ce8b1..da8399a13 100644 --- a/man/remarkplugin.7 +++ b/man/remarkplugin.7 @@ -1,4 +1,4 @@ -.TH "REMARKPLUGIN" "7" "December 2015" "3.0.0" "remark manual" +.TH "REMARKPLUGIN" "7" "December 2015" "3.0.1" "remark manual" .SH "NAME" \fBremarkplugin\fR - remark plug-in usage .SH "SYNOPSIS" diff --git a/man/remarkrc.5 b/man/remarkrc.5 index c4616942c..a5e47e80e 100644 --- a/man/remarkrc.5 +++ b/man/remarkrc.5 @@ -1,4 +1,4 @@ -.TH "REMARKRC" "5" "December 2015" "3.0.0" "remark manual" +.TH "REMARKRC" "5" "December 2015" "3.0.1" "remark manual" .SH "NAME" \fBremarkrc\fR - remark config files .SH "SYNOPSIS" diff --git a/man/remarksetting.7 b/man/remarksetting.7 index 721f97d69..3959f4a03 100644 --- a/man/remarksetting.7 +++ b/man/remarksetting.7 @@ -1,4 +1,4 @@ -.TH "REMARKSETTING" "7" "December 2015" "3.0.0" "remark manual" +.TH "REMARKSETTING" "7" "December 2015" "3.0.1" "remark manual" .SH "NAME" \fBremarksetting\fR - remark settings .SH "SYNOPSIS" diff --git a/package.json b/package.json index fbbac7562..7cbee4c69 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "remark", - "version": "3.0.0", + "version": "3.0.1", "description": "Markdown processor powered by plugins", "license": "MIT", "keywords": [