Skip to content

Latest commit

 

History

History
77 lines (26 loc) · 2.19 KB

CHANGELOG.md

File metadata and controls

77 lines (26 loc) · 2.19 KB

Change Log

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

0.3.22 (2020-09-22)

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

0.3.21 (2020-09-13)

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

0.3.20 (2020-08-28)

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

0.3.19 (2020-08-20)

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

0.3.18 (2020-08-17)

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

0.3.17 (2020-08-16)

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

0.3.0 (2020-03-06)

Features

  • bitfield: add and/or/xor/not() methods, add IClear, ICopy impls (52d3005)
  • bitfield: add toggleAt(), setRange(), update ctor (6ed20c1)

0.2.0 (2019-09-21)

Features

  • bitfield: update BitMatrix to support non-squared sizes, update docstrings (0fd8620)

0.1.0 (2019-02-17)

Features

  • bitfield: add new package (5e17fd1)
  • bitfield: add/update resize() & setAt(), add doc strings (f227107)