Skip to content

Releases: axetroy/nodapt

v0.3.4

27 Feb 12:52
Compare
Choose a tag to compare

v0.3.4 (2025-02-27)

v0.3.3

18 Oct 15:44
Compare
Choose a tag to compare

v0.3.3 (2024-10-18)

v0.3.2

13 Oct 08:32
Compare
Choose a tag to compare

v0.3.2 (2024-10-13)

Bugs fixed:

  • use command(a03eb86) (by Axetroy)

v0.3.1

13 Oct 07:37
Compare
Choose a tag to compare

v0.3.1 (2024-10-13)

New feature:

  • support pty in use command(6374291) (by Axetroy)

v0.3.0

10 Oct 01:14
Compare
Choose a tag to compare

v0.3.0 (2024-10-10)

v0.2.17

29 Sep 08:32
Compare
Choose a tag to compare

v0.2.17 (2024-09-29)

Bugs fixed:

  • improve executable file permission handling in tar extraction(48b9e43) (by Axetroy)
  • clarify README instructions for version matching in package installation(f6aa591) (by Axetroy)

v0.2.16

26 Sep 15:28
Compare
Choose a tag to compare

v0.2.16 (2024-09-26)

New feature:

  • implement file download functionality with progress tracking and directory management(1ffd409) (by Axetroy)
  • enhance extraction functions to handle special file types and improve path validation(90862bc) (by Axetroy)
  • implement platform-specific executable checks for Unix and Windows(3a0c0a2) (by Axetroy)
  • add command validation in run function and trim 'v' prefix in Download function(0237e0e) (by Axetroy)
  • add error handling for empty command in RunDirectly function(c51f81b) (by Axetroy)
  • remove RunWithInstalledVersion function to simplify command execution(5f6ac62) (by Axetroy)
  • remove command support constraint(205dc3f) (by Axetroy), Closes: #7
  • prefer to use the version that is already installed locally and satisfies the constraints(dcde64e) (by Axetroy)

Bugs fixed:

  • update README to clarify version selection process for package installation(0a288ef) (by Axetroy)
  • improve error messages in version constraint matching for better debugging(c40efe8) (by Axetroy)
  • ensure case insensitivity is consistently set for Darwin in FindExecutable(53165ac) (by Axetroy)
  • enhance FindExecutable to include stack trace in error handling and improve case sensitivity checks(fdf111a) (by Axetroy)
  • enhance FindExecutable to support case-insensitive checks on Windows and macOS(5968930) (by Axetroy)
  • enhance GetEnvsWithFallback to check both uppercase and lowercase environment variable keys(b06e7b6) (by Axetroy)
  • enhance debug logging and manage PATH environment variable in run and use functions(24dcf77) (by Axetroy)
  • rename nodeEnvPath to nodePath for clarity in Use function(035b4f5) (by Axetroy)
  • improve debug message to specify current shell in Use function(d6a2a8c) (by Axetroy)
  • replace println with util.Debug for improved logging in Use function(5ccabb0) (by Axetroy)
  • remove 'v' prefix from node version output in Use function(873a568) (by Axetroy)
  • add commit hash output for debugging in run function(b16a70c) (by Axetroy)
  • update Flag struct to use exported IsPrintVersion field(39d0e03) (by Axetroy)
  • update error messages for missing constraints and commands in run function(b80396e) (by Axetroy)
  • remove 'v' prefix trimming from constraint handling in run and Use functions(6025f02) (by Axetroy)
  • remove 'v' prefix trimming from version handling in run and versions functions(4064c77) (by Axetroy)

v0.2.15

26 Sep 08:47
Compare
Choose a tag to compare

v0.2.15 (2024-09-26)

Bugs fixed:

  • Linux target file extension to .tar.xz(113405e) (by Axetroy)

v0.2.14

26 Sep 08:18
Compare
Choose a tag to compare

v0.2.14 (2024-09-26)

Bugs fixed:

  • 修正可执行文件扩展名的初始化,确保在非 Windows 系统上正确处理(98b4e50) (by Axetroy)

v0.2.13

26 Sep 08:04
Compare
Choose a tag to compare

v0.2.13 (2024-09-26)

Bugs fixed:

  • 修正可执行文件扩展名的格式,去掉多余的点号(8e238eb) (by Axetroy)
  • windows not resolve executable correctly(826de4f) (by Axetroy)