Skip to content

Latest commit

 

History

History
112 lines (48 loc) · 3.91 KB

CHANGELOG.md

File metadata and controls

112 lines (48 loc) · 3.91 KB

Change Log

All notable changes to this project will be documented in this file. See Conventional Commits for commit guidelines.

2.2.6 (2021-07-01)

Note: Version bump only for package @thi.ng/binary

2.2.5 (2021-06-08)

Note: Version bump only for package @thi.ng/binary

2.2.0 (2021-03-03)

Features

  • binary: add binary/one-hot conversions (eeb6396)

2.1.0 (2021-02-20)

Features

  • binary: add interleave4_12_24/4_16_32() (89044d2)
  • binary: add MSB_BITS8/16/32 LUTs (e0eb47b)
  • binary: add swapLane02/13 (2e45f48)

2.0.0 (2020-03-06)

Features

  • binary: make binary logic ops unmasked, rename masked versions (c07cf04)

BREAKING CHANGES

  • binary: make binary logic ops unmasked, rename masked versions
  • existing names used for unmasked versions (returning signed ints)
  • masked versions of bitOr/bitAnd/bitXor etc. now suffixed with M, e.g. bitAndM()

1.3.0 (2020-02-25)

Features

  • binary: add byte conversions (564310b)
  • binary: add endianess detection, 64bit float/int/uint conv (856e035)
  • binary: add float & 64bit byte conversions (9882196)
  • binary: add float/int conversions (2e02d34)
  • binary: add lane16/setLane16, flip8/16, mux (1aa0a5e)

1.2.0 (2019-11-30)

Features

1.1.0 (2019-07-31)

Features

  • binary: add setLane8/4/2 fns (7e24f5e)

1.0.0 (2019-01-21)

Build System

  • update package build scripts & outputs, imports in ~50 packages (b54b703)

BREAKING CHANGES

  • enabled multi-outputs (ES6 modules, CJS, UMD)
  • build scripts now first build ES6 modules in package root, then call scripts/bundle-module to build minified CJS & UMD bundles in /lib
  • all imports MUST be updated to only refer to package level (not individual files anymore). tree shaking in user land will get rid of all unused imported symbols.

0.1.0 (2018-10-17)

Features