File tree Expand file tree Collapse file tree 2 files changed +16
-1
lines changed Expand file tree Collapse file tree 2 files changed +16
-1
lines changed Original file line number Diff line number Diff line change
1
+ # [ 3.3.0] ( https://github.com/wessberg/di-compiler/compare/v3.2.0...v3.3.0 ) (2023-08-04)
2
+
3
+
4
+ ### Bug Fixes
5
+
6
+ * run tests on Node v16.14.0 and up ([ 1357846] ( https://github.com/wessberg/di-compiler/commit/1357846d1c9bfc6e4f01f618de8e8ed57d1dce88 ) )
7
+ * run tests on v16.15.1 instead ([ b6bac40] ( https://github.com/wessberg/di-compiler/commit/b6bac405d50f803fbd77221a6fe07ed97d7b2b2a ) )
8
+
9
+
10
+ ### Features
11
+
12
+ * add TypeScript v5.1 support ([ 3d0b582] ( https://github.com/wessberg/di-compiler/commit/3d0b582adee65dd54acdefed80ec337de6561809 ) )
13
+
14
+
15
+
1
16
# [ 3.2.0] ( https://github.com/wessberg/di-compiler/compare/v3.1.0...v3.2.0 ) (2023-01-23)
2
17
3
18
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @wessberg/di-compiler" ,
3
- "version" : " 3.2 .0" ,
3
+ "version" : " 3.3 .0" ,
4
4
"description" : " A Custom Transformer for Typescript that enables compile-time Dependency Injection" ,
5
5
"scripts" : {
6
6
"generate:sandhog" : " sandhog all --yes" ,
You can’t perform that action at this time.
0 commit comments