- Fix for running 32-bit operating system with 64-bit kernel on Raspberry Pi
- Fix \r\n line break handling
- Fix detection of ARMV7 and armv8l strings for host architecture
- Fix Node.js detection to fall back to system path when Lime doesn't bundle it
- Fix detection of drive letter on Windows in
Path.isAbsolute()
- Added
ARM64toHostArchitecture
- Fix Std.is warning in Haxe 4.1
- Fix line ending for
hxpalias 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.Logon the HL target
- Removed deprecated
StringToolsmethods in Haxe 4 - Improved
hxml.cpto quote arguments only if there is a space - Improved the performance of
System.mkdiron existing folders - Improved
System.getTemporaryFileto remove extra slashes - Fixed support for NDLLs that do not come from haxelib
- Fixed
System.hostArchitectureon 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.deleteFileandSystem.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-serverproject
- Fixed a regression between Haxe 4 preview 4 and Haxe 4 preview 5
- Fixed the behavior of
hxml.hasDefineandhxml.getDefine - Fixed setting
HXMLboolean 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-aliasfor installing thehxpcommand alias - Improved argument order by making script path the first optional argument
- Initial release