From d109b530c07bcb4ed3839419457d78426d6ce089 Mon Sep 17 00:00:00 2001 From: Ika Date: Sat, 31 Aug 2019 22:18:19 +0800 Subject: [PATCH] chore(release): 0.2.0 --- CHANGELOG.md | 13 +++++++++++++ package.json | 2 +- 2 files changed, 14 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index b09ab20..7716452 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,19 @@ All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines. +## [0.2.0](https://github.com/ikatyang/tree-sitter-toml/compare/v0.1.3...v0.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., `pair`s are now their children instead of siblings. + +### Features + +* unflatten structure and rename nodes ([#4](https://github.com/ikatyang/tree-sitter-toml/issues/4)) ([42afd6a](https://github.com/ikatyang/tree-sitter-toml/commit/42afd6a)), closes [#2](https://github.com/ikatyang/tree-sitter-toml/issues/2) + ### [0.1.3](https://github.com/ikatyang/tree-sitter-toml/compare/v0.1.2...v0.1.3) (2019-08-21) diff --git a/package.json b/package.json index 7abff6f..2849c75 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "tree-sitter-toml", - "version": "0.1.3", + "version": "0.2.0", "description": "TOML grammar for tree-sitter", "keywords": [ "parser",