Releases: axetroy/nodapt
Releases · axetroy/nodapt
v0.3.4
v0.3.3
v0.3.2
v0.3.1
v0.3.0
v0.2.17
v0.2.16
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)