All notable changes to this project will be documented in this file. See Conventional Commits for commit guidelines.
2.0.11 (2020-07-28)
Note: Version bump only for package @thi.ng/binary
2.0.10 (2020-07-02)
Note: Version bump only for package @thi.ng/binary
2.0.9 (2020-06-20)
Note: Version bump only for package @thi.ng/binary
2.0.8 (2020-06-14)
Note: Version bump only for package @thi.ng/binary
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.