22.0.0
What's Changed
- feat(BREAKING): upgrade to TypeScript 5.4 by @dsherret in #1516
- fix(BREAKING):
Node.prototype.forgetDescendants()
no longer returns self by @dsherret in #1515 - feat:
Type.prototype.isAssignableTo
by @dsherret in #1517 - feat:
TypeChecker.prototype.resolveName
by @dsherret in #1518 - fix: MethodDeclarationStructure should write an asterisk isGenerator = true by @ajvincent in #1502
- docs: fix typo in adding-source-files.md by @ilirbeqirii in #1490
- feat: ClassDeclarationStructure - support static blocks by @dsherret in #1520
CodeBlockWriter 13.0.1
People may have been working around these bugs in the past:
.quote()
- should include newline on newline (dsherret/code-block-writer#47).quote()
- escape characters were not always being escaped (dsherret/code-block-writer#46)
New Contributors
- @ilirbeqirii made their first contribution in #1490
Full Changelog: 21.0.1...22.0.0