From 209f6953421ea6d90ae1525e198bfae58af6d263 Mon Sep 17 00:00:00 2001 From: Karsten Schmidt Date: Sun, 19 Jul 2020 18:39:25 +0100 Subject: [PATCH] Publish - @thi.ng/parse@0.8.0 --- packages/parse/CHANGELOG.md | 13 +++++++++++++ packages/parse/package.json | 2 +- 2 files changed, 14 insertions(+), 1 deletion(-) diff --git a/packages/parse/CHANGELOG.md b/packages/parse/CHANGELOG.md index eb8f1c2912..7a59101351 100644 --- a/packages/parse/CHANGELOG.md +++ b/packages/parse/CHANGELOG.md @@ -3,6 +3,19 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [0.8.0](https://github.com/thi-ng/umbrella/compare/@thi.ng/parse@0.7.2...@thi.ng/parse@0.8.0) (2020-07-19) + + +### Features + +* **parse:** add nest()/xfNest() transform ([af9c97b](https://github.com/thi-ng/umbrella/commit/af9c97b55cba15175bff917d0b2522be8c98517d)) +* **parse:** update grammar (xform rule refs) ([22188a4](https://github.com/thi-ng/umbrella/commit/22188a41d5db58fb9dae9cb01bd04ad8d1ac788e)) +* **parse:** update repeat grammar ([7aae9ac](https://github.com/thi-ng/umbrella/commit/7aae9ac02d23dd7e5a0643d3a418be67044465bd)) + + + + + ## [0.7.2](https://github.com/thi-ng/umbrella/compare/@thi.ng/parse@0.7.1...@thi.ng/parse@0.7.2) (2020-07-18) diff --git a/packages/parse/package.json b/packages/parse/package.json index bdaff8b471..6142dc1741 100644 --- a/packages/parse/package.json +++ b/packages/parse/package.json @@ -1,6 +1,6 @@ { "name": "@thi.ng/parse", - "version": "0.7.2", + "version": "0.8.0", "description": "Purely functional parser combinators & AST generation for generic inputs", "module": "./index.js", "main": "./lib/index.js",