Skip to content

Commit 381ac5e

Browse files
committed
1.0.0
1 parent 691de9c commit 381ac5e

File tree

2 files changed

+7
-5
lines changed

2 files changed

+7
-5
lines changed

history.md

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,2 @@
1-
* Add IDL descriptions of abstract definitions ([`913b1bd`](https://github.com/wooorm/unist/commit/913b1bd))
2-
* Fix disallowed empty `children` array ([`a6d3a03`](https://github.com/wooorm/unist/commit/a6d3a03))
3-
* Add description of `indent` on `node.position` ([`60da1d2`](https://github.com/wooorm/unist/commit/60da1d2))
4-
* Remove `attributes` support on nodes ([`3aea64f`](https://github.com/wooorm/unist/commit/3aea64f))
5-
* Fix to make `value` / `children` optional ([`b7c4317`](https://github.com/wooorm/unist/commit/b7c4317))
1+
1.0.0 / 2016-02-11
2+
==================

readme.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,9 @@ transforming it by plug-ins, and compiling the tree to something else.
1414
This document explains some terminology relating to [**retext**][retext],
1515
[**remark**][remark], [**hast**][hast], and their related projects.
1616

17+
This document describes version 1.0.0 of Unist.
18+
[Changelog »][changelog].
19+
1720
## Unist nodes
1821

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

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

178+
[changelog]: https://github.com/wooorm/unist/releases
179+
175180
[first-retext-commit]: https://github.com/wooorm/retext/commit/8fcb1ff
176181

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

0 commit comments

Comments
 (0)