Releases: denoland/import_map
Releases · denoland/import_map
v0.21.0
- fix: add
JsError
to SpecifierError
(#86)
v0.20.1
- fix: switch to thiserror (#84)
v0.20.0
- feat: resolve_import (#79)
- fix(wasm): resolve jsr import with entrypoint (#77)
v0.19.1
- fix: make ext feature compile to Wasm (#76)
v0.19.0
- feat(ext): expand scopes and expand when parsing (#72)
v0.18.5
- fix: combine the objects for synthetic import map (#71)
v0.18.4
- fix: don't double percent-encode specifiers (#68)
- fix: handle non-file scopes in synthetic import map (#69)
v0.18.2
- feat: add iterator over the applicable import map entries for a specified referrer (#65)
v0.18.1
- fix: bump indexmap to 2.1.0 (#63)