- Added
ARM64
toHostArchitecture
- Fix Std.is warning in Haxe 4.1
- Fix line ending for
hxp
alias shell script
- Added
hxml.getClassPaths
- Added
Path.startsWith
- Fixed a regression in support for Haxe 3
- Improved the behavior of
System.runScript
- Fixed support for 64-bit Neko on Windows (included in Haxe 4 RC 4)
- Fixed an issue using
hxp.Log
on the HL target
- Removed deprecated
StringTools
methods in Haxe 4 - Improved
hxml.cp
to quote arguments only if there is a space - Improved the performance of
System.mkdir
on existing folders - Improved
System.getTemporaryFile
to remove extra slashes - Fixed support for NDLLs that do not come from haxelib
- Fixed
System.hostArchitecture
on Windows in certain environments
- Added 'lib' to native library search path
- Improved support for Haxe 4
- Moved internal code style to use the Haxe "formatter" library for consistency
- Added
System.deleteFile
andSystem.renameFile
- Added
System.makeDirectory
(alias forSystem.mkdir
) - Added
System.readBytes
/System.readText
- Added
System.writeBytes
/System.writeText
- Fixed a remaining issue in Haxe 4 preview 5
- Removed Node binaries, moved to
http-server
project
- Fixed a regression between Haxe 4 preview 4 and Haxe 4 preview 5
- Fixed the behavior of
hxml.hasDefine
andhxml.getDefine
- Fixed setting
HXML
boolean arguments to false
- Improved Haxe version check for script execution to occur on the user machine
- Improved the default command name to be "default" when unspecified
- Added
hxp --install-hxp-alias
for installing thehxp
command alias - Improved argument order by making script path the first optional argument
- Initial release