From 31f6429478c2ab6b9d79fcce9ad868d71b84af08 Mon Sep 17 00:00:00 2001 From: wessberg Date: Tue, 26 Feb 2019 00:09:20 +0100 Subject: [PATCH] 1.1.29 --- CHANGELOG.md | 15 +++++++++++++++ README.md | 13 +++++++------ package.json | 2 +- 3 files changed, 23 insertions(+), 7 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 69b22918..dc90f9cd 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,18 @@ +## [1.1.29](https://github.com/wessberg/rollup-plugin-ts/compare/v1.1.28...v1.1.29) (2019-02-25) + +### Bug Fixes + +- **bug:** adds support for missing node types ([b5de5ee](https://github.com/wessberg/rollup-plugin-ts/commit/b5de5ee)) +- **bug:** adds support for missing node types ([608d38d](https://github.com/wessberg/rollup-plugin-ts/commit/608d38d)) +- **bug:** adds support for missing node types ([9079f2d](https://github.com/wessberg/rollup-plugin-ts/commit/9079f2d)) +- **bug:** adds support for missing node types ([6a90228](https://github.com/wessberg/rollup-plugin-ts/commit/6a90228)) +- **bug:** fixes an issue where named exports could be removed under some circumstances ([322df0c](https://github.com/wessberg/rollup-plugin-ts/commit/322df0c)) +- **bug:** fixes an issue with ExportAssignmens ([cafa7ad](https://github.com/wessberg/rollup-plugin-ts/commit/cafa7ad)) + +### Features + +- **declarations:** far improved support for default exports/imports while bundling declarations across chunks ([4ad18d2](https://github.com/wessberg/rollup-plugin-ts/commit/4ad18d2)) + ## [1.1.28](https://github.com/wessberg/rollup-plugin-ts/compare/v1.1.27...v1.1.28) (2019-02-06) ### Bug Fixes diff --git a/README.md b/README.md index b9be6fda..f18236bf 100644 --- a/README.md +++ b/README.md @@ -13,6 +13,7 @@ Downloads per month +NPM version Dependencies Contributors code style: prettier @@ -82,11 +83,11 @@ In comparison with the [official plugin](https://github.com/rollup/rollup-plugin - [Maintainers](#maintainers) - [Backers](#backers) - [Patreon](#patreon) - - [FAQ](#faq) - - [Does this plugin work with Code Splitting?](#does-this-plugin-work-with-code-splitting) - - [Why wouldn't you use just Typescript?](#why-wouldnt-you-use-just-typescript) - - [Okay, then why wouldn't you use just babel?](#okay-then-why-wouldnt-you-use-just-babel) - - [When combined with Babel, what does Typescript do, and what does Babel do?](#when-combined-with-babel-what-does-typescript-do-and-what-does-babel-do) +- [FAQ](#faq) + - [Does this plugin work with Code Splitting?](#does-this-plugin-work-with-code-splitting) + - [Why wouldn't you use just Typescript?](#why-wouldnt-you-use-just-typescript) + - [Okay, then why wouldn't you use just babel?](#okay-then-why-wouldnt-you-use-just-babel) + - [When combined with Babel, what does Typescript do, and what does Babel do?](#when-combined-with-babel-what-does-typescript-do-and-what-does-babel-do) - [License](#license) @@ -436,7 +437,7 @@ Do you want to contribute? Awesome! Please follow [these recommendations](./CONT -### FAQ +## FAQ diff --git a/package.json b/package.json index 0e03ada1..82c462b1 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@wessberg/rollup-plugin-ts", - "version": "1.1.28", + "version": "1.1.29", "description": "A Rollup plugin for Typescript that respects Browserslists", "scripts": { "generate:readme": "scaffold readme --yes",