tree-sitter-toml/CHANGELOG.md
2019-08-31 22:29:21 +08:00

1.8 KiB

Changelog

All notable changes to this project will be documented in this file. See standard-version for commit guidelines.

0.2.0 (2019-08-31)

⚠ BREAKING CHANGES

  • rename file with document.
  • rename table_array with table_array_element.
  • unflatten table and table_array_element, i.e., pairs are now their children instead of siblings.

Features

  • unflatten structure and rename nodes (#4) (42afd6a)

0.1.3 (2019-08-21)

Bug Fixes

  • trailing whitespaces are allowed for local_time (#3) (752419c)

0.1.2 (2019-08-20)

Features

  • flatten table/table-array structure (#2) (a381203)
  • rename root with file (a0cd384)

0.1.1 (2019-08-20)

Bug Fixes

  • disallow invalid whitespaces between scalar components (#1) (e2b28db)

0.1.0 (2019-08-18)

Features