Releases: denoland/deno_graph
Releases · denoland/deno_graph
0.83.2
- BREAKING: revert storing full range in serialized module info (#538)
0.83.1
- fix(fast_check): better
override
handling (#534)
0.83.0
- feat: provide full import statement range (#533)
0.82.3
- feat: add fill_from_lockfile method (#528)
- feat: include if root was dynamic in load options (#532)
- fix: respect @deno-types for type imports (#529)
0.82.1
- fix: CachedInfo - remove unused emit and map field (#524)
- fix: cache_module_info should accept media type (#526)
- fix: disallow cjs modules in deno_graph (#527)
0.82.0
- feat(fast_check): support no version for workspace members (#517)
- fix(fast_check/dts): better handling of computed properties (#522)
- fix(fast_check/dts): remove initializers in class methods/ctors (#521)
- fix: upgrade to deno_ast 0.42 (#523)
- perf: avoid allocations in graph.resolve (#515)
- perf: remove unnecessary heap allocation in
recommended_registry_package_url_to_nv
(#514)
0.81.3
- fix: resolve jsxImportSource with types mode in absence of jsxImportSourceTypes (#513)
0.81.2
- fix: cache bust jsr meta file when version not found for dynamic branches (#511)