变更日记
2025年7月23日小于 1 分钟
v0.2.0 - 2025-07-19
Added
- Bash transpiler support
- HLPM (Hulo Package Manager) commandline tool for managing Hulo packages
init
,install
,uninstall
,run
commands implemented- Package publishing and import resolution pending
- Hulo-REPL commandline tool with simple completion and theme support
- Basic completion and theme settings implemented
- Full integration pending
Fixed
- Fixed string translation issue with
echo "Hello World"
#4
Breaking Changes
- Refactored VBScript transpiler - this is a breaking change, output may not be consistent with v0.1.0
- Refactored Hulo commandline tool to read
huloc.yaml
configuration file from working directory
Migration
- Environmental variable
HULOPATH
renamed toHULO_PATH
v0.1.0 - 2025-07-13
Added
- First Release, only support VBScript