Skip to content

Releases: petamoriken/float16

v3.2.2

06 Aug 06:02
Compare
Choose a tag to compare
  • More solid Implementation part2 (#449)

    • Float16Array#{values, entries, @@iterator} return a ArrayIterator-like object
    • Float16Array#{map, filter, slice, subarray} respect @@species

v3.2.1

02 Aug 02:42
Compare
Choose a tag to compare
  • More solid Implementation (#442)

    • Float16Array.of is not constructor wrapper
    • Float16Array#{values, entries, @@iterator} return a iteretor that doesn't have "return" and "throw" methods
    • Float16Array#{map, includes} optimization
    • Float16Array#reduce{, Right} throw TypeError on empty array with no initial value

v3.2.0

29 Jul 18:53
Compare
Choose a tag to compare
  • Add support for ES Modules in Node.js (b1da3e1)

v3.1.1

28 Jul 17:40
Compare
Choose a tag to compare
  • Fix Float16Array#lastIndexOf bugs (0cf13d2)
const float16 = new Float16Array([1, 2, 3, 4]);
float16.lastIndexOf(1, -100); // infinite loop 😭

v3.1.0

28 Jul 15:23
Compare
Choose a tag to compare
  • Add %TypedArray% Stage 3 methods (at, findLast, findLastIndex) (#440)

v3.0.1

28 Jul 03:26
Compare
Choose a tag to compare
  • Update to support DataView from another realm (49e7026)

v3.0.0

27 Jul 02:30
Compare
Choose a tag to compare
  • Drop support for Safari 12

Build Status

v2.0.0

04 May 19:16
Compare
Choose a tag to compare
  • Update dependencies
  • Add TypeScript d.ts file (#191)
  • Update support browser in lib/, browser/ directories

support browsers

v1.1.1

30 Aug 07:37
Compare
Choose a tag to compare
  • Update dependencies

v1.1.0

26 May 14:02
Compare
Choose a tag to compare
  • Update dependencies
  • Add "sideEffects": false to package.json
  • Replace legacy "jsnext:main" field to "module" field in package.json