Releases: Inochi2D/numem
Releases · Inochi2D/numem
v0.11.1
- Fix missing nogc for endian swap functions
v0.11.0
- BTree derived types are no longer nothrow to allow maps of throwables.
v0.10.0
- Removed deprecated
numem.stream
package, usenumem.io.stream
. - Fixed struct instantiation
- Fixed broken unittests.
v0.9.2
- Fixes copy-constructor invocation in nogc_new
v0.9.1
- Added UTF-16 support.
Unicode handling update
v0.9.0 Update README
v0.8.3
- Improved string handling
- Added opCmp and inout attribute to vector and string, allowing them to be used as keys in maps and sets.
v0.8.2
String support is improved.
Full Changelog: v0.8.1...v0.8.2
0.8.1
- Added tracing mode, to trace allocations and deallocations
- Added numem.mem.exception to the default imports of numem.all
- Updated README with some examples of use.