Skip to content

Releases: Inochi2D/numem

v1.0.7

16 Mar 12:11
Compare
Choose a tag to compare

memcpy, memset and memmove are now pure.

v1.0.6

08 Mar 18:01
Compare
Choose a tag to compare
  • 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

23 Feb 02:03
Compare
Choose a tag to compare
  • 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

22 Feb 01:56
Compare
Choose a tag to compare

Fixes anySatisfy behaviour.

v1.0.3

22 Feb 01:39
Compare
Choose a tag to compare

Fixes hasUDA and getUDAs not working with templated UDAs.

v1.0.2

21 Feb 03:12
Compare
Choose a tag to compare

Fixes a regression in which using silly for unit testing in dependents would end up causing linker errors.

v1.0.1

21 Feb 03:02
Compare
Choose a tag to compare

Fixes Objective-C interop issues.

v1.0.0

20 Feb 08:12
Compare
Choose a tag to compare

We now have ABI freeze in effect, that means that changes which break ABI are no longer allowed.

v1.0.0-rc3

18 Feb 02:49
Compare
Choose a tag to compare
v1.0.0-rc3 Pre-release
Pre-release
make nu_dup and nu_idup make shallow copies

v1.0.0-rc2

15 Feb 18:07
Compare
Choose a tag to compare
v1.0.0-rc2 Pre-release
Pre-release
Fix nu_is_overlapping not being nogc