Skip to content

0.16.0

Compare
Choose a tag to compare
@hasundue hasundue released this 05 Mar 05:37
· 133 commits to main since this release

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 to collect 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 as pre-commit efc7410

v0.15.1...v0.16.0