Releases: HaxeFoundation/neko
Releases · HaxeFoundation/neko
2.4.0
all:
- deprecated neko (see README)
- fixed various build issues on macOS Catalina and Big Sur
- added arm64 binaries for Linux and macOS, and universal binaries for macOS
std:
- fixed put_env when null is passed in (#229 HaxeFoundation/haxe#10395)
- added sys_cpu_arch (#275)
- fixed sys_is64 returning false on 64 bit Windows (#276)
- fixed $int to respect whitespace and signs in hex notation and to ignore trailing text (#258)
- fixed date_format crash on windows (#279)
cmake:
- update all dependencies
- fixed loading error when installing to /usr/local on Unix (#271)
regexp:
- migrated to pcre2, fixing matches with null characters (#249)
- fixed stack overflow with large strings (#262)
- added regexp_matched_num function (#257)
nekotools:
- allowed custom 404 handler for server (#278)
- added
nekotools boot -c *.n
option to help output (#273)
ui:
- migrated to gtk3 on Linux (#220)
sqlite:
- fixed early finalizer call (#200)
gc:
- fixed "GetThreadContext failed" error on Windows (#264)
vm:
- added more detailed errors for failed stack checks (#284)
ssl:
2.4.0-rc.1
Fix file permissions on universal mac binaries
2.4.0-rc
all:
- deprecated neko (see README)
- fixed various build issues on macOS Catalina and Big Sur
- added arm64 binaries for Linux and macOS, and universal binaries for macOS
std:
- fixed put_env when null is passed in (#229 HaxeFoundation/haxe#10395)
- added sys_cpu_arch (#275)
- fixed sys_is64 returning false on 64 bit Windows (#276)
- fixed $int to respect whitespace and signs in hex notation and to ignore trailing text (#258)
cmake:
- update all dependencies
- fixed loading error when installing to /usr/local on Unix (#271)
regexp:
- migrated to pcre2, fixing matches with null characters (#249)
- fixed stack overflow with large strings (#262)
- added regexp_matched_num function (#257)
nekotools:
- allowed custom 404 handler for server (#278)
- added
nekotools boot -c *.n
option to help output (#273)
ui:
- migrated to gtk3 on Linux (#220)
sqlite:
- fixed early finalizer call (#200)
2.3.0
- added
socket_set_broadcast
function (#190) - fixed
sha1_update
call (#194) - fixed 0x7F detection in utf8 functions
- changed
date_get_tz
to take an argument (a timestamp), and to return minutes instead of seconds (#195) - added
date_utc_format
,date_get_utc_day
, anddate_get_utc_hours
- all variants of existing functions, but usinggmtime_r
instead oflocaltime_r
(#195)