vx-tool-node 0.4.0

Node.js tool support for vx
Documentation
# Changelog

All notable changes to this project will be documented in this file.

The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).


## [0.4.0]https://github.com/loonghao/vx/compare/vx-tool-node-v0.3.0...vx-tool-node-v0.4.0 - 2025-06-19

### Added

- implement unified path management and complete crate documentation ([#112]https://github.com/loonghao/vx/pull/112)
## [Unreleased]

## [0.3.0] - 2025-06-19

### Added
- Initial release of vx-tool-node crate
- Node.js runtime support for vx
- Cross-platform Node.js installation and management
- LTS and current release channel support
- NPM integration and package management
- Version detection and validation
- Fix compilation errors and add comprehensive test suite
- Refactor vx-core architecture with closed-loop toolchain design
- Complete vx project modular refactoring

### Fixed
- Resolve release-plz configuration and dependency version issues

### Added
- Initial release of vx-tool-node crate
- Node.js runtime support for vx
- Cross-platform Node.js installation and management
- LTS and current release channel support
- NPM integration and package management
- Version detection and validation

### Features
- Node.js installation from official releases
- Automatic NPM inclusion with Node.js installations
- Support for all major Node.js versions (14+)
- Cross-platform support (Windows, macOS, Linux)
- Version constraint handling
- Environment variable configuration

### Integration
- Seamless integration with vx tool management
- Plugin architecture compatibility
- Standard vx path structure support
- Configuration management integration

### Documentation
- Complete usage examples
- Installation guides
- Version management documentation
- NPM integration examples

## [0.2.5] - 2025-01-18

### Added
- Core Node.js tool implementation
- Basic runtime operations
- Version detection utilities

## [0.2.0] - 2025-01-15

### Added
- Initial project setup
- Node.js tool foundation