File tree Expand file tree Collapse file tree 6 files changed +44
-13
lines changed Expand file tree Collapse file tree 6 files changed +44
-13
lines changed Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @ts-morph/bootstrap" ,
3
- "version" : " 0.22 .0" ,
3
+ "version" : " 0.23 .0" ,
4
4
"description" : " API for getting quickly set up with the TypeScript Compiler API." ,
5
5
"keywords" : [
6
6
" typescript" ,
24
24
"rollup" : " rollup -c"
25
25
},
26
26
"dependencies" : {
27
- "@ts-morph/common" : " ~0.22 .0"
27
+ "@ts-morph/common" : " ~0.23 .0"
28
28
},
29
29
"devDependencies" : {
30
30
"@rollup/plugin-typescript" : " ^11.1.6" ,
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @ts-morph/common" ,
3
- "version" : " 0.22 .0" ,
3
+ "version" : " 0.23 .0" ,
4
4
"description" : " Common functionality for ts-morph packages." ,
5
5
"main" : " dist/ts-morph-common.js" ,
6
6
"author" : " David Sherret" ,
Original file line number Diff line number Diff line change 1
- # Change Log
1
+ # Changelog
2
2
3
3
All notable changes to this project will be documented in this file. See [ standard-version] ( https://github.com/conventional-changelog/standard-version ) for commit guidelines.
4
4
5
+ <a name =" 22.0.0 " ></a >
6
+ # [ 22.0.0] ( https://github.com/dsherret/ts-morph/compare/21.0.1...22.0.0 ) (2024-03-10)
7
+
8
+
9
+ ### Features
10
+
11
+ * ` Type.prototype.isAssignableTo ` ([ #1517 ] ( https://github.com/dsherret/ts-morph/issues/1517 ) ) ([ e8b5727] ( https://github.com/dsherret/ts-morph/commit/e8b5727d7d65827cdc130afebc35f1003a30dc44 ) )
12
+ * ` TypeChecker.prototype.resolveName ` ([ #1518 ] ( https://github.com/dsherret/ts-morph/issues/1518 ) ) ([ ca77636] ( https://github.com/dsherret/ts-morph/commit/ca77636e4717fa4cd9407922e881b3e3a7463161 ) )
13
+ * ** BREAKING:** upgrade to TypeScript 5.4 ([ #1516 ] ( https://github.com/dsherret/ts-morph/issues/1516 ) ) ([ e7799eb] ( https://github.com/dsherret/ts-morph/commit/e7799eb5e5be801acb13eb61cdabb5e65851063a ) )
14
+ * ClassDeclarationStructure - support static blocks ([ #1520 ] ( https://github.com/dsherret/ts-morph/issues/1520 ) ) ([ d24e2a7] ( https://github.com/dsherret/ts-morph/commit/d24e2a7a529da8c73974c12e338169c398bc3a04 ) )
15
+
16
+
17
+ ### Bug Fixes
18
+
19
+ * ** BREAKING:** ` Node.prototype.forgetDescendants() ` no longer returns self ([ #1515 ] ( https://github.com/dsherret/ts-morph/issues/1515 ) ) ([ 92962aa] ( https://github.com/dsherret/ts-morph/commit/92962aacc92fb9e5b1b18747b3ac1e1c69a42047 ) )
20
+ * MethodDeclarationStructure should write an asterisk isGenerator = true ([ #1502 ] ( https://github.com/dsherret/ts-morph/issues/1502 ) ) ([ 871cb46] ( https://github.com/dsherret/ts-morph/commit/871cb461051859d4594451291f2948a2ab8afba0 ) )
21
+
22
+ ### CodeBlockWriter 13.0.1
23
+
24
+ People may have been working around these bugs in the past:
25
+
26
+ - ` .quote() ` - should include newline in literal (https://github.com/dsherret/code-block-writer/pull/47 )
27
+ - ` .quote() ` - escape characters were not always being escaped (https://github.com/dsherret/code-block-writer/pull/46 )
28
+
5
29
<a name =" 21.0.0 " ></a >
6
30
# [ 21.0.0] ( https://github.com/dsherret/ts-morph/compare/20.0.0...21.0.0 ) (2023-12-02)
7
31
Original file line number Diff line number Diff line change 2
2
3
3
View [ CHANGELOG.md] ( CHANGELOG.md ) for more detail on releases. This file is only a high level overview of breaking changes.
4
4
5
+ ## Version 22
6
+
7
+ - Upgraded to TS 5.4
8
+ - code-block-writer fixes that you should be aware of (as some people might have been working around the bugs);
9
+ - ` .quote() ` - should include newline in literal (https://github.com/dsherret/code-block-writer/pull/47 )
10
+ - ` .quote() ` - escape characters were not always being escaped (https://github.com/dsherret/code-block-writer/pull/46 )
11
+
5
12
## Version 21
6
13
7
14
- Upgraded to TS 5.3
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " ts-morph" ,
3
- "version" : " 21 .0.1 " ,
3
+ "version" : " 22 .0.0 " ,
4
4
"description" : " TypeScript compiler wrapper for static analysis and code manipulation." ,
5
5
"main" : " dist/ts-morph.js" ,
6
6
"typings" : " lib/ts-morph.d.ts" ,
44
44
},
45
45
"homepage" : " https://github.com/dsherret/ts-morph#readme" ,
46
46
"dependencies" : {
47
- "@ts-morph/common" : " ~0.22 .0" ,
47
+ "@ts-morph/common" : " ~0.23 .0" ,
48
48
"code-block-writer" : " ^13.0.1"
49
49
},
50
50
"devDependencies" : {
You can’t perform that action at this time.
0 commit comments