Releases: denoland/deno_graph
Releases · denoland/deno_graph
0.65.1
- fix: always create a package entry for jsr packages (#375)
0.64.2
- Fix 'explit' typo in hints. (#372)
0.64.1
- fix: update to not use deprecated methods in index_map (#371)
0.64.0
- feat: load bytes instead of strings (#357)
- feat: move text encoding functionality into
deno_graph::source
from CLI (#370)
0.63.6
- feat: support leaving arrows and fns in subset type checking (#366)
0.63.4
- feat: store JSR package constraints of packages in graph (#361)
0.63.3
- fix(fast_check): analyze identifiers in type assertions/as exprs (#356)
0.63.2
- fix(fast_check): handle JS files,
@deno-types
and triple slash references (#355)
- fix(fast_check): properly error for using declaration in public API (#354)
- fix(symbols): better handling of deep re-exports (#353)