Skip to content

Commit

Permalink
1.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
wooorm committed Feb 11, 2016
1 parent 691de9c commit 381ac5e
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 5 deletions.
7 changes: 2 additions & 5 deletions history.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,2 @@
* Add IDL descriptions of abstract definitions ([`913b1bd`](https://github.com/wooorm/unist/commit/913b1bd))
* Fix disallowed empty `children` array ([`a6d3a03`](https://github.com/wooorm/unist/commit/a6d3a03))
* Add description of `indent` on `node.position` ([`60da1d2`](https://github.com/wooorm/unist/commit/60da1d2))
* Remove `attributes` support on nodes ([`3aea64f`](https://github.com/wooorm/unist/commit/3aea64f))
* Fix to make `value` / `children` optional ([`b7c4317`](https://github.com/wooorm/unist/commit/b7c4317))
1.0.0 / 2016-02-11
==================
5 changes: 5 additions & 0 deletions readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,9 @@ transforming it by plug-ins, and compiling the tree to something else.
This document explains some terminology relating to [**retext**][retext],
[**remark**][remark], [**hast**][hast], and their related projects.

This document describes version 1.0.0 of Unist.
[Changelog »][changelog].

## Unist nodes

See [**nlcst**][nlcst] for more information on **retext** nodes,
Expand Down Expand Up @@ -172,6 +175,8 @@ A list of **VFile**-related utilities can be found at [**vfile**][vfile].

[logo]: https://cdn.rawgit.com/wooorm/unist/master/logo.svg

[changelog]: https://github.com/wooorm/unist/releases

[first-retext-commit]: https://github.com/wooorm/retext/commit/8fcb1ff

[first-remark-commit]: https://github.com/wooorm/remark/commit/19585b8
Expand Down

0 comments on commit 381ac5e

Please sign in to comment.