Skip to content

Releases: denoland/deno_graph

0.73.0

18 Apr 21:53
Compare
Choose a tag to compare
  • feat(unstable): add support for @ts-self-types pragma (#445)
  • feat: add Dependency::with_new_resolver() (#450)
  • feat: add support for @jsxImportSourceTypes pragma (#448)
  • feat: add support for passing through JSR specifiers (#449)

0.72.0

16 Apr 21:32
Compare
Choose a tag to compare
  • fix(fast_check): support import equals (#446)

0.71.5

13 Apr 15:31
Compare
Choose a tag to compare
  • fix: update for deno_ast changes (#441)

0.71.4

13 Apr 13:36
Compare
Choose a tag to compare
  • feat: ability to remove from a ParsedSourceStore (#439)
  • fix(fast_check): better handling of non-optional parameters with an initializer (#440)

0.71.3

12 Apr 14:30
Compare
Choose a tag to compare
  • fix(fast_check): ts private property with declare should not keep non-null assertion (#436)

0.71.2

12 Apr 10:44
Compare
Choose a tag to compare
  • fix(fast_check): correctly handle rest parameters (#435)

0.71.1

11 Apr 21:58
Compare
Choose a tag to compare
  • fix: make fast check WalkOption name more clear (#434)
  • fix: store multi-threaded comments in the dts fast check module (#433)

0.71.0

11 Apr 20:16
Compare
Choose a tag to compare
  • feat: follow_fast_check_modules option for conditional walking of fast check modules (#431)
  • fix(fast_check): properly handle rest parameters in overloads (#432)
  • fix: jsr specifiers sometimes not resolved in dynamic imports (#430)

0.70.0

02 Apr 17:17
Compare
Choose a tag to compare
  • feat: upgrade deno_ast to 0.35.0 (#427)
  • fix(fast_check): should not surface errors for external modules (#425)

0.69.10

29 Mar 05:27
Compare
Choose a tag to compare
  • fix(analyzer): skip hashbang comment (#421)
  • fix(fast_check): use as never instead of as any (#424)
  • fix(fast_check_dts): ensure top level non-exported functions have declare keyword (#423)