File tree 3 files changed +56
-502
lines changed
3 files changed +56
-502
lines changed Original file line number Diff line number Diff line change 1
1
# Changelog
2
2
3
+ ## 4.4.1
4
+
5
+ * [ fix(types): expose public interfaces from root index.d.ts] ( https://github.com/TypeStrong/ts-loader/pull/790 ) - thanks @xbtsw and @Hotell !
6
+
7
+ ## 4.4.0
8
+
9
+ * [ feat: generate ambient types from implementation] ( https://github.com/TypeStrong/ts-loader/pull/788 ) - thanks @xbtsw and @Hotell !
10
+ * [ error when not using webpack 4] ( https://github.com/TypeStrong/ts-loader/pull/786 ) - thanks @johnnyreilly
11
+
3
12
## 4.3.1
4
13
5
14
* [ Fix options caching when ts-loader is used in multiple rules] ( https://github.com/TypeStrong/ts-loader/pull/782 ) - thanks @yyx990803 !
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " ts-loader" ,
3
- "version" : " 4.3 .1" ,
3
+ "version" : " 4.4 .1" ,
4
4
"description" : " TypeScript loader for webpack" ,
5
5
"main" : " index.js" ,
6
6
"types" : " dist/types/index.d.ts" ,
You can’t perform that action at this time.
0 commit comments