Releases: Inochi2D/numem
Releases · Inochi2D/numem
v0.23.2
- Fixed stream readers and writers.
- Fixed off-by-one errors in
Stream
.
v0.23.1
- Fixed isStringable
v0.23.0
- Added unicode conversions
- Added UTF-32 handling
- Added
opPostMove
to vector - Added
toEndianReinterpret
- Added basic
getEncoding
function.
v0.22.0
- Added C#-style events in
numem.events
- Added C# style formatting in
numem.format
v0.21.1
Fixes memory leaks from vector
v0.21.0
Add comment about copy
v0.20.1
- Fixes vector copy constructors, weak_vector can now be copied properly.
v0.20.0
- Restructured the entire library
- Added numem.core.random
- Added numem.core.uuid
- added numem.text.ascii
v0.11.3
Full Changelog: v0.11.2...v0.11.3
v0.11.2
- Added support for instantiating unions with nogc_new