Releases: petamoriken/float16
Releases · petamoriken/float16
v3.4.2
v3.4.1
v3.4.0
- Add new API
isFloat16Array
(67420da) - Deploy https://deno.land/x/float16 for Deno
v3.3.3
- Refactoring
- Update README.md
v3.3.2
v3.3.1
v3.3.0
v3.2.3
-
More solid Implementation part3 (#450)
Float16Array
constructor respects inputTypedArray.[[ViewedArrayBuffer]]
's@@species
Float16Array
constructor prioritizes Iterable processing over ArrayLike processingFloat16Array#set
does nothing if input is aIterable
withoutArrayLike
Float16Array#[@@iterator]
is the same function asFloat16Array#values
Float16Array#{map, filter, slice, subarray}
is more solid implementation
v3.2.2
v3.2.1
-
More solid Implementation (#442)
Float16Array.of
is not constructor wrapperFloat16Array#{values, entries, @@iterator}
return a iteretor that doesn't have"return"
and"throw"
methodsFloat16Array#{map, includes}
optimizationFloat16Array#reduce{, Right}
throwTypeError
on empty array with no initial value