File tree Expand file tree Collapse file tree 2 files changed +11
-1
lines changed Expand file tree Collapse file tree 2 files changed +11
-1
lines changed Original file line number Diff line number Diff line change
1
+ # [ 1.2.0] ( https://github.com/wessberg/ts-evaluator/compare/v1.1.0...v1.2.0 ) (2023-08-04)
2
+
3
+
4
+ ### Features
5
+
6
+ * add Typescript v[ 4.9.5 ; 5.1.6] support ([ b699f23] ( https://github.com/wessberg/ts-evaluator/commit/b699f237b26ca9fe3a263b6e65b50fb6a4cba7d7 ) )
7
+ * add TypeScript v5.1 support. Add support for newer JSDOM versions ([ 6f06ef0] ( https://github.com/wessberg/ts-evaluator/commit/6f06ef0635136578c64738fec01f7f1817c85be8 ) )
8
+
9
+
10
+
1
11
# [ 1.1.0] ( https://github.com/wessberg/ts-evaluator/compare/v1.0.7...v1.1.0 ) (2023-01-10)
2
12
3
13
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " ts-evaluator" ,
3
- "version" : " 1.1 .0" ,
3
+ "version" : " 1.2 .0" ,
4
4
"description" : " An interpreter for Typescript that can evaluate an arbitrary Node within a Typescript AST" ,
5
5
"scripts" : {
6
6
"generate:sandhog" : " sandhog all --yes" ,
You can’t perform that action at this time.
0 commit comments