Releases: denoland/deno_graph
Releases · denoland/deno_graph
0.81.0
- feat: remove executor cargo features (#506)
- fix(fast_check): improve overload handling in dts transform (#508)
- perf: deno_ast 0.41 (#507)
0.80.1
- fix: improve dependency tracking (#504)
0.80.0
- fix: Upgrade deno_ast to 0.40.0 (#502)
0.79.0
- fix(fast_check): emit named type in mapped types (#499)
0.78.1
- fix: resolve dynamic npm specifiers one at a time (#498)
0.78.0
- fix(fast_check): only range find arrow function signature (#494)
- fix(fast_check): super expr with spread (#495)
- fix: resolve npm specifiers async and in single batch (#496)
- perf(fast_check): reduce times a symbol is looked at (#493)
0.77.2
- fix: upgrade to rust 1.78 to fix publish (#492)
0.77.1
- fix: bust fast check cache on deno_graph version change (#491)
0.77.0
- feat: support redirecting to jsr https urls (#485)
- feat: use loader to verify https checksums (#486)
- fix: populate Dependency::maybe_deno_types_specifier (#487)
- perf: move jsr manifest checksum to locker (#488)
0.76.0
- fix: allow invalid utf8 when decoding modules (#483)
- fix: handle return statements in functions correctly (#470)
- fix: support JSON entrypoints in JSR packages (#476)
- perf: call spawn immediately in tokio executor (#471)
- perf: make module analysis async (#477)