Skip to content

Releases: rnmjs/jrm

v0.1.7

31 Mar 08:52

Choose a tag to compare

Patch Changes

  • f696938: chore: when running jrm install, it's required a version or a version range

v0.1.6

21 Mar 18:59

Choose a tag to compare

Patch Changes

  • 38bc118: feat: skip download if file already exists with matching size

v0.1.5

17 Mar 09:08

Choose a tag to compare

Patch Changes

  • c1c5e24: refactor: download files into ~/.jrm/downloads directory

v0.1.4

20 Jan 19:44

Choose a tag to compare

Patch Changes

  • eef022e: fix: add default alias back if the default version is uninstalled
  • 8cc91dc: feat: add support for devEngines.runtime.onFail field in package.json

v0.1.3

20 Jan 12:36

Choose a tag to compare

Patch Changes

  • 3372273: feat: support uninstall command, close #15
  • 67a76cb: feat: support macos x64

v0.1.2

16 Jan 06:36

Choose a tag to compare

Patch Changes

  • ab50459: refactor: optimize code. no significant changes

v0.1.1

09 Jan 14:12

Choose a tag to compare

Patch Changes

  • 9e5bcc0: fix: avoid crash when unalias is called because of Deno

v0.1.0

09 Jan 12:42

Choose a tag to compare

Minor Changes

Patch Changes

  • ceed48b: feat: support unalias command
  • 9b5d405: feat: support jrm use node@some-alias

v0.0.8

08 Jan 04:05

Choose a tag to compare

Patch Changes

  • b652400: feat: ask user whether to install before fetching remote versions
  • f2ddbd0: feat: print more msg for list command

v0.0.7

07 Jan 04:47

Choose a tag to compare

Patch Changes

  • 66ce092: feat: support alias command