Unist Versions Save

Universal Syntax Tree used by @unifiedjs

3.0.0

11 months ago

Change

Misc

Util

Full Changelog: https://github.com/syntax-tree/unist/compare/2.0.0...3.0.0

2.0.0

5 years ago
  • 5565ad1 Add note about missing character for position.end
  • a69dfa5 Use number to describe numbers
  • 8055bf4 Rewrite specification (mostly text > literal, see commit for more info)
  • 82d18ad Add glossary

1.1.0

6 years ago
  • 2ee1e32 Add CC-BY-4.0 as license
  • f7e79f6 Add Acknowledgments section to readme.md
  • d84be00 Add Contribute section to readme.md
  • 987a89e Add contributing.md
  • a5628a2 Add code-of-conduct.md
  • f2b8587 Refactor to clarify wording around positional info

1.0.1

6 years ago
  • 70f9631 Add mention to latest released version
  • 3df9489 Rewrite intro
  • da5a60f Remove history.md
  • 30bf0d1 Rename hast > rehype
  • ea3d264 Migrate from wooorm to syntax-tree
  • 3109c9e Add table of contents
  • 6104bee Refactor wording
  • a7750e7 Update definition of Unist utilities
  • 22332fb Add reference to generated nodes

1.0.0

8 years ago
  • 691de9c Add sections on possible values
  • 913b1bd Add IDL descriptions of abstract definitions
  • a6d3a03 Fix disallowed empty children array
  • 60da1d2 Add description of indent on node.position
  • 3aea64f Remove attributes support on nodes
  • b7c4317 Fix to make value / children optional