Skip to main content
Module

x/molt/CHANGELOG.md

Update dependencies the Deno way
Go to Latest
File

Changelog

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 (2023-11-25)

⚠ BREAKING CHANGES

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

Code Refactoring

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

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 (2023-11-20)

Bug Fixes

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

0.11.2 (2023-11-10)

Bug Fixes

  • do not trim EOF on the last line of file (205b9d4)

0.11.1 (2023-11-09)

Bug Fixes

  • do not update to pre-releases (#79) (7a2e4bd)
  • mod: export writeAll and other types (19ff379)

0.11.0 (2023-11-07)

⚠ BREAKING CHANGES

  • file: rename writeAll to write

Features

Bug Fixes

  • cli: import lib/testing.ts dynamically (de089b6)

Code Refactoring

  • file: rename writeAll to write (664d58c)

0.10.0 (2023-11-07)

⚠ BREAKING CHANGES

  • cli: abandon subcommands

Code Refactoring

  • lib: sort updates in lexicographical order

0.9.2 (2023-11-04)

Features

  • cli: run deno subcommands as tasks (afd68d6)

0.9.1 (2023-11-03)

Bug Fixes

  • cli: do not capitalize commit messages (0608cd9)

0.9.0 (2023-11-03)

⚠ BREAKING CHANGES

  • mod: critical bug in replacing specifiers

Bug Fixes

  • mod: critical bug in replacing specifiers (86a102f)
  • mod: ignore redirected url without semver (aaf3239)

0.8.0 (2023-11-02)

⚠ BREAKING CHANGES

  • insert latest semver into unversioned deps (#63)

Features

  • insert latest semver into unversioned deps (#63) (6e0a76e)

Bug Fixes

  • git: avoid reading files concurrently (#66) (4f655cf)

0.7.6 (2023-10-24)

Bug Fixes

  • cli: ensure lazy resolution of version info (95ba03d)

0.7.5 (2023-10-23)

Bug Fixes

  • cli: run deno command via Deno.Command rather than dax (35273d2)

0.7.4 (2023-10-23)

Bug Fixes

0.7.3 (2023-10-22)

Bug Fixes

  • cli: normalize prefix to always include a single whitespace (39c5121)
  • cli: require an equals sign for –pre-commit and –post-commit (8d1a8d2)

0.7.2 (2023-10-22)

Bug Fixes

  • cli: always print post-commit messages (0ca8789)

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)