Skip to content

Commit

Permalink
3.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
wooorm committed Dec 24, 2015
1 parent 269f521 commit e256e34
Show file tree
Hide file tree
Showing 41 changed files with 58 additions and 40 deletions.
2 changes: 1 addition & 1 deletion .remarkrc-man
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"remark-man": {
"date": "2015-12-01",
"manual": "remark manual",
"version": "2.3.2"
"version": "3.0.0"
}
}
}
2 changes: 1 addition & 1 deletion component.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "remark",
"version": "2.3.2",
"version": "3.0.0",
"description": "Markdown processor powered by plugins",
"license": "MIT",
"keywords": [
Expand Down
18 changes: 18 additions & 0 deletions history.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,24 @@

<!--lint disable no-multiple-toplevel-headings maximum-line-length-->

3.0.0 / 2015-12-25
==================

* Add migration guide and temporary warnings ([269f521](https://github.com/wooorm/remark/commit/269f521))
* Update list of plugins with project renames ([fb0fea9](https://github.com/wooorm/remark/commit/fb0fea9))
* Rename `mdast` to `remark` ([38fe53d](https://github.com/wooorm/remark/commit/38fe53d))
* Fix bug where blockquotes had trailing spaces ([a51f112](https://github.com/wooorm/remark/commit/a51f112))
* Refactor support for entities ([0c7b649](https://github.com/wooorm/remark/commit/0c7b649))
* Refactor code-style ([3dc2485](https://github.com/wooorm/remark/commit/3dc2485))
* Add documentation for interfacing with the parser ([7a5d16d](https://github.com/wooorm/remark/commit/7a5d16d))
* Fix footnote definitions without spacing ([46714b2](https://github.com/wooorm/remark/commit/46714b2))
* Fix empty `alt` value for `imageReference`, `image` ([698d569](https://github.com/wooorm/remark/commit/698d569))
* Fix unclosed angle-bracketed definition ([acebf81](https://github.com/wooorm/remark/commit/acebf81))
* Add escaping to compiler ([d1fe019](https://github.com/wooorm/remark/commit/d1fe019))
* Fix handling of definitions in commonmark-mode ([b7d6e53](https://github.com/wooorm/remark/commit/b7d6e53))
* Fix handling of list-item bullets in gfm-mode ([6e74759](https://github.com/wooorm/remark/commit/6e74759))
* Refactor to remove regular expressions ([25a26f2](https://github.com/wooorm/remark/commit/25a26f2))

2.3.2 / 2015-12-21
==================

Expand Down
2 changes: 1 addition & 1 deletion index.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
* @copyright 2015 Titus Wormer
* @license MIT
* @module remark
* @version 2.3.2
* @version 3.0.0
* @fileoverview Markdown processor powered by plugins.
*/

Expand Down
2 changes: 1 addition & 1 deletion lib/cli/cli.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
* @copyright 2015 Titus Wormer
* @license MIT
* @module remark:cli:cli
* @version 2.3.2
* @version 3.0.0
* @fileoverview Bridge between CLI options and node.
*/

Expand Down
2 changes: 1 addition & 1 deletion lib/cli/configuration.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
* @copyright 2015 Titus Wormer
* @license MIT
* @module remark:cli:configuration
* @version 2.3.2
* @version 3.0.0
* @fileoverview Find remark rc files.
*/

Expand Down
2 changes: 1 addition & 1 deletion lib/cli/file-pipeline/configure.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
* @copyright 2015 Titus Wormer
* @license MIT
* @module remark:cli:file-pipeline:configure
* @version 2.3.2
* @version 3.0.0
* @fileoverview Configure a file.
*/

Expand Down
2 changes: 1 addition & 1 deletion lib/cli/file-pipeline/copy.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
* @copyright 2015 Titus Wormer
* @license MIT
* @module remark:cli:file-pipeline:copy
* @version 2.3.2
* @version 3.0.0
* @fileoverview Move a file.
*/

Expand Down
2 changes: 1 addition & 1 deletion lib/cli/file-pipeline/file-system.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
* @copyright 2015 Titus Wormer
* @license MIT
* @module remark:cli:file-pipeline:file-system
* @version 2.3.2
* @version 3.0.0
* @fileoverview Write a file to the file system.
*/

Expand Down
2 changes: 1 addition & 1 deletion lib/cli/file-pipeline/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
* @copyright 2015 Titus Wormer
* @license MIT
* @module remark:cli:file-pipeline
* @version 2.3.2
* @version 3.0.0
* @fileoverview Process a file.
*/

Expand Down
2 changes: 1 addition & 1 deletion lib/cli/file-pipeline/parse.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
* @copyright 2015 Titus Wormer
* @license MIT
* @module remark:cli:file-pipeline:parse
* @version 2.3.2
* @version 3.0.0
* @fileoverview Parse a file into an AST.
*/

Expand Down
2 changes: 1 addition & 1 deletion lib/cli/file-pipeline/queue.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
* @copyright 2015 Titus Wormer
* @license MIT
* @module remark:cli:file-pipeline:queue
* @version 2.3.2
* @version 3.0.0
* @fileoverview Queue all files which came this far.
*/

Expand Down
2 changes: 1 addition & 1 deletion lib/cli/file-pipeline/read.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
* @copyright 2015 Titus Wormer
* @license MIT
* @module remark:cli:file-pipeline:read
* @version 2.3.2
* @version 3.0.0
* @fileoverview Read a file if not already filled.
*/

Expand Down
2 changes: 1 addition & 1 deletion lib/cli/file-pipeline/stdout.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
* @copyright 2015 Titus Wormer
* @license MIT
* @module remark:cli:file-pipeline:stdout
* @version 2.3.2
* @version 3.0.0
* @fileoverview Write a file to stdout(4).
*/

Expand Down
2 changes: 1 addition & 1 deletion lib/cli/file-pipeline/stringify.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
* @copyright 2015 Titus Wormer
* @license MIT
* @module remark:cli:file-pipeline:stringify
* @version 2.3.2
* @version 3.0.0
* @fileoverview Compile an AST into a file.
*/

Expand Down
2 changes: 1 addition & 1 deletion lib/cli/file-pipeline/transform.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
* @copyright 2015 Titus Wormer
* @license MIT
* @module remark:cli:file-pipeline:transform
* @version 2.3.2
* @version 3.0.0
* @fileoverview Transform an AST associated with a file.
*/

Expand Down
2 changes: 1 addition & 1 deletion lib/cli/file-set-pipeline/configure.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
* @copyright 2015 Titus Wormer
* @license MIT
* @module remark:cli:file-set-pipeline:configure
* @version 2.3.2
* @version 3.0.0
* @fileoverview Configure a collection of files.
*/

Expand Down
2 changes: 1 addition & 1 deletion lib/cli/file-set-pipeline/file-system.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
* @copyright 2015 Titus Wormer
* @license MIT
* @module remark:cli:file-set-pipeline:traverse
* @version 2.3.2
* @version 3.0.0
* @fileoverview Find files from the file-system.
*/

Expand Down
2 changes: 1 addition & 1 deletion lib/cli/file-set-pipeline/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
* @copyright 2015 Titus Wormer
* @license MIT
* @module remark:cli:file-set-pipeline
* @version 2.3.2
* @version 3.0.0
* @fileoverview Process a collection of files.
*/

Expand Down
2 changes: 1 addition & 1 deletion lib/cli/file-set-pipeline/log.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
* @copyright 2015 Titus Wormer
* @license MIT
* @module remark:cli:log
* @version 2.3.2
* @version 3.0.0
* @fileoverview Log a file context on successful completion.
*/

Expand Down
2 changes: 1 addition & 1 deletion lib/cli/file-set-pipeline/stdin.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
* @copyright 2015 Titus Wormer
* @license MIT
* @module remark:cli:file-set-pipeline:stdin
* @version 2.3.2
* @version 3.0.0
* @fileoverview Read from stdin.
*/

Expand Down
2 changes: 1 addition & 1 deletion lib/cli/file-set-pipeline/transform.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
* @copyright 2015 Titus Wormer
* @license MIT
* @module remark:cli:file-set-pipeline:transform
* @version 2.3.2
* @version 3.0.0
* @fileoverview Transform all files.
*/

Expand Down
2 changes: 1 addition & 1 deletion lib/cli/file-set.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
* @copyright 2015 Titus Wormer
* @license MIT
* @module remark:cli:file-set
* @version 2.3.2
* @version 3.0.0
* @fileoverview Collection of virtual files.
*/

Expand Down
2 changes: 1 addition & 1 deletion lib/cli/finder.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
* @copyright 2015 Titus Wormer
* @license MIT
* @module remark:cli:traverser
* @version 2.3.2
* @version 3.0.0
* @fileoverview Get applicable input files from
* the file system to be processed by remark, respecting
* ignored paths and applicable extensions.
Expand Down
2 changes: 1 addition & 1 deletion lib/cli/ignore.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
* @copyright 2015 Titus Wormer
* @license MIT
* @module remark:cli:ignore
* @version 2.3.2
* @version 3.0.0
* @fileoverview Find remark ignore files.
*/

Expand Down
2 changes: 1 addition & 1 deletion lib/cli/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
* @copyright 2015 Titus Wormer
* @license MIT
* @module remark:cli
* @version 2.3.2
* @version 3.0.0
* @fileoverview CLI Engine.
*/

Expand Down
2 changes: 1 addition & 1 deletion lib/cli/spinner.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
* @copyright 2015 Titus Wormer
* @license MIT
* @module remark:cli:spinner
* @version 2.3.2
* @version 3.0.0
* @fileoverview A spinner for stdout(4).
*/

Expand Down
2 changes: 1 addition & 1 deletion lib/cli/watch-output-cache.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
* @author YJ Yang
* @copyright 2015 Titus Wormer
* @license MIT
* @version 2.3.2
* @version 3.0.0
* @module remark:cli:watch-output-cache
* @fileoverview Cache changed files which are also watched.
*/
Expand Down
2 changes: 1 addition & 1 deletion lib/defaults.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
* @copyright 2015 Titus Wormer
* @license MIT
* @module remark:defaults
* @version 2.3.2
* @version 3.0.0
* @fileoverview Default values for parse and
* stringification settings.
*/
Expand Down
2 changes: 1 addition & 1 deletion lib/parse.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
* @copyright 2015 Titus Wormer
* @license MIT
* @module remark:parse
* @version 2.3.2
* @version 3.0.0
* @fileoverview Parse a markdown document into an
* abstract syntax tree.
*/
Expand Down
2 changes: 1 addition & 1 deletion lib/stringify.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
* @copyright 2015 Titus Wormer
* @license MIT
* @module remark:stringify
* @version 2.3.2
* @version 3.0.0
* @fileoverview Compile an abstract syntax tree into
* a markdown document.
*/
Expand Down
2 changes: 1 addition & 1 deletion lib/utilities.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
* @copyright 2015 Titus Wormer
* @license MIT
* @module remark:utilities
* @version 2.3.2
* @version 3.0.0
* @fileoverview Collection of tiny helpers useful for
* both parsing and compiling markdown.
*/
Expand Down
2 changes: 1 addition & 1 deletion man/remark.1
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
.TH "REMARK" "1" "December 2015" "2.3.2" "remark manual"
.TH "REMARK" "1" "December 2015" "3.0.0" "remark manual"
.SH "NAME"
\fBremark\fR - Markdown processor
.SH "SYNOPSIS"
Expand Down
2 changes: 1 addition & 1 deletion man/remark.3
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
.TH "REMARK" "3" "December 2015" "2.3.2" "remark manual"
.TH "REMARK" "3" "December 2015" "3.0.0" "remark manual"
.SH "NAME"
\fBremark\fR - Markdown processor
.SH "SYNOPSIS"
Expand Down
2 changes: 1 addition & 1 deletion man/remarkconfig.7
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
.TH "REMARKCONFIG" "7" "December 2015" "2.3.2" "remark manual"
.TH "REMARKCONFIG" "7" "December 2015" "3.0.0" "remark manual"
.SH "NAME"
\fBremarkconfig\fR - remark configuration
.SH "SYNOPSIS"
Expand Down
2 changes: 1 addition & 1 deletion man/remarkignore.5
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
.TH "REMARKIGNORE" "5" "December 2015" "2.3.2" "remark manual"
.TH "REMARKIGNORE" "5" "December 2015" "3.0.0" "remark manual"
.SH "NAME"
\fBremarkignore\fR - remark ignore files
.SH "SYNOPSIS"
Expand Down
2 changes: 1 addition & 1 deletion man/remarkplugin.3
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
.TH "REMARKPLUGIN" "3" "December 2015" "2.3.2" "remark manual"
.TH "REMARKPLUGIN" "3" "December 2015" "3.0.0" "remark manual"
.SH "NAME"
\fBremarkplugin\fR - remark plug-in creation
.SH "SYNOPSIS"
Expand Down
2 changes: 1 addition & 1 deletion man/remarkplugin.7
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
.TH "REMARKPLUGIN" "7" "December 2015" "2.3.2" "remark manual"
.TH "REMARKPLUGIN" "7" "December 2015" "3.0.0" "remark manual"
.SH "NAME"
\fBremarkplugin\fR - remark plug-in usage
.SH "SYNOPSIS"
Expand Down
2 changes: 1 addition & 1 deletion man/remarkrc.5
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
.TH "REMARKRC" "5" "December 2015" "2.3.2" "remark manual"
.TH "REMARKRC" "5" "December 2015" "3.0.0" "remark manual"
.SH "NAME"
\fBremarkrc\fR - remark config files
.SH "SYNOPSIS"
Expand Down
2 changes: 1 addition & 1 deletion man/remarksetting.7
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
.TH "REMARKSETTING" "7" "December 2015" "2.3.2" "remark manual"
.TH "REMARKSETTING" "7" "December 2015" "3.0.0" "remark manual"
.SH "NAME"
\fBremarksetting\fR - remark settings
.SH "SYNOPSIS"
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "remark",
"version": "2.3.2",
"version": "3.0.0",
"description": "Markdown processor powered by plugins",
"license": "MIT",
"keywords": [
Expand Down

0 comments on commit e256e34

Please sign in to comment.