Skip to content

Latest commit

 

History

History
96 lines (42 loc) · 3.29 KB

CHANGELOG.md

File metadata and controls

96 lines (42 loc) · 3.29 KB

Change Log

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

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)

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