Skip to content

v1.1.0

Choose a tag to compare

@SergiiSharpov SergiiSharpov released this 28 Jan 19:07
· 6 commits to main since this release

What's Changed

New Features

ArrayBuffer Schema Support

Added the ability to define schemas for ArrayBuffer objects.
Enables seamless reading and writing of ArrayBuffer instances, simplifying binary data manipulation.

TypedArray Schema Support

Introduced schema support for TypedArray objects, including:

  • Uint8Array, Int8Array
  • Uint16Array, Int16Array
  • Uint32Array, Int32Array
  • BigUint64Array, BigInt64Array
  • Float32Array, Float64Array

It provides an efficient way to work with strongly typed binary data.

Fixes

Corrected typos in the documentation and main source.

Full Changelog: v1.0.1...v1.1.0