Releases: Inochi2D/numem
Releases · Inochi2D/numem
v1.0.7
v1.0.6
- Added WASM support.
NOTE: This update removes the libc hookset as a direct dependency, from this version onwards you need to explicitly request which
hookset you want.
Full Changelog: v1.0.5...v1.0.6
v1.0.5
- Fixed the index null terminators are placed with nu_terminate.
- Fixed potential crashes on terminating strings with no length.
- Fixed callable type detection in assumeNoGC
v1.0.4
Fixes anySatisfy behaviour.
v1.0.3
Fixes hasUDA and getUDAs not working with templated UDAs.
v1.0.2
Fixes a regression in which using silly for unit testing in dependents would end up causing linker errors.
v1.0.1
Fixes Objective-C interop issues.
v1.0.0
We now have ABI freeze in effect, that means that changes which break ABI are no longer allowed.
v1.0.0-rc3
make nu_dup and nu_idup make shallow copies
v1.0.0-rc2
Fix nu_is_overlapping not being nogc