Skip to content

Releases: denoland/deno_graph

0.69.9

12 Mar 17:12
Compare
Choose a tag to compare
  • fix(fast_check): better ambient tracking (#415)
  • fix(fast_check): better property output (#416)
  • fix(fast_check): better support for auto accessors (#417)
  • fix(fast_check): handle ts private methods better (#414)

0.69.8

11 Mar 22:06
Compare
Choose a tag to compare
  • feat(fast_check): infer type literals (#411)
  • fix(fast_check): improved exports tracking (#413)

0.69.7

02 Mar 00:08
Compare
Choose a tag to compare
  • feat(js): publish to JSR (#409)

0.69.6

28 Feb 19:50
Compare
Choose a tag to compare
  • fix: relative dynamic imports in jsr packages (#408)

0.69.5

27 Feb 14:26
Compare
Choose a tag to compare
  • feat: add PackageSpecifiers::used_yanked_packages() (#400)
  • fix: emit jsdocs in dts emit (#405)
  • fix: implement PartialEq and Eq for ResolutionMode (#406)

0.69.4

24 Feb 01:15
Compare
Choose a tag to compare
  • fix(fast_check): regression in cache with diagnostics (#404)

0.69.3

23 Feb 21:37
Compare
Choose a tag to compare
  • fix(fast_check): analyze computed interface members (#402)

0.69.2

22 Feb 16:43
Compare
Choose a tag to compare
  • fix(fast_check): handle modules marked external to the graph (#401)

0.69.1

21 Feb 23:32
Compare
Choose a tag to compare
  • fix: improve panic message when module not found in fast check (#398)

0.69.0

21 Feb 20:39
Compare
Choose a tag to compare
  • fix: deno_ast 0.34 (#397)
  • perf: spawn jsr futures on executor (#395)