Skip to content

Releases: hasundue/molt

0.16.0

05 Mar 05:37
Compare
Choose a tag to compare

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

0.15.1

01 Mar 01:44
Compare
Choose a tag to compare

What's Changed

  • fix: unexpected subpaths in import maps by updates by @hasundue in #134

Full Changelog: 0.15.0...0.15.1

0.15.0

28 Feb 01:41
Compare
Choose a tag to compare

What's Changed

  • feat: support jsr: specifier by @hasundue in #129
  • fix!: tilde or caret ranges are no longer targeted

Full Changelog: 0.14.3...0.15.0

0.14.3

10 Feb 11:41
Compare
Choose a tag to compare

What's Changed

Bump dependencies to suppress warnings.

New Contributors

  • @deer made their first contribution in #113

Full Changelog: 0.14.2...0.14.3

0.14.2

05 Dec 04:16
0e850d5
Compare
Choose a tag to compare

0.14.2 (2023-12-05)

Bug Fixes

  • build: fix tag format

0.14.1

23 Apr 05:27
Compare
Choose a tag to compare

0.14.1 (2023-12-05)

Bug Fixes

  • cli: no conflict in --ignore and --only (97db9cf)

0.14.0

26 Nov 02:30
d0cffdc
Compare
Choose a tag to compare

0.14.0 (2023-11-26)

⚠ BREAKING CHANGES

  • mod: merge execCommitSequence and execCommit into exec

Features

  • lib: add lib/entropy.ts (236f2df)
  • support non-semver version specifiers (c0d3829)

Performance Improvements

  • lib/testing: suppress network access to deno.land (beeb4d4)

Code Refactoring

  • mod: merge execCommitSequence and execCommit into exec (4eb27de)

0.13.0

25 Nov 10:07
e4509a9
Compare
Choose a tag to compare

0.13.0 (2023-11-25)

⚠ BREAKING CHANGES

  • mod,lib: reorganize module strucutre (#92)

Code Refactoring

  • mod,lib: reorganize module strucutre (#92) (450719a)

0.12.0

21 Nov 05:57
Compare
Choose a tag to compare

0.12.0 (2023-11-21)

Features

  • cli: add --ignore and --only options (a6df7f8)
  • mod: add ignore and only options in collect (1b3469b)

0.11.3

20 Nov 13:29
97327b2
Compare
Choose a tag to compare

0.11.3 (2023-11-20)

Bug Fixes

  • mod: find outdated dependency correctly when updated one coexists (5f0a5dc)