From a167d6195209f941c6f4fd7d3eb8bebdd2675306 Mon Sep 17 00:00:00 2001 From: Klaus Meinhardt Date: Tue, 16 Jan 2018 20:43:30 +0100 Subject: [PATCH] v2.19.0 --- CHANGELOG.md | 7 +++++++ package.json | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 8174070..54af0e3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +# 2.19.0 + +**Features:** + +* added `WrappedAst` interface that models the type of a wrapped SourceFile more accurate +* added `getWrappedNodeAtPosition` utiltiy that takes a `NodeWrap` and returns the most deeply nested NodeWrap that contains the given position + # 2.18.0 **Features:** diff --git a/package.json b/package.json index 54ebd0b..e1acb40 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "tsutils", - "version": "2.18.0", + "version": "2.19.0", "description": "utilities for working with typescript's AST", "scripts": { "compile": "rm -rf {,util,typeguard,test/**}/*.js; tsc -p .",