Skip to content

Releases: hasundue/molt

0.11.2

10 Nov 03:29
84b5628
Compare
Choose a tag to compare

0.11.2 (2023-11-10)

Bug Fixes

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

0.11.1

09 Nov 07:02
a725188
Compare
Choose a tag to compare

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

07 Nov 13:47
5d31ba5
Compare
Choose a tag to compare

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

07 Nov 06:53
5a0bc0e
Compare
Choose a tag to compare

0.10.0 (2023-11-07)

⚠ BREAKING CHANGES

  • cli: abandon subcommands

Code Refactoring

  • lib: sort updates lexicographicaly

0.9.2

04 Nov 01:25
ea16173
Compare
Choose a tag to compare

0.9.2 (2023-11-04)

Features

  • cli: run deno subcommands as tasks (afd68d6)

0.9.1

03 Nov 13:54
61ca96a
Compare
Choose a tag to compare

0.9.1 (2023-11-03)

Bug Fixes

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

0.9.0

03 Nov 12:26
28b7d27
Compare
Choose a tag to compare

0.9.0 (2023-11-03)

⚠ BREAKING CHANGES

  • mod: critical bug in replacing specifiers

Bug Fixes

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

0.8.0

02 Nov 06:21
a94c56a
Compare
Choose a tag to compare

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

24 Oct 01:25
6623546
Compare
Choose a tag to compare

0.7.6 (2023-10-24)

Bug Fixes

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

0.7.5

23 Oct 13:36
f297775
Compare
Choose a tag to compare

0.7.5 (2023-10-23)

Bug Fixes

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