Skip to main content
Module

x/molt/CHANGELOG.md

A Deno module to update dependencies with deno_graph
Go to Latest
File

Changelog

0.7.1 (2023-10-22)

Bug Fixes

  • mod/update: prevent adding extra characters after import specifiers (abd521f)
  • mod: parse semvers in redirected urls to check updates (a3771dd)

0.7.0 (2023-10-22)

Features

  • cli/update: add –summary, –report, and –prefix options (#45) (cc4d630)

Bug Fixes

  • mod: fix import specifiers (54e8282)

0.6.0 (2023-10-21)

⚠ BREAKING CHANGES

  • git: mv git/mod.ts to src/git.ts and create git.ts

Bug Fixes

  • git: respect default CommitOptions correctly (68d8ffb)

Performance Improvements

  • cache latest semvers resolved from remote (#42) (27300ac)

Code Refactoring

  • git: mv git/mod.ts to src/git.ts and create git.ts (ffc5df4)

0.5.0 (2023-10-16)

⚠ BREAKING CHANGES

  • git: ExecGitCommitSequenceOptions are merged into CommitOptions

Bug Fixes

  • git: invoke pre-commit hook after changes are written correctly (#38) (50c4515)

Code Refactoring

  • git: ExecGitCommitSequenceOptions are merged into CommitOptions (50c4515)

0.4.6 (2023-10-08)

Bug Fixes

  • import_map: don’t crash on empty deno.json (#34) (451c04e)

0.4.5 (2023-10-02)

Bug Fixes

  • support import maps refereed from deno.json (#32) (ef1a1a3)

0.4.4 (2023-10-02)

Performance Improvements

0.4.3 (2023-10-02)

Bug Fixes

  • cli: look for deno.json relative to entrypoints (#24) (d7301fc)

0.4.2 (2023-10-01)

Bug Fixes

  • cli: exit with error on invalid usage (#17) (a7d678e)

0.4.1 (2023-10-01)

Bug Fixes

  • cli: show help when invoked with no args (#16) (d9d507d)
  • import_map: fix TypeError on unmapped url imports (#22) (2b1c8f3)

0.4.0 (2023-09-30)

Features

  • cli: add pre-commit and post-commit options and prompts to run tasks (9ce9655)

0.3.0 (2023-09-30)

Features

  • cli: add an option to CLI for running tests on each commit (188f8ef)

0.2.2 (2023-09-28)

Bug Fixes

  • cli: remove unnecessary quotes from commit message (24e96fc)

0.2.1 (2023-09-28)

Bug Fixes

  • cli: parse multiple entrypoints correctly (aa99b14)

0.2.0 (2023-09-28)

⚠ BREAKING CHANGES

  • mod: restructure the module completely

Features

Code Refactoring

  • mod: restructure the module completely (f452df3)

0.1.1 (2023-09-24)

Bug Fixes

  • cli: print commit messages (1b6b7b8)
  • cli: print file names when writing changes (7e07eb6)