Skip to content

Releases: denoland/deno_graph

0.74.2

30 Apr 17:20
Compare
Choose a tag to compare
  • fix: set types specifier for jsxImportSourceTypes (#462)

0.74.1

29 Apr 15:27
Compare
Choose a tag to compare
  • fix: update to deno_ast 0.38.1 (#461)

0.74.0

24 Apr 18:56
Compare
Choose a tag to compare
  • feat(unstable): add @ts-types and clean up @deno-types (#444)
  • feat: support importing from jsr via HTTPS specifiers (except for type checking) (#454)
  • fix: upgrade deno_ast 0.38 (#455)

0.73.1

18 Apr 22:02
Compare
Choose a tag to compare
0.73.1

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)