Skip to content

Releases: petamoriken/float16

v3.5.9

07 Nov 23:33
v3.5.9
361028c
Compare
Choose a tag to compare

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

01 Nov 23:06
v3.5.8
fc90adb
Compare
Choose a tag to compare

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

01 Nov 15:33
v3.5.7
a2f6b01
Compare
Choose a tag to compare

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

31 Oct 11:13
v3.5.6
a329d84
Compare
Choose a tag to compare

What's Changed

  • Fix: Add toSafe utility function to account for the case that Array.prototype [@@iterator] has been modified

Full Changelog: v3.5.5...v3.5.6

v3.5.5

30 Oct 16:08
v3.5.5
4295d45
Compare
Choose a tag to compare

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

29 Oct 09:13
v3.5.4
44da4cf
Compare
Choose a tag to compare

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

29 Oct 02:55
v3.5.3
e113ee8
Compare
Choose a tag to compare

What's Changed

  • Fix: Improve Float16Array compatibility with other versions or other Realms in 6465d5a
  • Fix: Quit Float16Array from inheriting from Uint16Array in 0aa5488

Full Changelog: v3.5.2...v3.5.3

v3.5.2

29 Oct 00:32
v3.5.2
6790e79
Compare
Choose a tag to compare

What's Changed

  • Fix: Check the size of TypedArray in assertSpeciesTypedArray in 73ada3f

Full Changelog: v3.5.1...v3.5.2

v3.5.1

28 Oct 19:39
v3.5.1
0e369dd
Compare
Choose a tag to compare

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 a TypeError if null or undefined is input in 531bc41

Full Changelog: v3.5.0...v3.5.1

v3.5.0

16 Oct 09:33
v3.5.0
563ad6f
Compare
Choose a tag to compare
  • Fix: Clarify error messages (75b7a52)
  • Fix: instanceof operator (a654e9e)
// Now, it returns false
new Float16Array(10) instanceof Uint16Array;