All notable changes to this project will be documented in this file. See Conventional Commits for commit guidelines.
2.2.4 (2021-03-12)
Note: Version bump only for package @thi.ng/binary
2.2.0 (2021-03-03)
- binary: add binary/one-hot conversions (eeb6396)
2.1.0 (2021-02-20)
- 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)
- binary: make binary logic ops unmasked, rename masked versions (c07cf04)
- 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)
- 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)
- binary: add bitSize() (f085bfb)
1.1.0 (2019-07-31)
- binary: add setLane8/4/2 fns (7e24f5e)
1.0.0 (2019-01-21)
- update package build scripts & outputs, imports in ~50 packages (b54b703)
- 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.