Releases: petamoriken/float16
Releases · petamoriken/float16
v3.5.9
What's Changed
- Chore: Update devDependencies
- Fix: Add
Float16Array#valueOf
type in d6165f3 - Fix: Add
Float16Array
instance check in 5b74c47
Full Changelog: v3.5.8...v3.5.9
v3.5.8
What's Changed
- Fix: Fix
Float16Array#at
type in b71ad64 - Optimize: Prevent creating
ArrayIterator
for every type check in a397f7e
Full Changelog: v3.5.7...v3.5.8
v3.5.7
What's Changed
- Chore: Update devDependencies
- Chore: Cleanup output files (
/lib
,/browser
) in 00eeeab - Refactoring
Full Changelog: v3.5.6...v3.5.7
v3.5.6
What's Changed
- Fix: Add
toSafe
utility function to account for the case thatArray.prototype [@@iterator]
has been modified
Full Changelog: v3.5.5...v3.5.6
v3.5.5
What's Changed
- Fix: Add defineProperty
Proxy
handler in 7bf1fbc - Fix: Add getOwnPropertyDescriptor
Proxy
handler in a1a0d75 - Fix: Clarify error messages in d8abd8d
Full Changelog: v3.5.4...v3.5.5
v3.5.4
What's Changed
- Chore: Update devDependencies
- Fix: Check whether buffers are detached or not in eab3453
Full Changelog: v3.5.3...v3.5.4
v3.5.3
What's Changed
- Fix: Improve
Float16Array
compatibility with other versions or other Realms in 6465d5a - Fix: Quit
Float16Array
from inheriting fromUint16Array
in 0aa5488
Full Changelog: v3.5.2...v3.5.3
v3.5.2
What's Changed
- Fix: Check the size of
TypedArray
inassertSpeciesTypedArray
in 73ada3f
Full Changelog: v3.5.1...v3.5.2
v3.5.1
What's Changed
- Chore: Update devDependencies
- Feat: Add primordials in #530
- Fix: Remove trailing commas in function call for ES2015 compatibility in 1e7de2f
- Fix:
Float16Array#set
to throw aTypeError
ifnull
orundefined
is input in 531bc41
Full Changelog: v3.5.0...v3.5.1