Release preparation for version 2.13.1

This commit is contained in:
github-actions[bot]
2023-04-28 12:14:35 +00:00
parent 205bb76036
commit 3bd29171fb
106 changed files with 276 additions and 106 deletions

View File

@@ -1,5 +0,0 @@
---
category: minorAnalysis
---
* Improved the call graph to better handle the case where a function is stored on
a plain object and subsequently copied to a new host object via an `extend` call.

View File

@@ -1,5 +0,0 @@
---
category: fix
---
* Fixes an issue that would cause TypeScript extraction to hang in rare cases when extracting
code containing recursive generic type aliases.

View File

@@ -0,0 +1,11 @@
## 0.6.1
### Minor Analysis Improvements
* Improved the call graph to better handle the case where a function is stored on
a plain object and subsequently copied to a new host object via an `extend` call.
### Bug Fixes
* Fixes an issue that would cause TypeScript extraction to hang in rare cases when extracting
code containing recursive generic type aliases.