Releases: hasundue/molt
Releases · hasundue/molt
0.16.0
New Features
Now molt can update import maps in deno.json
directly.
- feat(cli): accept
deno.json
as an argument 41cd377 - feat(mod): accept
deno.json
as an argument da8d6ee
Breaking Changes
Molt now starts finding deno.json
from the current working directory, rather than the same directory with the first argument.
- feat(mod)!: add
cwd
options tocollect
4590c06
Others
- docs(readme): add a missing end of code block e4cbc03
- build(deps): bump deno.land/std from 0.217.0 to 0.218.2 a330c36
- test(registries): omit validity check of url fdaf957
- test(registries): bump the version of imports 0aaabb5
- docs(readme): update outputs of examples 7f1ed08
- chore(cli): do not print paths when unnecessary 08ff458
- test: add
jsr:
imports in some test cases 220bb4e - test(registries): add
registry -
in test names ff75c0d - test(cli): refactor test implementation 2243937
- chore(task): rename
all
task aspre-commit
efc7410