Skip to content

Releases: syntax-tree/unist

3.0.0

15 Jun 14:00
7db7a3f
Compare
Choose a tag to compare

Change

  • 8ca4c8b Remove indent on positions
    migrate: indent hasn’t been used in like 5 years so you’re fine
    by @wooorm in #98

Misc

Util

Full Changelog: 2.0.0...3.0.0

2.0.0

31 Aug 14:42
Compare
Choose a tag to compare
  • 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

17 Nov 23:05
Compare
Choose a tag to compare
  • 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

12 Jun 17:24
Compare
Choose a tag to compare

1.0.0

11 Feb 11:16
Compare
Choose a tag to compare
  • 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