Skip to main content
Module

x/molt/CHANGELOG.md

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

Changelog

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)