Releases: petamoriken/float16
Releases · petamoriken/float16
v3.7.0
What's Changed
- Feature: Change Array by copy (#537)
- Fix: Remove
Symbol.species
from InitializeTypedArrayFromTypedArray (#824) - Chore: Remove skip tests for Safari 13 (#823)
- Chore: Update devDependencies
Full Changelog: v3.6.6...v3.7.0
v3.6.6
What's Changed
- Chore: Update devDependencies
- Optimize: use
+
operator instead ofToNumber
function (a98499e) - Feature: Bun CI test (e4ca281)
Full Changelog: v3.6.5...v3.6.6
v3.6.5
What's Changed
Full Changelog: v3.6.4...v3.6.5
v3.6.4
What's Changed
- Chore: Update devDependencies
- Fix:
Float16Array#{slice, subarray}.length
(2344ad7)
Full Changelog: v3.6.3...v3.6.4
v3.6.3
What's Changed
- Chore: Update devDependencies
- Update: Add browser field as hint for JS bundlers by @nickedelenbos in #589
New Contributors
- @nickedelenbos made their first contribution in #589
Full Changelog: v3.6.2...v3.6.3
v3.6.2
What's Changed
- Chore: Update devDependencies
- Update: Use
Object#__lookupGetter__
to check getter properties (f32bf1a, 8b5f8b8)
Full Changelog: v3.6.1...v3.6.2
v3.6.1
What's Changed
- Chore: Update devDependencies
- Update: Strict
ArrayIterator
support (7d27b1c) - Update:
SafeIterator
(bf939ad)
Full Changelog: v3.6.0...v3.6.1
v3.6.0
What's Changed
- Chore: Update devDependencies
- Add:
isTypedArray
API (e65a777)
Full Changelog: v3.5.11...v3.6.0
v3.5.11
What's Changed
- Chore: Update devDependencies
- Fix: Add value type check for
@@iterator
property in 7dcfd3f
Full Changelog: v3.5.10...v3.5.11
v3.5.10
What's Changed
- Fix: Use
Object#isPrototypeOf
instead ofFunction#[@@hasInstance]
in 88bf340 - Fix: Tweak index.d.ts in f68e873
- Refactoring
Full Changelog: v3.5.9...v3.5.10