We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 846944c commit 4e5b83bCopy full SHA for 4e5b83b
packages/typescript/CHANGELOG.md
@@ -1,5 +1,24 @@
1
# @rollup/plugin-typescript ChangeLog
2
3
+## v3.1.0
4
+
5
+_2020-03-05_
6
7
+### Bugfixes
8
9
+- fix: Use builtin extends resolution (#199)
10
11
+### Features
12
13
+- feat: Move to BuilderProgram API (#217)
14
15
+### Updates
16
17
+- test: Add preserveModules test (#234)
18
+- chore: refactor compiler host (#214)
19
+- test: Add test for optional chaining (#207)
20
+- chore: Use typechecking (4bb8753)
21
22
## v3.0.0
23
24
_2020-01-27_
packages/typescript/package.json
@@ -1,6 +1,6 @@
{
"name": "@rollup/plugin-typescript",
- "version": "3.0.0",
+ "version": "3.1.0",
"publishConfig": {
"access": "public"
},
0 commit comments